diff options
author | Benjamin Schindler <config@gentoo.org> | 2005-03-09 09:56:37 +0000 |
---|---|---|
committer | Benjamin Schindler <config@gentoo.org> | 2005-03-09 09:56:37 +0000 |
commit | 7a485d01533db9ce5d312db3eb7b2da7584d4c44 (patch) | |
tree | b741cb526c109a6dcde10d6951b3d582d1ef7b93 /dev-python | |
parent | version bump to 2.4 (diff) | |
download | gentoo-2-7a485d01533db9ce5d312db3eb7b2da7584d4c44.tar.gz gentoo-2-7a485d01533db9ce5d312db3eb7b2da7584d4c44.tar.bz2 gentoo-2-7a485d01533db9ce5d312db3eb7b2da7584d4c44.zip |
~amd64 keyword
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/dnspython/Manifest | 16 | ||||
-rw-r--r-- | dev-python/dnspython/dnspython-1.3.3.ebuild | 4 |
2 files changed, 5 insertions, 15 deletions
diff --git a/dev-python/dnspython/Manifest b/dev-python/dnspython/Manifest index dbd73c278685..a5b3a53663cd 100644 --- a/dev-python/dnspython/Manifest +++ b/dev-python/dnspython/Manifest @@ -1,16 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 9212256e2d9ce5aff7f56d269e30ef3b metadata.xml 654 -MD5 449b35cdf892a51ffaf7391190a9e283 ChangeLog 1525 -MD5 09ee02c6a6920f0e24d6a2228fe7db87 dnspython-1.3.3.ebuild 926 MD5 5c6716def3b559f745ada456bf396a1d dnspython-1.3.2.ebuild 925 +MD5 449b35cdf892a51ffaf7391190a9e283 ChangeLog 1525 +MD5 9212256e2d9ce5aff7f56d269e30ef3b metadata.xml 654 +MD5 a5ac41a6b68b989983c9ec067dd567dd dnspython-1.3.3.ebuild 933 MD5 3b52da045415784241fc9ae4d169de85 files/digest-dnspython-1.3.3 66 MD5 ec5b0f4a9cb24f7812f360d7aeae2f81 files/digest-dnspython-1.3.2 66 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFCDeyeugEuf3OQ0akRAvoUAJ9vv9ryN/bHYVl7ogL0BkObul1CfwCfdFVT -hy2RsKvqMhAB3oAo+n2yiMQ= -=RNul ------END PGP SIGNATURE----- diff --git a/dev-python/dnspython/dnspython-1.3.3.ebuild b/dev-python/dnspython/dnspython-1.3.3.ebuild index a7c5329dded9..5c206235207b 100644 --- a/dev-python/dnspython/dnspython-1.3.3.ebuild +++ b/dev-python/dnspython/dnspython-1.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.3.3.ebuild,v 1.1 2005/01/31 02:12:08 fserb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.3.3.ebuild,v 1.2 2005/03/09 09:56:37 config Exp $ inherit distutils @@ -9,7 +9,7 @@ HOMEPAGE="http://www.dnspython.org/" SRC_URI="http://www.dnspython.org/kits/stable/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~x86 ~ppc ~amd64" IUSE="" DEPEND="virtual/python sys-devel/make" |