diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-11-29 06:50:05 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-11-29 06:50:05 +0000 |
commit | 02f9937b95b6b79025db4792d84db7ade686f5bb (patch) | |
tree | 87ab2251f1d652172251f1fd2d53272ffb843e3f /dev-python/pycurl | |
parent | clean old python impl (diff) | |
download | gentoo-2-02f9937b95b6b79025db4792d84db7ade686f5bb.tar.gz gentoo-2-02f9937b95b6b79025db4792d84db7ade686f5bb.tar.bz2 gentoo-2-02f9937b95b6b79025db4792d84db7ade686f5bb.zip |
clean old python impl
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/pycurl')
-rw-r--r-- | dev-python/pycurl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pycurl/pycurl-7.19.3.1-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pycurl/ChangeLog b/dev-python/pycurl/ChangeLog index 3e676ed8969c..89f9b4ee9370 100644 --- a/dev-python/pycurl/ChangeLog +++ b/dev-python/pycurl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pycurl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycurl/ChangeLog,v 1.103 2014/10/27 14:32:32 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycurl/ChangeLog,v 1.104 2014/11/29 06:50:05 idella4 Exp $ + + 29 Nov 2014; Ian Delaney <idella4@gentoo.org> pycurl-7.19.3.1-r2.ebuild: + clean old python impl 27 Oct 2014; Ian Delaney <idella4@gentoo.org> pycurl-7.19.3.1-r2.ebuild: uncomment the fix diff --git a/dev-python/pycurl/pycurl-7.19.3.1-r2.ebuild b/dev-python/pycurl/pycurl-7.19.3.1-r2.ebuild index b9b4b8be5bb1..5b7bfaac2c12 100644 --- a/dev-python/pycurl/pycurl-7.19.3.1-r2.ebuild +++ b/dev-python/pycurl/pycurl-7.19.3.1-r2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycurl/pycurl-7.19.3.1-r2.ebuild,v 1.2 2014/10/27 14:32:32 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycurl/pycurl-7.19.3.1-r2.ebuild,v 1.3 2014/11/29 06:50:05 idella4 Exp $ EAPI=5 # The selftests fail with pypy, and urlgrabber segfaults for me. -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 |