diff options
author | 2014-01-16 21:34:40 +0000 | |
---|---|---|
committer | 2014-01-16 21:34:40 +0000 | |
commit | eec8fe77cd57d62629f64768aaec72b962efc38d (patch) | |
tree | 38a9fca5278daf79b30119b1c2f9d32f4753d068 /dev-perl/PDL | |
parent | alpha/amd64/ppc/sparc/x86 stable wrt bug #492154; Drop old (diff) | |
download | gentoo-2-eec8fe77cd57d62629f64768aaec72b962efc38d.tar.gz gentoo-2-eec8fe77cd57d62629f64768aaec72b962efc38d.tar.bz2 gentoo-2-eec8fe77cd57d62629f64768aaec72b962efc38d.zip |
add ~arm, bug #449762
(Portage version: 2.2.8/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-perl/PDL')
-rw-r--r-- | dev-perl/PDL/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/PDL/PDL-2.4.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/PDL/ChangeLog b/dev-perl/PDL/ChangeLog index 7d16d0d5416e..16fc4db46eae 100644 --- a/dev-perl/PDL/ChangeLog +++ b/dev-perl/PDL/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/PDL # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.112 2014/01/16 03:09:38 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.113 2014/01/16 21:34:40 maekke Exp $ + + 16 Jan 2014; Markus Meier <maekke@gentoo.org> PDL-2.4.11.ebuild: + add ~arm, bug #449762 16 Jan 2014; Patrick Lauer <patrick@gentoo.org> PDL-2.4.11.ebuild, metadata.xml: diff --git a/dev-perl/PDL/PDL-2.4.11.ebuild b/dev-perl/PDL/PDL-2.4.11.ebuild index db6548ff6604..654aced88a1b 100644 --- a/dev-perl/PDL/PDL-2.4.11.ebuild +++ b/dev-perl/PDL/PDL-2.4.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild,v 1.10 2014/01/16 03:09:38 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild,v 1.11 2014/01/16 21:34:40 maekke Exp $ EAPI=4 @@ -14,7 +14,7 @@ DESCRIPTION="Perl Data Language for scientific computing" LICENSE="|| ( Artistic GPL-1+ ) public-domain PerlDL" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux" # proj support removed #497328 IUSE="+badval doc fftw fortran gd gsl hdf netpbm pdl2 pgplot plplot threads" |