diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-11-25 15:02:43 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-11-25 15:02:43 +0000 |
commit | 2975ddeecceddbcaf56cc6a4376041fe410761c2 (patch) | |
tree | ac0da1557802e735938be1fb3afc811d61604d86 /dev-perl | |
parent | Add ~alpha + ~ia64 keyword. (diff) | |
download | gentoo-2-2975ddeecceddbcaf56cc6a4376041fe410761c2.tar.gz gentoo-2-2975ddeecceddbcaf56cc6a4376041fe410761c2.tar.bz2 gentoo-2-2975ddeecceddbcaf56cc6a4376041fe410761c2.zip |
Add ~alpha ~ia64 keyword.
(Portage version: 2.1.2_rc2-r1)
Diffstat (limited to 'dev-perl')
-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 ccd07f01a1f3..945294d2772b 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.6 2006/11/24 22:16:46 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Mail/ChangeLog,v 1.7 2006/11/25 15:02:43 kloeri Exp $ + + 25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> + DateTime-Format-Mail-0.30.ebuild: + Add ~alpha + ~ia64 keyword. 24 Nov 2006; Markus Rothe <corsair@gentoo.org> DateTime-Format-Mail-0.30.ebuild: 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 d1e08d1208c4..69dd930be879 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.6 2006/11/24 22:16:46 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.30.ebuild,v 1.7 2006/11/25 15:02:43 kloeri 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 ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" SRC_TEST="do" |