diff options
author | Jason A. Donenfeld <zx2c4@gentoo.org> | 2013-04-24 01:07:32 +0000 |
---|---|---|
committer | Jason A. Donenfeld <zx2c4@gentoo.org> | 2013-04-24 01:07:32 +0000 |
commit | e52bfe50d9c9e21876607a485edc9810e58b5612 (patch) | |
tree | b4353fdd4ef93e3639083581e9d279f840337e08 /dev-python/git-python | |
parent | Add libav9 support, patch derived from upstream, thanks to Jiří Moravec <qj... (diff) | |
download | gentoo-2-e52bfe50d9c9e21876607a485edc9810e58b5612.tar.gz gentoo-2-e52bfe50d9c9e21876607a485edc9810e58b5612.tar.bz2 gentoo-2-e52bfe50d9c9e21876607a485edc9810e58b5612.zip |
Library is needed at runtime.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key A5DE03AE)
Diffstat (limited to 'dev-python/git-python')
-rw-r--r-- | dev-python/git-python/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/git-python/git-python-0.3.2_rc1.ebuild | 8 |
2 files changed, 10 insertions, 7 deletions
diff --git a/dev-python/git-python/ChangeLog b/dev-python/git-python/ChangeLog index e12e1fe54840..680905a29569 100644 --- a/dev-python/git-python/ChangeLog +++ b/dev-python/git-python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/git-python -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/git-python/ChangeLog,v 1.8 2011/08/27 21:00:30 neurogeek Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/git-python/ChangeLog,v 1.9 2013/04/24 01:07:32 zx2c4 Exp $ + + 24 Apr 2013; Jason A. Donenfeld <zx2c4@gentoo.org> + git-python-0.3.2_rc1.ebuild: + Library is needed at runtime. 27 Aug 2011; Jesus Rivero <neurogeek@gentoo.org> git-python-0.3.2_rc1.ebuild: @@ -36,4 +40,3 @@ 21 Jun 2009; Patrick Lauer <patrick@gentoo.org> +git-python-0.1.6.ebuild, +metadata.xml: Initial import of git-python. Ebuild by Juergen Geuter. - diff --git a/dev-python/git-python/git-python-0.3.2_rc1.ebuild b/dev-python/git-python/git-python-0.3.2_rc1.ebuild index 67df264bb467..b3565a4b91fa 100644 --- a/dev-python/git-python/git-python-0.3.2_rc1.ebuild +++ b/dev-python/git-python/git-python-0.3.2_rc1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/git-python/git-python-0.3.2_rc1.ebuild,v 1.2 2011/08/27 21:00:30 neurogeek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/git-python/git-python-0.3.2_rc1.ebuild,v 1.3 2013/04/24 01:07:32 zx2c4 Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -23,9 +23,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" -RDEPEND="dev-vcs/git" +RDEPEND="dev-vcs/git + >=dev-python/gitdb-0.5.4" DEPEND="${RDEPEND} - >=dev-python/gitdb-0.5.4 dev-python/setuptools" RESTRICT_PYTHON_ABIS="3.*" |