diff options
author | Mike Gilbert <floppym@gentoo.org> | 2011-12-28 22:55:02 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2011-12-28 22:55:02 +0000 |
commit | 9b2eb3f5279b89a642beee58c48de75fecfa3bed (patch) | |
tree | ec0d201db71f5d29d1345bb7d3b27029db60ff59 /dev-python/timelib | |
parent | DEPEND on app-arch/unzip, spotted by Arfrever. (diff) | |
download | gentoo-2-9b2eb3f5279b89a642beee58c48de75fecfa3bed.tar.gz gentoo-2-9b2eb3f5279b89a642beee58c48de75fecfa3bed.tar.bz2 gentoo-2-9b2eb3f5279b89a642beee58c48de75fecfa3bed.zip |
Restrict jython and drop CFLAGS override. Another Arfrever sighting.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/timelib')
-rw-r--r-- | dev-python/timelib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/timelib/timelib-0.2.3.ebuild | 11 |
2 files changed, 9 insertions, 7 deletions
diff --git a/dev-python/timelib/ChangeLog b/dev-python/timelib/ChangeLog index d276ed20e63b..ebbaef64f035 100644 --- a/dev-python/timelib/ChangeLog +++ b/dev-python/timelib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/timelib # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/ChangeLog,v 1.5 2011/12/28 22:47:35 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/ChangeLog,v 1.6 2011/12/28 22:55:02 floppym Exp $ + + 28 Dec 2011; Mike Gilbert <floppym@gentoo.org> timelib-0.2.3.ebuild: + Restrict jython and drop CFLAGS override. Another Arfrever sighting. 28 Dec 2011; Mike Gilbert <floppym@gentoo.org> timelib-0.2.3.ebuild: DEPEND on app-arch/unzip, spotted by Arfrever. diff --git a/dev-python/timelib/timelib-0.2.3.ebuild b/dev-python/timelib/timelib-0.2.3.ebuild index dff541815e48..ee1b782cceca 100644 --- a/dev-python/timelib/timelib-0.2.3.ebuild +++ b/dev-python/timelib/timelib-0.2.3.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/timelib-0.2.3.ebuild,v 1.2 2011/12/28 22:47:35 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/timelib-0.2.3.ebuild,v 1.3 2011/12/28 22:55:02 floppym Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="*-jython" inherit distutils @@ -11,13 +12,11 @@ DESCRIPTION="parse english textual date descriptions" HOMEPAGE="http://pypi.python.org/pypi/timelib" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" -LICENSE="ZLIB PHP-3.01" +LICENSE="PHP-3.01 ZLIB" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="dev-python/setuptools - app-arch/unzip" +DEPEND="app-arch/unzip + dev-python/setuptools" RDEPEND="" - -PYTHON_CFLAGS=("* + -fno-strict-aliasing") |