diff options
author | 2011-04-04 08:58:41 +0000 | |
---|---|---|
committer | 2011-04-04 08:58:41 +0000 | |
commit | 72975bde10252096bdd7fe1cca361dc015886c7c (patch) | |
tree | 99e9c1fac7424407c1428a9e403673b03d8c5e8c /dev-vcs/git/git-1.7.4.ebuild | |
parent | Cleanup eclipse-sdk. (diff) | |
download | gentoo-2-72975bde10252096bdd7fe1cca361dc015886c7c.tar.gz gentoo-2-72975bde10252096bdd7fe1cca361dc015886c7c.tar.bz2 gentoo-2-72975bde10252096bdd7fe1cca361dc015886c7c.zip |
RDEPEND only in dev-python/pygtksourceview:2 as dev-python/gtksourceview-python will be dropped soon (bug #355049 with Robin Johnson authorization).
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/git/git-1.7.4.ebuild')
-rw-r--r-- | dev-vcs/git/git-1.7.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/git/git-1.7.4.ebuild b/dev-vcs/git/git-1.7.4.ebuild index 05c42eccb031..7bcc0d3f1fa0 100644 --- a/dev-vcs/git/git-1.7.4.ebuild +++ b/dev-vcs/git/git-1.7.4.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/dev-vcs/git/git-1.7.4.ebuild,v 1.1 2011/02/01 01:24:33 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.4.ebuild,v 1.2 2011/04/04 08:58:41 pacho Exp $ EAPI=3 @@ -59,7 +59,7 @@ RDEPEND="${CDEPEND} python? ( gtk? ( >=dev-python/pygtk-2.8 - || ( dev-python/pygtksourceview:2 dev-python/gtksourceview-python ) + dev-python/pygtksourceview:2 ) )" # This is how info docs are created with Git: |