diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-02-16 09:49:53 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-02-16 09:49:53 +0000 |
commit | 4247341fa08b33c4cf286cce194e1b01876b99ef (patch) | |
tree | 218c7a6d94f622d46051b8afa2626f43134443e9 /dev-python/stsci-distutils | |
parent | ecurity bump. #404071 (diff) | |
download | gentoo-2-4247341fa08b33c4cf286cce194e1b01876b99ef.tar.gz gentoo-2-4247341fa08b33c4cf286cce194e1b01876b99ef.tar.bz2 gentoo-2-4247341fa08b33c4cf286cce194e1b01876b99ef.zip |
Downgrade to EAPI3 to fix namespaces issues, thanks to Arfrever for the workaround
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/stsci-distutils')
-rw-r--r-- | dev-python/stsci-distutils/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/stsci-distutils/stsci-distutils-0.2.2.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-python/stsci-distutils/ChangeLog b/dev-python/stsci-distutils/ChangeLog index 3eecf59407d7..97cc6fb3a876 100644 --- a/dev-python/stsci-distutils/ChangeLog +++ b/dev-python/stsci-distutils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/stsci-distutils # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-distutils/ChangeLog,v 1.2 2012/02/04 19:46:53 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-distutils/ChangeLog,v 1.3 2012/02/16 09:49:53 xarthisius Exp $ + + 16 Feb 2012; Kacper Kowalik <xarthisius@gentoo.org> + stsci-distutils-0.2.2.ebuild: + Downgrade to EAPI3 to fix namespaces issues, thanks to Arfrever for the + workaround 04 Feb 2012; Kacper Kowalik <xarthisius@gentoo.org> stsci-distutils-0.2.2.ebuild: diff --git a/dev-python/stsci-distutils/stsci-distutils-0.2.2.ebuild b/dev-python/stsci-distutils/stsci-distutils-0.2.2.ebuild index b075a25f70a3..c60dcb9374d7 100644 --- a/dev-python/stsci-distutils/stsci-distutils-0.2.2.ebuild +++ b/dev-python/stsci-distutils/stsci-distutils-0.2.2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-distutils/stsci-distutils-0.2.2.ebuild,v 1.2 2012/02/04 19:46:53 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-distutils/stsci-distutils-0.2.2.ebuild,v 1.3 2012/02/16 09:49:53 xarthisius Exp $ -EAPI=4 +EAPI=3 SUPPORT_PYTHON_ABIS="1" MY_PN=${PN/-/.} |