diff options
author | William Hubbs <williamh@gentoo.org> | 2013-10-07 18:16:27 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2013-10-07 18:16:27 +0000 |
commit | d094cff2f3a471f2ca8692e3b5ffd9774dcc2e78 (patch) | |
tree | 9fd146fdeaf3c66fe719153f60f1e04b94ebfaa4 /dev-vcs/git | |
parent | Version bump, for bug 487170, bug 483784 and bug 483792 (diff) | |
download | gentoo-2-d094cff2f3a471f2ca8692e3b5ffd9774dcc2e78.tar.gz gentoo-2-d094cff2f3a471f2ca8692e3b5ffd9774dcc2e78.tar.bz2 gentoo-2-d094cff2f3a471f2ca8692e3b5ffd9774dcc2e78.zip |
sync live ebuild
(Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key 0x30C46538)
Diffstat (limited to 'dev-vcs/git')
-rw-r--r-- | dev-vcs/git/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/git/git-9999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/git/ChangeLog b/dev-vcs/git/ChangeLog index 84aa5f67dc41..5ec72a94dc3b 100644 --- a/dev-vcs/git/ChangeLog +++ b/dev-vcs/git/ChangeLog @@ -1,6 +1,9 @@ # 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.211 2013/10/07 14:15:51 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.212 2013/10/07 18:16:27 williamh Exp $ + + 07 Oct 2013; William Hubbs <williamh@gentoo.org> git-9999.ebuild: + sync live ebuild 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- diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild index 8b996b94775b..18cca3017628 100644 --- a/dev-vcs/git/git-9999.ebuild +++ b/dev-vcs/git/git-9999.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-9999.ebuild,v 1.45 2013/09/16 17:53:28 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v 1.46 2013/10/07 18:16:27 williamh 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} )" |