diff options
author | Markus Meier <maekke@gentoo.org> | 2009-02-15 11:54:35 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-02-15 11:54:35 +0000 |
commit | 6127f0996ccedd5cb8d2cea231f0deffdbdd09ec (patch) | |
tree | a203989c611b7885fc0f001b7063e90ef8145014 /dev-python/pydns/pydns-2.3.3.ebuild | |
parent | amd64/x86 stable, bug #258297 (diff) | |
download | gentoo-2-6127f0996ccedd5cb8d2cea231f0deffdbdd09ec.tar.gz gentoo-2-6127f0996ccedd5cb8d2cea231f0deffdbdd09ec.tar.bz2 gentoo-2-6127f0996ccedd5cb8d2cea231f0deffdbdd09ec.zip |
amd64/x86 stable, bug #258328
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pydns/pydns-2.3.3.ebuild')
-rw-r--r-- | dev-python/pydns/pydns-2.3.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pydns/pydns-2.3.3.ebuild b/dev-python/pydns/pydns-2.3.3.ebuild index 7bb34c4206a6..9a3e5c5d0b3e 100644 --- a/dev-python/pydns/pydns-2.3.3.ebuild +++ b/dev-python/pydns/pydns-2.3.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pydns/pydns-2.3.3.ebuild,v 1.1 2008/09/12 13:55:31 sbriesen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pydns/pydns-2.3.3.ebuild,v 1.2 2009/02/15 11:54:35 maekke Exp $ inherit eutils distutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/pydns/${P}.tar.gz" LICENSE="CNRI" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="examples" RDEPEND="virtual/python" |