diff options
author | Johannes Huber <johu@gentoo.org> | 2012-08-04 20:05:10 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-08-04 20:05:10 +0000 |
commit | cd54658d1909c0b9d3f015b3eadfac3eea5a98dd (patch) | |
tree | a9851626b1b212631e27e82a625732649616f298 /dev-perl/Chart/Chart-2.4.5.ebuild | |
parent | Fix tests with recent mercurial versions. (diff) | |
download | historical-cd54658d1909c0b9d3f015b3eadfac3eea5a98dd.tar.gz historical-cd54658d1909c0b9d3f015b3eadfac3eea5a98dd.tar.bz2 historical-cd54658d1909c0b9d3f015b3eadfac3eea5a98dd.zip |
Stable for x86, wrt bug #418793
Package-Manager: portage-2.2.0_alpha120/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Chart/Chart-2.4.5.ebuild')
-rw-r--r-- | dev-perl/Chart/Chart-2.4.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Chart/Chart-2.4.5.ebuild b/dev-perl/Chart/Chart-2.4.5.ebuild index 597779f9d612..94982df432e3 100644 --- a/dev-perl/Chart/Chart-2.4.5.ebuild +++ b/dev-perl/Chart/Chart-2.4.5.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/Chart/Chart-2.4.5.ebuild,v 1.2 2012/08/03 11:05:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart/Chart-2.4.5.ebuild,v 1.3 2012/08/04 20:05:10 johu 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" |