summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-02-14 12:41:11 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-02-14 12:41:11 +0000
commit8438eaceba23626bcdc023392d25e027a9111ece (patch)
treeca449193ffb11b4acbd9f7678d343133d661e8e3 /dev-python/adns-python
parentchanged xfree -r5 to -r6 since -r5 is also a security fix (diff)
downloadgentoo-2-8438eaceba23626bcdc023392d25e027a9111ece.tar.gz
gentoo-2-8438eaceba23626bcdc023392d25e027a9111ece.tar.bz2
gentoo-2-8438eaceba23626bcdc023392d25e027a9111ece.zip
changed depend to >=net-libs/adns-1.0
Diffstat (limited to 'dev-python/adns-python')
-rw-r--r--dev-python/adns-python/ChangeLog7
-rw-r--r--dev-python/adns-python/adns-python-1.0.0.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/adns-python/ChangeLog b/dev-python/adns-python/ChangeLog
index 36587f35db94..4be2fc68a777 100644
--- a/dev-python/adns-python/ChangeLog
+++ b/dev-python/adns-python/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/adns-python
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/adns-python/ChangeLog,v 1.4 2003/11/01 13:32:41 weeve Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/adns-python/ChangeLog,v 1.5 2004/02/14 12:41:11 liquidx Exp $
+
+ 14 Feb 2004; Alastair Tse <liquidx@gentoo.org> adns-python-1.0.0.ebuild:
+ changed depend to >=net-libs/adns-1.0
01 Nov 2003; Jason Wever <weeve@gentoo.org> adns-python-1.0.0.ebuild:
Added ~sparc keyword.
diff --git a/dev-python/adns-python/adns-python-1.0.0.ebuild b/dev-python/adns-python/adns-python-1.0.0.ebuild
index cf458b3cf915..2ae147d82f89 100644
--- a/dev-python/adns-python/adns-python-1.0.0.ebuild
+++ b/dev-python/adns-python/adns-python-1.0.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/adns-python/adns-python-1.0.0.ebuild,v 1.6 2003/11/01 13:32:41 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/adns-python/adns-python-1.0.0.ebuild,v 1.7 2004/02/14 12:41:11 liquidx Exp $
inherit distutils
@@ -13,4 +13,4 @@ KEYWORDS="x86 ~ppc ~sparc"
IUSE=""
DEPEND="virtual/python
- =net-libs/adns-1.0*"
+ >=net-libs/adns-1.0"