diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-09-16 01:27:57 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-09-16 01:27:57 +0000 |
commit | baf7c43a9885e00d363a91a87321dc0fb6655766 (patch) | |
tree | 585e42b83f70fff1124a1216bf2c4a678863ec9f /dev-util/git/git-1.6.4.1.ebuild | |
parent | Update live ebuild to 9999 version rather than sub-0.83 version since a real ... (diff) | |
download | gentoo-2-baf7c43a9885e00d363a91a87321dc0fb6655766.tar.gz gentoo-2-baf7c43a9885e00d363a91a87321dc0fb6655766.tar.bz2 gentoo-2-baf7c43a9885e00d363a91a87321dc0fb6655766.zip |
Bug #267853: Update deps for gtksourceviewer with newer GNOME.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/git/git-1.6.4.1.ebuild')
-rw-r--r-- | dev-util/git/git-1.6.4.1.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-util/git/git-1.6.4.1.ebuild b/dev-util/git/git-1.6.4.1.ebuild index b811beb6c44e..e78b22c0f422 100644 --- a/dev-util/git/git-1.6.4.1.ebuild +++ b/dev-util/git/git-1.6.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.6.4.1.ebuild,v 1.1 2009/08/27 00:03:02 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.6.4.1.ebuild,v 1.2 2009/09/16 01:27:57 robbat2 Exp $ EAPI=2 @@ -52,7 +52,11 @@ RDEPEND="${CDEPEND} cvs? ( >=dev-util/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite ) subversion? ( dev-util/subversion[-dso] dev-perl/libwww-perl dev-perl/TermReadKey ) ) - gtk? ( >=dev-python/pygtk-2.8 dev-python/gtksourceview-python )" + gtk? + ( + >=dev-python/pygtk-2.8 + || ( dev-python/pygtksourceview:2 dev-python/gtksourceview-python ) + )" DEPEND="${CDEPEND}" |