diff options
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 462c8dff1b74..7ea3fb13d7da 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.7 2006/03/22 20:00:05 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DomainKeys/ChangeLog,v 1.8 2006/05/21 18:01:15 corsair Exp $ + + 21 May 2006; Markus Rothe <corsair@gentoo.org> + Mail-DomainKeys-0.80.ebuild: + Stable on ppc64 22 Mar 2006; Diego Pettenò <flameeyes@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 8a1265e4a242..42dbeafb0f07 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.8 2006/03/22 20:00:05 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DomainKeys/Mail-DomainKeys-0.80.ebuild,v 1.9 2006/05/21 18:01:15 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="~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~amd64 ~ia64 ~ppc ppc64 ~sparc x86" IUSE="" SRC_TEST="do" |