diff options
author | Vicente Olivert Riera <vincent@gentoo.org> | 2013-04-16 17:19:54 +0000 |
---|---|---|
committer | Vicente Olivert Riera <vincent@gentoo.org> | 2013-04-16 17:19:54 +0000 |
commit | 60a8ef96bac4bf987c3d67d79223fd5a2ecccfc7 (patch) | |
tree | 536b46efb8f269ef561470f2f493a656fcadec3d /dev-perl/PGPLOT | |
parent | version bump, remove old; updated license and added RESTRICT as per license r... (diff) | |
download | gentoo-2-60a8ef96bac4bf987c3d67d79223fd5a2ecccfc7.tar.gz gentoo-2-60a8ef96bac4bf987c3d67d79223fd5a2ecccfc7.tar.bz2 gentoo-2-60a8ef96bac4bf987c3d67d79223fd5a2ecccfc7.zip |
Adding ~ppc keyword for dev-perl/PDL and his dependences, wrt bug #464970
(Portage version: 2.1.11.55/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 5AE9E7B2E9BBCBA8)
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 | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/PGPLOT/ChangeLog b/dev-perl/PGPLOT/ChangeLog index 4be04819f72b..268081e4144f 100644 --- a/dev-perl/PGPLOT/ChangeLog +++ b/dev-perl/PGPLOT/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/PGPLOT # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/ChangeLog,v 1.19 2013/04/16 17:19:49 vincent Exp $ + + 16 Apr 2013; Vicente Olivert Riera <vincent@gentoo.org> PGPLOT-2.210.0.ebuild: + Adding ~ppc keyword for dev-perl/PDL and his dependences, wrt bug #464970 13 Jan 2013; Markus Meier <maekke@gentoo.org> PGPLOT-2.210.0.ebuild: add ~arm, bug #449762 diff --git a/dev-perl/PGPLOT/PGPLOT-2.210.0.ebuild b/dev-perl/PGPLOT/PGPLOT-2.210.0.ebuild index 907cf876f545..4572ee7192d6 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-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.3 2013/01/13 12:41:25 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/PGPLOT-2.210.0.ebuild,v 1.4 2013/04/16 17:19:49 vincent 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 ~arm ~ia64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="" # Tests require active X display |