diff options
author | Mike Gilbert <floppym@gentoo.org> | 2011-12-28 22:47:35 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2011-12-28 22:47:35 +0000 |
commit | b59de99c358bce1708bfe7790b55349da1ab76cc (patch) | |
tree | 7839acc2d461e1576a2b2b09ef49ff62e2cfcc1b /dev-python | |
parent | Version bump. (diff) | |
download | gentoo-2-b59de99c358bce1708bfe7790b55349da1ab76cc.tar.gz gentoo-2-b59de99c358bce1708bfe7790b55349da1ab76cc.tar.bz2 gentoo-2-b59de99c358bce1708bfe7790b55349da1ab76cc.zip |
DEPEND on app-arch/unzip, spotted by Arfrever.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/timelib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/timelib/timelib-0.2.3.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/timelib/ChangeLog b/dev-python/timelib/ChangeLog index 608d5a2f3a67..d276ed20e63b 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.4 2011/12/26 07:43:45 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/ChangeLog,v 1.5 2011/12/28 22:47:35 floppym Exp $ + + 28 Dec 2011; Mike Gilbert <floppym@gentoo.org> timelib-0.2.3.ebuild: + DEPEND on app-arch/unzip, spotted by Arfrever. *timelib-0.2.3 (26 Dec 2011) diff --git a/dev-python/timelib/timelib-0.2.3.ebuild b/dev-python/timelib/timelib-0.2.3.ebuild index 743738700736..dff541815e48 100644 --- a/dev-python/timelib/timelib-0.2.3.ebuild +++ b/dev-python/timelib/timelib-0.2.3.ebuild @@ -1,6 +1,6 @@ # 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.1 2011/12/26 07:43:44 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/timelib-0.2.3.ebuild,v 1.2 2011/12/28 22:47:35 floppym Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -16,7 +16,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="dev-python/setuptools" +DEPEND="dev-python/setuptools + app-arch/unzip" RDEPEND="" PYTHON_CFLAGS=("* + -fno-strict-aliasing") |