diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-10-30 19:21:36 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-10-30 19:21:36 +0000 |
commit | 968497f1243d35b3633f8e9e04c6a97320533a35 (patch) | |
tree | dca52976531c8bae515d0c2227eda07cb6ca64bb | |
parent | Fix parallel checkout race conditions, bug #489280. (diff) | |
download | gentoo-2-968497f1243d35b3633f8e9e04c6a97320533a35.tar.gz gentoo-2-968497f1243d35b3633f8e9e04c6a97320533a35.tar.bz2 gentoo-2-968497f1243d35b3633f8e9e04c6a97320533a35.zip |
Update the dep to use dev-lang/python-exec.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
-rw-r--r-- | dev-python/snakeoil/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/snakeoil/snakeoil-0.5.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/snakeoil/ChangeLog b/dev-python/snakeoil/ChangeLog index 3c4697a2fc36..ad51584c7299 100644 --- a/dev-python/snakeoil/ChangeLog +++ b/dev-python/snakeoil/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/snakeoil # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/ChangeLog,v 1.64 2013/09/26 12:13:25 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/ChangeLog,v 1.65 2013/10/30 19:21:36 mgorny Exp $ + + 30 Oct 2013; Michał Górny <mgorny@gentoo.org> snakeoil-0.5.2.ebuild: + Update the dep to use dev-lang/python-exec. 26 Sep 2013; Julian Ospald <hasufell@gentoo.org> snakeoil-9999.ebuild: fix fetching (server does not support shallow clients) diff --git a/dev-python/snakeoil/snakeoil-0.5.2.ebuild b/dev-python/snakeoil/snakeoil-0.5.2.ebuild index 79b6fb76a137..40a8e914bc05 100644 --- a/dev-python/snakeoil/snakeoil-0.5.2.ebuild +++ b/dev-python/snakeoil/snakeoil-0.5.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-python/snakeoil/snakeoil-0.5.2.ebuild,v 1.2 2013/09/26 09:16:33 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/snakeoil-0.5.2.ebuild,v 1.3 2013/10/30 19:21:36 mgorny Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -19,7 +19,7 @@ IUSE="" DOCS="AUTHORS NEWS" -RDEPEND="!dev-python/python-exec:2" +RDEPEND="!dev-lang/python-exec:2" pkg_setup() { # disable snakeoil 2to3 caching |