diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-04-14 09:11:38 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-04-14 09:11:38 +0000 |
commit | a55f3b85f9d6672d5bb295c11010d53fe36e0a28 (patch) | |
tree | 64eee8e3692aaf5d90c8963184f078d00d875c93 /dev-python/twisted-names | |
parent | Version bump to 2.3 (diff) | |
download | historical-a55f3b85f9d6672d5bb295c11010d53fe36e0a28.tar.gz historical-a55f3b85f9d6672d5bb295c11010d53fe36e0a28.tar.bz2 historical-a55f3b85f9d6672d5bb295c11010d53fe36e0a28.zip |
Added ~ppc. Bug 128688
Package-Manager: portage-2.1_pre7-r5
Diffstat (limited to 'dev-python/twisted-names')
-rw-r--r-- | dev-python/twisted-names/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/twisted-names/twisted-names-0.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/twisted-names/ChangeLog b/dev-python/twisted-names/ChangeLog index 7d5216086f30..3817f17d73de 100644 --- a/dev-python/twisted-names/ChangeLog +++ b/dev-python/twisted-names/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/twisted-names # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/ChangeLog,v 1.6 2006/04/08 06:13:19 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/ChangeLog,v 1.7 2006/04/14 09:08:34 nixnut Exp $ + + 14 Apr 2006; <nixnut@gentoo.org> twisted-names-0.2.0.ebuild: + Added ~ppc. Bug #128688 08 Apr 2006; <nixnut@gentoo.org> twisted-names-0.1.0-r1.ebuild: Added ~ppc. bug #128688 diff --git a/dev-python/twisted-names/twisted-names-0.2.0.ebuild b/dev-python/twisted-names/twisted-names-0.2.0.ebuild index c5d6dc814ce6..31f79c5125b7 100644 --- a/dev-python/twisted-names/twisted-names-0.2.0.ebuild +++ b/dev-python/twisted-names/twisted-names-0.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/twisted-names-0.2.0.ebuild,v 1.2 2006/02/01 13:42:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/twisted-names-0.2.0.ebuild,v 1.3 2006/04/14 09:08:34 nixnut Exp $ MY_PACKAGE=Names @@ -8,6 +8,6 @@ inherit twisted DESCRIPTION="A Twisted DNS implementation." -KEYWORDS="~alpha ~ia64 ~sparc ~x86" +KEYWORDS="~alpha ~ia64 ~ppc ~sparc ~x86" DEPEND=">=dev-python/twisted-2" |