diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-10-02 01:14:27 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-10-02 01:14:27 +0000 |
commit | 1e57876e54a4b97a3397967dffc0f8142d6a7fd1 (patch) | |
tree | eb7803c6ffe68669b3a47fdc733aa9f07ba3c43f /dev-perl/Variable-Magic | |
parent | stable ppc ppc64, bug #429004 (diff) | |
download | gentoo-2-1e57876e54a4b97a3397967dffc0f8142d6a7fd1.tar.gz gentoo-2-1e57876e54a4b97a3397967dffc0f8142d6a7fd1.tar.bz2 gentoo-2-1e57876e54a4b97a3397967dffc0f8142d6a7fd1.zip |
stable ppc, bug #429014
(Portage version: 2.1.11.9/cvs/Linux x86_64)
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.500.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 a86e50a2e5c9..a97fd093c4ae 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.51 2012/09/12 11:14:25 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.52 2012/10/02 01:14:27 blueness Exp $ + + 02 Oct 2012; Anthony G. Basile <blueness@gentoo.org> + Variable-Magic-0.500.0.ebuild: + stable ppc, bug #429014 12 Sep 2012; Johannes Huber <johu@gentoo.org> Variable-Magic-0.500.0.ebuild: Stable for x86, wrt bug #429014 diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.500.0.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.500.0.ebuild index 6bd982b9bd6d..5753493ad05c 100644 --- a/dev-perl/Variable-Magic/Variable-Magic-0.500.0.ebuild +++ b/dev-perl/Variable-Magic/Variable-Magic-0.500.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.500.0.ebuild,v 1.3 2012/09/12 11:14:25 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/Variable-Magic-0.500.0.ebuild,v 1.4 2012/10/02 01:14:27 blueness 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 ~x64-macos" IUSE="test" RDEPEND="" |