DEPEND on app-arch/unzip, spotted by Arfrever.
authorMike Gilbert <floppym@gentoo.org>
Wed, 28 Dec 2011 22:47:35 +0000 (22:47 +0000)
committerMike Gilbert <floppym@gentoo.org>
Wed, 28 Dec 2011 22:47:35 +0000 (22:47 +0000)
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64

dev-python/timelib/ChangeLog
dev-python/timelib/timelib-0.2.3.ebuild

index 608d5a2f3a675ec8fed50341b357e6ac70414fdb..d276ed20e63bb20809a4076649f69ef9e557fc4f 100644 (file)
@@ -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)
 
index 743738700736118cd866555bc98c8b9a154ab988..dff541815e48ab5bc2caf4c4910251b738bddaf2 100644 (file)
@@ -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")