diff options
author | Alex Alexander <wired@gentoo.org> | 2011-03-25 13:36:58 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2011-03-25 13:36:58 +0000 |
commit | 096bf51ad6b285c606f2573c62fcb84bb1472bb4 (patch) | |
tree | bb9456eb20bbe814a1412bc513ef6ad17dcbb2d6 /www-client/uzbl/uzbl-2010.11.25.ebuild | |
parent | Initial version (diff) | |
download | gentoo-2-096bf51ad6b285c606f2573c62fcb84bb1472bb4.tar.gz gentoo-2-096bf51ad6b285c606f2573c62fcb84bb1472bb4.tar.bz2 gentoo-2-096bf51ad6b285c606f2573c62fcb84bb1472bb4.zip |
version bump. added missing runtime dep, bug #360149
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'www-client/uzbl/uzbl-2010.11.25.ebuild')
-rw-r--r-- | www-client/uzbl/uzbl-2010.11.25.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www-client/uzbl/uzbl-2010.11.25.ebuild b/www-client/uzbl/uzbl-2010.11.25.ebuild index 5e5a9e59970c..ee5163248c0b 100644 --- a/www-client/uzbl/uzbl-2010.11.25.ebuild +++ b/www-client/uzbl/uzbl-2010.11.25.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/uzbl/uzbl-2010.11.25.ebuild,v 1.2 2011/03/21 23:27:16 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/uzbl/uzbl-2010.11.25.ebuild,v 1.3 2011/03/25 13:36:58 wired Exp $ EAPI="2" @@ -56,6 +56,9 @@ RDEPEND=" x11-misc/dmenu x11-misc/xclip ) + tabbed? ( + dev-python/pygtk + ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) " # TODO document what requires the above helpers |