diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-19 23:33:34 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-19 23:33:34 +0000 |
commit | 143b0507574d30636062e26e867aa7c00d7acf8e (patch) | |
tree | 8193fd3034bf43943db1fd691c1468523cb9719d /dev-perl/DateTime-Format-Mail | |
parent | Version bump (and remove old versions). (diff) | |
download | historical-143b0507574d30636062e26e867aa7c00d7acf8e.tar.gz historical-143b0507574d30636062e26e867aa7c00d7acf8e.tar.bz2 historical-143b0507574d30636062e26e867aa7c00d7acf8e.zip |
Add ~x86-fbsd keyword.
Package-Manager: portage-2.1.2_rc2
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 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" |