diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-12-10 22:15:20 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-12-10 22:15:20 +0000 |
commit | d16a3d7506e6d60cd289f8dd91665de66e234c7a (patch) | |
tree | 8d970c3d1ef23cf7b174ea7062177001e9b96d35 /dev-perl/PGPLOT | |
parent | Fix LICENSE, see LICENSE file in tarball, bug 444860. (diff) | |
download | gentoo-2-d16a3d7506e6d60cd289f8dd91665de66e234c7a.tar.gz gentoo-2-d16a3d7506e6d60cd289f8dd91665de66e234c7a.tar.bz2 gentoo-2-d16a3d7506e6d60cd289f8dd91665de66e234c7a.zip |
Keyword amd64-linux and x86-linux
(Portage version: 2.2.01.21418-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'dev-perl/PGPLOT')
-rw-r--r-- | dev-perl/PGPLOT/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/PGPLOT/PGPLOT-2.210.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-perl/PGPLOT/ChangeLog b/dev-perl/PGPLOT/ChangeLog index 3981dfb221ca..ec1318354187 100644 --- a/dev-perl/PGPLOT/ChangeLog +++ b/dev-perl/PGPLOT/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/PGPLOT # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/ChangeLog,v 1.16 2012/06/24 12:58:11 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/ChangeLog,v 1.17 2012/12/10 22:15:20 bicatali Exp $ + + 10 Dec 2012; Sébastien Fabbro <bicatali@gentoo.org> PGPLOT-2.210.0.ebuild: + Keyword amd64-linux and x86-linux 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/dev-perl/PGPLOT/PGPLOT-2.210.0.ebuild b/dev-perl/PGPLOT/PGPLOT-2.210.0.ebuild index b58b345b503c..e247742f9b56 100644 --- a/dev-perl/PGPLOT/PGPLOT-2.210.0.ebuild +++ b/dev-perl/PGPLOT/PGPLOT-2.210.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/PGPLOT-2.210.0.ebuild,v 1.1 2011/08/29 11:04:17 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/PGPLOT-2.210.0.ebuild,v 1.2 2012/12/10 22:15:20 bicatali Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="allow subroutines in the PGPLOT graphics library to be called from Perl." SLOT="0" -KEYWORDS="~amd64 ~ia64 ~x86" +KEYWORDS="~amd64 ~ia64 ~x86 ~amd64-linux ~x86-linux" IUSE="" # Tests require active X display |