diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-07 03:25:12 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-07 03:25:12 +0000 |
commit | 5dd7f76db641ce4750221be334c947ef4feda2b2 (patch) | |
tree | 4a31b494f7ed0969a0206d4b35c731be8968f8ab /dev-perl/IO-HTML | |
parent | keyword ~ppc64, bug #437532 (diff) | |
download | gentoo-2-5dd7f76db641ce4750221be334c947ef4feda2b2.tar.gz gentoo-2-5dd7f76db641ce4750221be334c947ef4feda2b2.tar.bz2 gentoo-2-5dd7f76db641ce4750221be334c947ef4feda2b2.zip |
keyword ~ppc ~ppc64, bug #437532
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-perl/IO-HTML')
-rw-r--r-- | dev-perl/IO-HTML/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/IO-HTML/IO-HTML-0.40.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/IO-HTML/ChangeLog b/dev-perl/IO-HTML/ChangeLog index ad3d84026945..e2944ff2bf05 100644 --- a/dev-perl/IO-HTML/ChangeLog +++ b/dev-perl/IO-HTML/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/IO-HTML # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-HTML/ChangeLog,v 1.5 2012/11/06 13:33:35 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-HTML/ChangeLog,v 1.6 2012/11/07 03:25:12 blueness Exp $ + + 07 Nov 2012; Anthony G. Basile <blueness@gentoo.org> IO-HTML-0.40.0.ebuild: + keyword ~ppc ~ppc64, bug #437532 06 Nov 2012; Alexis Ballier <aballier@gentoo.org> IO-HTML-0.40.0.ebuild: keyword ~amd64-fbsd, bug #437532 diff --git a/dev-perl/IO-HTML/IO-HTML-0.40.0.ebuild b/dev-perl/IO-HTML/IO-HTML-0.40.0.ebuild index bf979a0aa9fa..22ef0790021e 100644 --- a/dev-perl/IO-HTML/IO-HTML-0.40.0.ebuild +++ b/dev-perl/IO-HTML/IO-HTML-0.40.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-HTML/IO-HTML-0.40.0.ebuild,v 1.5 2012/11/06 13:33:35 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-HTML/IO-HTML-0.40.0.ebuild,v 1.6 2012/11/07 03:25:12 blueness Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Open an HTML file with automatic charset detection" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="test" RDEPEND=" |