diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-07-30 08:34:00 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-07-30 08:34:00 +0000 |
commit | 023df528a4fbd300d3e44d651f13d3affcb48a7f (patch) | |
tree | 89aaa6c1168a1d0501072e9da3d3d3a9b57217a0 /dev-perl/IO-HTML | |
parent | Add ~arm keyword, wrt bug #478340 (diff) | |
download | gentoo-2-023df528a4fbd300d3e44d651f13d3affcb48a7f.tar.gz gentoo-2-023df528a4fbd300d3e44d651f13d3affcb48a7f.tar.bz2 gentoo-2-023df528a4fbd300d3e44d651f13d3affcb48a7f.zip |
Add ~amd64-linux keyword, wrt bug #437532
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
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 174a4a17f372..a2e0591429f2 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-HTML/ChangeLog,v 1.9 2013/05/11 01:36:02 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-HTML/ChangeLog,v 1.10 2013/07/30 08:34:00 pinkbyte Exp $ + + 30 Jul 2013; Sergey Popov <pinkbyte@gentoo.org> IO-HTML-0.40.0.ebuild: + Add ~amd64-linux keyword, wrt bug #437532 11 May 2013; Matt Turner <mattst88@gentoo.org> IO-HTML-0.40.0.ebuild: Added ~mips, 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 8acad5432c42..54c39d9b237d 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-2013 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.9 2013/05/11 01:36:02 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-HTML/IO-HTML-0.40.0.ebuild,v 1.10 2013/07/30 08:34:00 pinkbyte Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Open an HTML file with automatic charset detection" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" IUSE="test" RDEPEND=" |