diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-12-22 13:43:20 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-12-22 13:43:20 +0000 |
commit | 06b2d1c70492bb0d990b3978d35a4d93319d7c6a (patch) | |
tree | ee8d0f6f293db9b3fedd85d79c514b7075257058 /dev-perl | |
parent | Move older versions into SLOTs for easier testing #479574 by Michał Górny. (diff) | |
download | gentoo-2-06b2d1c70492bb0d990b3978d35a4d93319d7c6a.tar.gz gentoo-2-06b2d1c70492bb0d990b3978d35a4d93319d7c6a.tar.bz2 gentoo-2-06b2d1c70492bb0d990b3978d35a4d93319d7c6a.zip |
amd64 stable, bug #492082
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Chart/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Chart/Chart-2.4.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Chart/ChangeLog b/dev-perl/Chart/ChangeLog index c1fbfeabf57e..204647746d02 100644 --- a/dev-perl/Chart/ChangeLog +++ b/dev-perl/Chart/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Chart # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart/ChangeLog,v 1.47 2013/12/22 13:20:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart/ChangeLog,v 1.48 2013/12/22 13:43:20 pacho Exp $ + + 22 Dec 2013; Pacho Ramos <pacho@gentoo.org> Chart-2.4.6.ebuild: + amd64 stable, bug #492082 22 Dec 2013; Agostino Sarubbo <ago@gentoo.org> Chart-2.4.6.ebuild: Stable for ppc64, wrt bug #492082 diff --git a/dev-perl/Chart/Chart-2.4.6.ebuild b/dev-perl/Chart/Chart-2.4.6.ebuild index 4940541e3837..ac6b1bb0aad2 100644 --- a/dev-perl/Chart/Chart-2.4.6.ebuild +++ b/dev-perl/Chart/Chart-2.4.6.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/Chart/Chart-2.4.6.ebuild,v 1.3 2013/12/22 13:20:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart/Chart-2.4.6.ebuild,v 1.4 2013/12/22 13:43:20 pacho Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="The Perl Chart Module" SLOT="0" -KEYWORDS="~amd64 ppc ppc64 ~x86 ~x86-fbsd" +KEYWORDS="amd64 ppc ppc64 ~x86 ~x86-fbsd" IUSE="test" RDEPEND=">=dev-perl/GD-2.0.36" |