diff options
author | Akinori Hattori <hattya@gentoo.org> | 2014-01-26 15:28:34 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2014-01-26 15:28:34 +0000 |
commit | b4bf3728a086f74d7cfdf6525fb92bef10bbd92f (patch) | |
tree | a7d2f459940f2bf9b04b1d22c8aa8ccc949efb15 /dev-perl/Class-C3 | |
parent | x86 stable wrt bug #494288 (diff) | |
download | gentoo-2-b4bf3728a086f74d7cfdf6525fb92bef10bbd92f.tar.gz gentoo-2-b4bf3728a086f74d7cfdf6525fb92bef10bbd92f.tar.bz2 gentoo-2-b4bf3728a086f74d7cfdf6525fb92bef10bbd92f.zip |
ia64 stable wrt bug #492086
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)
Diffstat (limited to 'dev-perl/Class-C3')
-rw-r--r-- | dev-perl/Class-C3/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Class-C3/Class-C3-0.250.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Class-C3/ChangeLog b/dev-perl/Class-C3/ChangeLog index 2f2232fefe63..f716145bbd13 100644 --- a/dev-perl/Class-C3/ChangeLog +++ b/dev-perl/Class-C3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Class-C3 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-C3/ChangeLog,v 1.29 2014/01/26 12:08:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-C3/ChangeLog,v 1.30 2014/01/26 15:28:34 hattya Exp $ + + 26 Jan 2014; Akinori Hattori <hattya@gentoo.org> Class-C3-0.250.0.ebuild: + ia64 stable wrt bug #492086 26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> Class-C3-0.250.0.ebuild: Stable for sparc, wrt bug #492086 diff --git a/dev-perl/Class-C3/Class-C3-0.250.0.ebuild b/dev-perl/Class-C3/Class-C3-0.250.0.ebuild index 8425a27922e2..474f9e8525f4 100644 --- a/dev-perl/Class-C3/Class-C3-0.250.0.ebuild +++ b/dev-perl/Class-C3/Class-C3-0.250.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-C3/Class-C3-0.250.0.ebuild,v 1.2 2014/01/26 12:08:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-C3/Class-C3-0.250.0.ebuild,v 1.3 2014/01/26 15:28:34 hattya Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="A pragma to use the C3 method resolution order algortihm" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 sparc ~x86 ~ppc-aix ~ppc-macos ~x64-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ia64 ~ppc ~ppc64 sparc ~x86 ~ppc-aix ~ppc-macos ~x64-macos ~x86-solaris" IUSE="test" RDEPEND=" |