diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-11-07 08:07:19 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-11-07 08:07:19 +0000 |
commit | 3368b333a9a4a6877b4a291a380749176cef8b0c (patch) | |
tree | 68c2c0a4453c7166ab4936c17ecb994113850953 /dev-perl/Sub-Exporter | |
parent | Bump to 3.2.1 from the gnome overlay. Uses the new sub-meta packages. Dropped... (diff) | |
download | historical-3368b333a9a4a6877b4a291a380749176cef8b0c.tar.gz historical-3368b333a9a4a6877b4a291a380749176cef8b0c.tar.bz2 historical-3368b333a9a4a6877b4a291a380749176cef8b0c.zip |
Added Prefix keywords, bug #389001
Package-Manager: portage-2.2.01.19572-prefix/cvs/Darwin i386
Diffstat (limited to 'dev-perl/Sub-Exporter')
-rw-r--r-- | dev-perl/Sub-Exporter/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Sub-Exporter/Sub-Exporter-0.982.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Sub-Exporter/ChangeLog b/dev-perl/Sub-Exporter/ChangeLog index 4159c50e231f..1640db811eab 100644 --- a/dev-perl/Sub-Exporter/ChangeLog +++ b/dev-perl/Sub-Exporter/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Sub-Exporter # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Exporter/ChangeLog,v 1.13 2011/11/06 17:29:17 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Exporter/ChangeLog,v 1.14 2011/11/07 08:03:33 grobian Exp $ + + 07 Nov 2011; Fabian Groffen <grobian@gentoo.org> Sub-Exporter-0.982.0.ebuild: + Added Prefix keywords, bug #389001 06 Nov 2011; Markus Meier <maekke@gentoo.org> Sub-Exporter-0.982.0.ebuild: add ~arm, bug #389001 diff --git a/dev-perl/Sub-Exporter/Sub-Exporter-0.982.0.ebuild b/dev-perl/Sub-Exporter/Sub-Exporter-0.982.0.ebuild index c1cc1f03182b..fcba84f4a557 100644 --- a/dev-perl/Sub-Exporter/Sub-Exporter-0.982.0.ebuild +++ b/dev-perl/Sub-Exporter/Sub-Exporter-0.982.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Exporter/Sub-Exporter-0.982.0.ebuild,v 1.5 2011/11/06 17:29:17 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Exporter/Sub-Exporter-0.982.0.ebuild,v 1.6 2011/11/07 08:03:33 grobian Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="A sophisticated exporter for custom-built routines" SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ppc x86 ~ppc-macos ~x64-macos ~x86-solaris" +KEYWORDS="amd64 ~arm ~hppa ppc x86 ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="" RDEPEND=">=dev-perl/Sub-Install-0.92 |