diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-02-14 12:41:11 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-02-14 12:41:11 +0000 |
commit | f9cca5b5952d7e5e5585e82452d0d946d3e6a3d5 (patch) | |
tree | 4ff33d6278ff051db3a84f05c9ce6b8ddc7ba51b /dev-python/adns-python | |
parent | changed xfree -r5 to -r6 since -r5 is also a security fix (diff) | |
download | historical-f9cca5b5952d7e5e5585e82452d0d946d3e6a3d5.tar.gz historical-f9cca5b5952d7e5e5585e82452d0d946d3e6a3d5.tar.bz2 historical-f9cca5b5952d7e5e5585e82452d0d946d3e6a3d5.zip |
changed depend to >=net-libs/adns-1.0
Diffstat (limited to 'dev-python/adns-python')
-rw-r--r-- | dev-python/adns-python/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/adns-python/Manifest | 4 | ||||
-rw-r--r-- | dev-python/adns-python/adns-python-1.0.0.ebuild | 6 |
3 files changed, 10 insertions, 7 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/Manifest b/dev-python/adns-python/Manifest index 71dbc0fa18e1..bbcf834af272 100644 --- a/dev-python/adns-python/Manifest +++ b/dev-python/adns-python/Manifest @@ -1,4 +1,4 @@ -MD5 f2af14ce52a50fcbf26c6fbaca0fd9ec ChangeLog 673 -MD5 3ae7f26dfe5159847e6c7d79a7e4041a adns-python-1.0.0.ebuild 521 +MD5 bd5a50280f4adccbd95ff277fc2a6db7 ChangeLog 791 +MD5 210ad9bebb5f375568387fe837d96d8a adns-python-1.0.0.ebuild 523 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 MD5 3baab9ec9dc37ebd421ed4e779b22bf0 files/digest-adns-python-1.0.0 68 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" |