diff options
author | Fabian Groffen <grobian@gentoo.org> | 2013-07-30 17:12:33 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2013-07-30 17:12:33 +0000 |
commit | 316164bdbee29c70cb13506182d4af4b62fb6352 (patch) | |
tree | e6e11dab35ec23805d46cde9c6e0a1e3d3f26abd /dev-perl/IO-HTML | |
parent | Fix building of Cython based python bindings by backporting patch from upstre... (diff) | |
download | gentoo-2-316164bdbee29c70cb13506182d4af4b62fb6352.tar.gz gentoo-2-316164bdbee29c70cb13506182d4af4b62fb6352.tar.bz2 gentoo-2-316164bdbee29c70cb13506182d4af4b62fb6352.zip |
Re-add Prefix keywords, bug #437532
(Portage version: 2.2.01.22124-prefix/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89)
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 a2e0591429f2..424ab18d76c8 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.10 2013/07/30 08:34:00 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-HTML/ChangeLog,v 1.11 2013/07/30 17:12:33 grobian Exp $ + + 30 Jul 2013; Fabian Groffen <grobian@gentoo.org> IO-HTML-0.40.0.ebuild: + Re-add Prefix keywords, bug #437532 30 Jul 2013; Sergey Popov <pinkbyte@gentoo.org> IO-HTML-0.40.0.ebuild: Add ~amd64-linux keyword, wrt 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 54c39d9b237d..6289297eae48 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.10 2013/07/30 08:34:00 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-HTML/IO-HTML-0.40.0.ebuild,v 1.11 2013/07/30 17:12:33 grobian 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 ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RDEPEND=" |