diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2013-08-18 13:11:56 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2013-08-18 13:11:56 +0000 |
commit | 13f5561b9cf9a3b05ce61aa5bbec31144a1fe8b1 (patch) | |
tree | 236cd4d85fa3696959cf208025613cc0101044d6 /dev-perl/Variable-Magic | |
parent | Version bump (diff) | |
download | gentoo-2-13f5561b9cf9a3b05ce61aa5bbec31144a1fe8b1.tar.gz gentoo-2-13f5561b9cf9a3b05ce61aa5bbec31144a1fe8b1.tar.bz2 gentoo-2-13f5561b9cf9a3b05ce61aa5bbec31144a1fe8b1.zip |
x86 stable wrt bug #449624
(Portage version: 2.1.12.2/cvs/Linux i686, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl/Variable-Magic')
-rw-r--r-- | dev-perl/Variable-Magic/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Variable-Magic/Variable-Magic-0.520.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Variable-Magic/ChangeLog b/dev-perl/Variable-Magic/ChangeLog index 2a84ae77d837..d06d914b52e3 100644 --- a/dev-perl/Variable-Magic/ChangeLog +++ b/dev-perl/Variable-Magic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Variable-Magic # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.58 2013/08/18 12:24:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.59 2013/08/18 13:11:56 zlogene Exp $ + + 18 Aug 2013; Mikle Kolyada <zlogene@gentoo.org> Variable-Magic-0.520.0.ebuild: + x86 stable wrt bug #449624 18 Aug 2013; Agostino Sarubbo <ago@gentoo.org> Variable-Magic-0.520.0.ebuild: Stable for amd64, wrt bug #449624 diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.520.0.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.520.0.ebuild index 26857100267e..4f293495f4bd 100644 --- a/dev-perl/Variable-Magic/Variable-Magic-0.520.0.ebuild +++ b/dev-perl/Variable-Magic/Variable-Magic-0.520.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/Variable-Magic/Variable-Magic-0.520.0.ebuild,v 1.2 2013/08/18 12:24:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/Variable-Magic-0.520.0.ebuild,v 1.3 2013/08/18 13:11:56 zlogene 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 ~ppc-aix ~x64-macos" +KEYWORDS="amd64 ~ppc x86 ~ppc-aix ~x64-macos" IUSE="test" RDEPEND="" |