diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-03-24 12:58:59 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-03-24 12:58:59 +0000 |
commit | 60d24ee1c339bf3e145ff5120ccd6586193cc15f (patch) | |
tree | 07783d9b19c9ec326ba93f156e3eaca5e07812b9 /dev-perl/Module-Runtime | |
parent | version bump (diff) | |
download | historical-60d24ee1c339bf3e145ff5120ccd6586193cc15f.tar.gz historical-60d24ee1c339bf3e145ff5120ccd6586193cc15f.tar.bz2 historical-60d24ee1c339bf3e145ff5120ccd6586193cc15f.zip |
Marked ~amd64-linux, bug #403413
Package-Manager: portage-2.2.01.20271-prefix/cvs/Darwin i386
Diffstat (limited to 'dev-perl/Module-Runtime')
-rw-r--r-- | dev-perl/Module-Runtime/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Module-Runtime/Module-Runtime-0.13.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Module-Runtime/ChangeLog b/dev-perl/Module-Runtime/ChangeLog index 1b805ef4d836..01df8e761e96 100644 --- a/dev-perl/Module-Runtime/ChangeLog +++ b/dev-perl/Module-Runtime/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Module-Runtime # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Runtime/ChangeLog,v 1.9 2012/03/01 16:17:46 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Runtime/ChangeLog,v 1.10 2012/03/24 12:58:59 grobian Exp $ + + 24 Mar 2012; Fabian Groffen <grobian@gentoo.org> Module-Runtime-0.13.0.ebuild: + Marked ~amd64-linux, bug #403413 01 Mar 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Add missing cpan remote-id tags in metadata.xml (#406287) diff --git a/dev-perl/Module-Runtime/Module-Runtime-0.13.0.ebuild b/dev-perl/Module-Runtime/Module-Runtime-0.13.0.ebuild index 2549c8d0762c..bdf272deb916 100644 --- a/dev-perl/Module-Runtime/Module-Runtime-0.13.0.ebuild +++ b/dev-perl/Module-Runtime/Module-Runtime-0.13.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/Module-Runtime/Module-Runtime-0.13.0.ebuild,v 1.1 2012/02/17 19:45:42 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Runtime/Module-Runtime-0.13.0.ebuild,v 1.2 2012/03/24 12:58:59 grobian Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Runtime module handling" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~x86 ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~amd64 ~arm ~hppa ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" RDEPEND="" |