From: Mike Gilbert Date: Wed, 28 Dec 2011 22:47:35 +0000 (+0000) Subject: DEPEND on app-arch/unzip, spotted by Arfrever. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=26890c4fdff4c2b09abe6a2d83321065e42a208f;p=gentoo.git DEPEND on app-arch/unzip, spotted by Arfrever. Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64 --- 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 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")