diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-18 12:24:13 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-18 12:24:13 +0000 |
commit | 20359b3eb59163058ed92309cd5e3cb2284658c2 (patch) | |
tree | a3aa95e0d1c7b28b7d68c36efd95177fce2ae8fd /dev-perl/Variable-Magic | |
parent | Stable for amd64, wrt bug #449624 (diff) | |
download | gentoo-2-20359b3eb59163058ed92309cd5e3cb2284658c2.tar.gz gentoo-2-20359b3eb59163058ed92309cd5e3cb2284658c2.tar.bz2 gentoo-2-20359b3eb59163058ed92309cd5e3cb2284658c2.zip |
Stable for amd64, wrt bug #449624
(Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
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 | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-perl/Variable-Magic/ChangeLog b/dev-perl/Variable-Magic/ChangeLog index 1aea5ec8d0b8..2a84ae77d837 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.57 2013/01/06 14:49:44 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.58 2013/08/18 12:24:13 ago Exp $ + + 18 Aug 2013; Agostino Sarubbo <ago@gentoo.org> Variable-Magic-0.520.0.ebuild: + Stable for amd64, wrt bug #449624 06 Jan 2013; Torsten Veller <tove@gentoo.org> -Variable-Magic-0.470.0.ebuild, -Variable-Magic-0.500.0.ebuild: 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 b04ca027c84c..26857100267e 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-2012 Gentoo Foundation +# 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.1 2012/11/12 19:34:12 tove Exp $ +# $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 $ 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="" |