diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-09-01 12:01:13 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-09-01 12:01:13 +0000 |
commit | 3205f8bc2b2657bb0e924cc3e9a1c43957f43ecd (patch) | |
tree | 23a299cbc13abc560174c6bf4afa1c1fcd755401 /dev-perl/Variable-Magic | |
parent | Marked ~ppc-aix, bug #432288 (diff) | |
download | gentoo-2-3205f8bc2b2657bb0e924cc3e9a1c43957f43ecd.tar.gz gentoo-2-3205f8bc2b2657bb0e924cc3e9a1c43957f43ecd.tar.bz2 gentoo-2-3205f8bc2b2657bb0e924cc3e9a1c43957f43ecd.zip |
Marked ~ppc-aix, bug #432288
(Portage version: 2.2.01.20894-prefix/cvs/Darwin i386)
Diffstat (limited to 'dev-perl/Variable-Magic')
-rw-r--r-- | dev-perl/Variable-Magic/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Variable-Magic/Variable-Magic-0.510.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Variable-Magic/ChangeLog b/dev-perl/Variable-Magic/ChangeLog index 68dddf9c1235..3f339291b906 100644 --- a/dev-perl/Variable-Magic/ChangeLog +++ b/dev-perl/Variable-Magic/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Variable-Magic # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.48 2012/08/20 12:41:23 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.49 2012/09/01 12:01:13 grobian Exp $ + + 01 Sep 2012; Fabian Groffen <grobian@gentoo.org> + Variable-Magic-0.510.0.ebuild: + Marked ~ppc-aix, bug #432288 *Variable-Magic-0.510.0 (20 Aug 2012) diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.510.0.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.510.0.ebuild index 53ad047ad579..4dda31a8a5e9 100644 --- a/dev-perl/Variable-Magic/Variable-Magic-0.510.0.ebuild +++ b/dev-perl/Variable-Magic/Variable-Magic-0.510.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/Variable-Magic/Variable-Magic-0.510.0.ebuild,v 1.1 2012/08/20 12:41:23 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/Variable-Magic-0.510.0.ebuild,v 1.2 2012/09/01 12:01:13 grobian Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Associate user-defined magic to variables from Perl" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x64-macos" +KEYWORDS="~amd64 ~ppc ~x86 ~ppc-aix ~x64-macos" IUSE="test" RDEPEND="" |