diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-11-24 22:16:46 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-11-24 22:16:46 +0000 |
commit | c9208f9ba8b98cfa2040373b8d4d499dd845bcca (patch) | |
tree | fef26a71cd07c751fe7f4322f68587d36be676d9 /dev-perl/DateTime-Format-Mail | |
parent | Stable on ppc64; bug #155545 (diff) | |
download | gentoo-2-c9208f9ba8b98cfa2040373b8d4d499dd845bcca.tar.gz gentoo-2-c9208f9ba8b98cfa2040373b8d4d499dd845bcca.tar.bz2 gentoo-2-c9208f9ba8b98cfa2040373b8d4d499dd845bcca.zip |
Added ~ppc64; bug #155683
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-perl/DateTime-Format-Mail')
-rw-r--r-- | dev-perl/DateTime-Format-Mail/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.30.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/DateTime-Format-Mail/ChangeLog b/dev-perl/DateTime-Format-Mail/ChangeLog index ef595ef189c9..ccd07f01a1f3 100644 --- a/dev-perl/DateTime-Format-Mail/ChangeLog +++ b/dev-perl/DateTime-Format-Mail/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/DateTime-Format-Mail # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Mail/ChangeLog,v 1.5 2006/11/20 17:59:33 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Mail/ChangeLog,v 1.6 2006/11/24 22:16:46 corsair Exp $ + + 24 Nov 2006; Markus Rothe <corsair@gentoo.org> + DateTime-Format-Mail-0.30.ebuild: + Added ~ppc64; bug #155683 20 Nov 2006; nixnut <nixnut@gentoo.org> DateTime-Format-Mail-0.30.ebuild: Added ~ppc keyword wrt bug 155683 diff --git a/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.30.ebuild b/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.30.ebuild index 761687ae0c8b..d1e08d1208c4 100644 --- a/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.30.ebuild +++ b/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.30.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/DateTime-Format-Mail/DateTime-Format-Mail-0.30.ebuild,v 1.5 2006/11/20 17:59:33 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.30.ebuild,v 1.6 2006/11/24 22:16:46 corsair Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/D/DR/DROLSKY/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" SRC_TEST="do" |