summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-12-21 00:48:51 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-12-21 00:48:51 +0000
commitcadb7eedb9049a2cc80c16a09908629f79f02add (patch)
tree773b8a1f16272458ba44ca2f39699d2a90b7afd4 /dev-python/timelib
parentInitial addition. (diff)
downloadhistorical-cadb7eedb9049a2cc80c16a09908629f79f02add.tar.gz
historical-cadb7eedb9049a2cc80c16a09908629f79f02add.tar.bz2
historical-cadb7eedb9049a2cc80c16a09908629f79f02add.zip
Fix dependencies.
Package-Manager: portage-15123-svn/cvs/Linux x86_64
Diffstat (limited to 'dev-python/timelib')
-rw-r--r--dev-python/timelib/Manifest2
-rw-r--r--dev-python/timelib/timelib-0.2.1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/timelib/Manifest b/dev-python/timelib/Manifest
index 281c021862e7..3fdd17a83f6e 100644
--- a/dev-python/timelib/Manifest
+++ b/dev-python/timelib/Manifest
@@ -1,4 +1,4 @@
DIST timelib-0.2.1.tar.gz 287814 RMD160 34f4ed3178c41d728a5d61f88aef562f0b44e73c SHA1 234e281b13515fcf2392fd770b70619acace2854 SHA256 db57ea22fa43e7255673f68e05fee682f5f70d7a7bb38f608ea18836e10551ae
-EBUILD timelib-0.2.1.ebuild 537 RMD160 b27943131b7b172714138b605490481613ab02de SHA1 045f52df13cdf1f2446b8c12852279d652e933ab SHA256 5caf747f222fc3f9f491189b24d8c0f0ac0906b66c234b04614d6ada44f363d7
+EBUILD timelib-0.2.1.ebuild 558 RMD160 3116669df069b14bf604013e778dfdfa232a080e SHA1 071c438592bfbf63877fb302aee31b7b60a9ba6e SHA256 09cd03189e64acb2d7bbb39ce9fc046f9e99a25390fc3e23be257410b09beb45
MISC ChangeLog 397 RMD160 d710a9e245eeb995973eec63be603be5084ece6c SHA1 2cf1e766f1553be3e75bc65827ba00b43f426a1f SHA256 8670ffe72eb25a2e3c653714adf6aeee42a9fe95a6e30a28c6ead62a475e5799
MISC metadata.xml 160 RMD160 e730f96ab97c5be577a6d6d05f04990374a0dffb SHA1 2aa5e6be9c265c0e7bceb78ee9fd20df5f818e36 SHA256 6cd954a9de2307c57d32b25fa3599dee2908a4ddc6a98594f593d53577307a3a
diff --git a/dev-python/timelib/timelib-0.2.1.ebuild b/dev-python/timelib/timelib-0.2.1.ebuild
index e8bd8e5c1140..2439126cfae3 100644
--- a/dev-python/timelib/timelib-0.2.1.ebuild
+++ b/dev-python/timelib/timelib-0.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/timelib-0.2.1.ebuild,v 1.1 2009/12/21 00:47:00 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/timelib-0.2.1.ebuild,v 1.2 2009/12/21 00:48:51 arfrever Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -16,5 +16,5 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE=""
-DEPEND=""
+DEPEND="dev-python/setuptools"
RDEPEND=""