diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-11-06 13:33:35 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-11-06 13:33:35 +0000 |
commit | f5b06cf5c4c7eab820ad488f31f89b258b002cf9 (patch) | |
tree | 2cf0e9301f54467265f1cc8e73cb1c51aa29b6dd /dev-perl/IO-HTML | |
parent | keyword ~amd64-fbsd, bug #440760 (diff) | |
download | gentoo-2-f5b06cf5c4c7eab820ad488f31f89b258b002cf9.tar.gz gentoo-2-f5b06cf5c4c7eab820ad488f31f89b258b002cf9.tar.bz2 gentoo-2-f5b06cf5c4c7eab820ad488f31f89b258b002cf9.zip |
keyword ~amd64-fbsd, bug #437532
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
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 82b69f361b94..ad3d84026945 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.4 2012/10/17 13:49:02 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-HTML/ChangeLog,v 1.5 2012/11/06 13:33:35 aballier Exp $ + + 06 Nov 2012; Alexis Ballier <aballier@gentoo.org> IO-HTML-0.40.0.ebuild: + keyword ~amd64-fbsd, bug #437532 17 Oct 2012; Jeroen Roovers <jer@gentoo.org> IO-HTML-0.40.0.ebuild: Marked ~hppa (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 7d22794bcdce..bf979a0aa9fa 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.4 2012/10/17 13:49:02 jer Exp $ +# $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 $ 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 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~hppa ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="test" RDEPEND=" |