diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-03-18 17:20:17 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-03-18 17:20:17 +0000 |
commit | 8c3d0dc3b8ee19dd1e48523066f983976ad6369c (patch) | |
tree | 23b8deff5d652bee6f8feaadb059d422b109c73c /dev-perl/Mail-DomainKeys | |
parent | Added ~ppc64; bug #126674 (diff) | |
download | historical-8c3d0dc3b8ee19dd1e48523066f983976ad6369c.tar.gz historical-8c3d0dc3b8ee19dd1e48523066f983976ad6369c.tar.bz2 historical-8c3d0dc3b8ee19dd1e48523066f983976ad6369c.zip |
Added ~ppc64; bug #126675
Package-Manager: portage-2.0.54
Diffstat (limited to 'dev-perl/Mail-DomainKeys')
-rw-r--r-- | dev-perl/Mail-DomainKeys/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Mail-DomainKeys/Mail-DomainKeys-0.80.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Mail-DomainKeys/ChangeLog b/dev-perl/Mail-DomainKeys/ChangeLog index 54d2ab80af79..82fe13b383e0 100644 --- a/dev-perl/Mail-DomainKeys/ChangeLog +++ b/dev-perl/Mail-DomainKeys/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Mail-DomainKeys # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DomainKeys/ChangeLog,v 1.4 2006/03/10 12:43:13 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DomainKeys/ChangeLog,v 1.5 2006/03/18 17:20:17 corsair Exp $ + + 18 Mar 2006; Markus Rothe <corsair@gentoo.org> + Mail-DomainKeys-0.80.ebuild: + Added ~ppc64; bug #126675 10 Mar 2006; Aron Griffis <agriffis@gentoo.org> Mail-DomainKeys-0.80.ebuild: diff --git a/dev-perl/Mail-DomainKeys/Mail-DomainKeys-0.80.ebuild b/dev-perl/Mail-DomainKeys/Mail-DomainKeys-0.80.ebuild index cd711430ca1e..95398fd6de39 100644 --- a/dev-perl/Mail-DomainKeys/Mail-DomainKeys-0.80.ebuild +++ b/dev-perl/Mail-DomainKeys/Mail-DomainKeys-0.80.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-perl/Mail-DomainKeys/Mail-DomainKeys-0.80.ebuild,v 1.5 2006/03/10 12:43:13 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DomainKeys/Mail-DomainKeys-0.80.ebuild,v 1.6 2006/03/18 17:20:17 corsair Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/A/AN/ANTHONYU/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~ia64 ~sparc x86" +KEYWORDS="~ia64 ~ppc64 ~sparc x86" IUSE="" SRC_TEST="do" |