diff options
author | Rick Farina <zerochaos@gentoo.org> | 2013-10-07 14:15:51 +0000 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2013-10-07 14:15:51 +0000 |
commit | a50541f523cfd2642710b180baf4f01bed9ff970 (patch) | |
tree | 86beafc579b35a439d5bed95f1e2d270715d8d23 /dev-vcs/git | |
parent | Marked ~hppa (bug #487178). (diff) | |
download | gentoo-2-a50541f523cfd2642710b180baf4f01bed9ff970.tar.gz gentoo-2-a50541f523cfd2642710b180baf4f01bed9ff970.tar.bz2 gentoo-2-a50541f523cfd2642710b180baf4f01bed9ff970.zip |
changing dep to make error message more useful because earlier version of dev-python/pygtksourceview:2 have no []
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'dev-vcs/git')
-rw-r--r-- | dev-vcs/git/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/git/git-1.8.3.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-vcs/git/ChangeLog b/dev-vcs/git/ChangeLog index 6c8f07ee33ee..84aa5f67dc41 100644 --- a/dev-vcs/git/ChangeLog +++ b/dev-vcs/git/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/git # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.210 2013/10/06 23:58:14 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.211 2013/10/07 14:15:51 zerochaos Exp $ + + 07 Oct 2013; Rick Farina <zerochaos@gentoo.org> git-1.8.3.2.ebuild: + changing dep to make error message more useful because earlier version of dev- + python/pygtksourceview:2 have no [] 06 Oct 2013; Jeroen Roovers <jer@gentoo.org> git-1.8.1.5-r1.ebuild: Stable for HPPA (bug #480054). diff --git a/dev-vcs/git/git-1.8.3.2.ebuild b/dev-vcs/git/git-1.8.3.2.ebuild index ae17a538e6e9..b0915f295fee 100644 --- a/dev-vcs/git/git-1.8.3.2.ebuild +++ b/dev-vcs/git/git-1.8.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.3.2.ebuild,v 1.5 2013/09/16 17:53:28 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.3.2.ebuild,v 1.6 2013/10/07 14:15:51 zerochaos Exp $ EAPI=5 @@ -68,7 +68,7 @@ RDEPEND="${CDEPEND} python? ( gtk? ( >=dev-python/pygtk-2.8[${PYTHON_USEDEP}] - dev-python/pygtksourceview:2[${PYTHON_USEDEP}] + >=dev-python/pygtksourceview-2.10.1-r1:2[${PYTHON_USEDEP}] ) ${PYTHON_DEPS} )" |