diff options
author | 2006-11-19 23:29:07 +0000 | |
---|---|---|
committer | 2006-11-19 23:29:07 +0000 | |
commit | 70b96eae970b98b121c9640493017c855cd015c9 (patch) | |
tree | 7eab487330f0bcf02d41a994e4bfa89e28cfe063 /dev-perl | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | gentoo-2-70b96eae970b98b121c9640493017c855cd015c9.tar.gz gentoo-2-70b96eae970b98b121c9640493017c855cd015c9.tar.bz2 gentoo-2-70b96eae970b98b121c9640493017c855cd015c9.zip |
Add ~x86-fbsd keyword.
(Portage version: 2.1.2_rc2)
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 96df29edd6c8..13e1e9792395 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.2 2006/11/19 16:50:57 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Mail/ChangeLog,v 1.3 2006/11/19 23:29:07 flameeyes Exp $ + + 19 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> + DateTime-Format-Mail-0.30.ebuild: + Add ~x86-fbsd keyword. 19 Nov 2006; Michael Cummings <mcummings@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 c7e509fd2818..0d84ce77f993 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.2 2006/11/19 16:50:57 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.30.ebuild,v 1.3 2006/11/19 23:29:07 flameeyes 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 ~sparc ~x86" +KEYWORDS="~amd64 ~sparc ~x86 ~x86-fbsd" IUSE="" SRC_TEST="do" |