diff options
author | 2011-09-24 13:12:48 +0000 | |
---|---|---|
committer | 2011-09-24 13:12:48 +0000 | |
commit | 5ea0194970b1d54aa89f14cd9d728de1badec6d6 (patch) | |
tree | 5bcf3d6f46f48f896734f2799db1d501419ea48d /dev-perl | |
parent | Marked ~x64-macos (diff) | |
download | gentoo-2-5ea0194970b1d54aa89f14cd9d728de1badec6d6.tar.gz gentoo-2-5ea0194970b1d54aa89f14cd9d728de1badec6d6.tar.bz2 gentoo-2-5ea0194970b1d54aa89f14cd9d728de1badec6d6.zip |
Marked ~x64-macos
(Portage version: 2.2.01.19295-prefix/cvs/Darwin i386)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Variable-Magic/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Variable-Magic/Variable-Magic-0.460.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 30606981d3ab..098066883ca0 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.38 2011/09/04 11:22:47 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.39 2011/09/24 13:12:48 grobian Exp $ + + 24 Sep 2011; Fabian Groffen <grobian@gentoo.org> + Variable-Magic-0.460.0.ebuild: + Marked ~x64-macos 04 Sep 2011; Torsten Veller <tove@gentoo.org> -Variable-Magic-0.460.ebuild: Cleanup diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.460.0.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.460.0.ebuild index 2504df24c7e0..790fa1d8afcf 100644 --- a/dev-perl/Variable-Magic/Variable-Magic-0.460.0.ebuild +++ b/dev-perl/Variable-Magic/Variable-Magic-0.460.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/Variable-Magic/Variable-Magic-0.460.0.ebuild,v 1.2 2011/09/03 21:04:38 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/Variable-Magic-0.460.0.ebuild,v 1.3 2011/09/24 13:12:48 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" +KEYWORDS="amd64 ppc x86 ~x64-macos" IUSE="test" RDEPEND="" |