diff options
author | Javier Villavicencio <the_paya@gentoo.org> | 2006-12-28 18:09:54 +0000 |
---|---|---|
committer | Javier Villavicencio <the_paya@gentoo.org> | 2006-12-28 18:09:54 +0000 |
commit | eae41bcc9cc5c399089632497c0e490573107b8e (patch) | |
tree | 62e58df6979faf2012a630763427513cf3b3204b /dev-perl/HTML-FillInForm | |
parent | Keyworded ~x86-fbsd. (diff) | |
download | gentoo-2-eae41bcc9cc5c399089632497c0e490573107b8e.tar.gz gentoo-2-eae41bcc9cc5c399089632497c0e490573107b8e.tar.bz2 gentoo-2-eae41bcc9cc5c399089632497c0e490573107b8e.zip |
Keyworded ~x86-fbsd.
(Portage version: 2.1.2_rc4-r1)
Diffstat (limited to 'dev-perl/HTML-FillInForm')
-rw-r--r-- | dev-perl/HTML-FillInForm/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/HTML-FillInForm/HTML-FillInForm-1.06.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/HTML-FillInForm/ChangeLog b/dev-perl/HTML-FillInForm/ChangeLog index fe9e47b4cc9f..1dd916638485 100644 --- a/dev-perl/HTML-FillInForm/ChangeLog +++ b/dev-perl/HTML-FillInForm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/HTML-FillInForm # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-FillInForm/ChangeLog,v 1.9 2006/10/09 15:12:05 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-FillInForm/ChangeLog,v 1.10 2006/12/28 18:09:54 the_paya Exp $ + + 28 Dec 2006; Javier Villavicencio <the_paya@gentoo.org> + HTML-FillInForm-1.06.ebuild: + Added ~x86-fbsd keyword. 09 Oct 2006; Michael Cummings <mcummings@gentoo.org> -HTML-FillInForm-1.05.ebuild, HTML-FillInForm-1.06.ebuild: diff --git a/dev-perl/HTML-FillInForm/HTML-FillInForm-1.06.ebuild b/dev-perl/HTML-FillInForm/HTML-FillInForm-1.06.ebuild index f63145e05c21..d576b7ce7c8f 100644 --- a/dev-perl/HTML-FillInForm/HTML-FillInForm-1.06.ebuild +++ b/dev-perl/HTML-FillInForm/HTML-FillInForm-1.06.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/HTML-FillInForm/HTML-FillInForm-1.06.ebuild,v 1.7 2006/10/09 15:12:05 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-FillInForm/HTML-FillInForm-1.06.ebuild,v 1.8 2006/12/28 18:09:54 the_paya Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/T/TJ/TJMATHER/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="amd64 ia64 ~ppc sparc x86" +KEYWORDS="amd64 ia64 ~ppc sparc x86 ~x86-fbsd" IUSE="" SRC_TEST="do" |