diff options
author | Markus Meier <maekke@gentoo.org> | 2013-01-13 12:41:25 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2013-01-13 12:41:25 +0000 |
commit | b4458de0c16ae6c327013543def2aabdb3c934e4 (patch) | |
tree | b6f0f77a5b39e2ca2067b30cfd0e41fae91c1a4e /dev-perl/PGPLOT | |
parent | dev-tcltk/itcl: Correct LDPATH to new location (diff) | |
download | gentoo-2-b4458de0c16ae6c327013543def2aabdb3c934e4.tar.gz gentoo-2-b4458de0c16ae6c327013543def2aabdb3c934e4.tar.bz2 gentoo-2-b4458de0c16ae6c327013543def2aabdb3c934e4.zip |
add ~arm, bug #449762
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-perl/PGPLOT')
-rw-r--r-- | dev-perl/PGPLOT/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/PGPLOT/PGPLOT-2.210.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/PGPLOT/ChangeLog b/dev-perl/PGPLOT/ChangeLog index ec1318354187..4be04819f72b 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.17 2012/12/10 22:15:20 bicatali Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/ChangeLog,v 1.18 2013/01/13 12:41:25 maekke Exp $ + + 13 Jan 2013; Markus Meier <maekke@gentoo.org> PGPLOT-2.210.0.ebuild: + add ~arm, bug #449762 10 Dec 2012; Sébastien Fabbro <bicatali@gentoo.org> PGPLOT-2.210.0.ebuild: Keyword amd64-linux and x86-linux diff --git a/dev-perl/PGPLOT/PGPLOT-2.210.0.ebuild b/dev-perl/PGPLOT/PGPLOT-2.210.0.ebuild index e247742f9b56..907cf876f545 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-2012 Gentoo Foundation +# Copyright 1999-2013 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.2 2012/12/10 22:15:20 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/PGPLOT-2.210.0.ebuild,v 1.3 2013/01/13 12:41:25 maekke 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 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~ia64 ~x86 ~amd64-linux ~x86-linux" IUSE="" # Tests require active X display |