diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-09-29 16:02:00 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-09-29 16:02:00 +0000 |
commit | 714d270ac9814f5c8fb90b90db01c0c0cdd08e59 (patch) | |
tree | 861d04458b2843b8192adea92e332e973c098335 /dev-perl/PDL | |
parent | Added Prefix keywords, bug #432830 (diff) | |
download | gentoo-2-714d270ac9814f5c8fb90b90db01c0c0cdd08e59.tar.gz gentoo-2-714d270ac9814f5c8fb90b90db01c0c0cdd08e59.tar.bz2 gentoo-2-714d270ac9814f5c8fb90b90db01c0c0cdd08e59.zip |
Drop alpha/ia64/s390/sh/sparc keywords
(Portage version: 2.1.11.16/cvs/Linux ia64)
Diffstat (limited to 'dev-perl/PDL')
-rw-r--r-- | dev-perl/PDL/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/PDL/PDL-2.4.3-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-perl/PDL/PDL-2.4.7.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/dev-perl/PDL/ChangeLog b/dev-perl/PDL/ChangeLog index 8d95e5f48ae3..2eae850f8c7c 100644 --- a/dev-perl/PDL/ChangeLog +++ b/dev-perl/PDL/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/PDL # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.102 2012/08/28 16:37:26 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.103 2012/09/29 16:02:00 armin76 Exp $ + + 29 Sep 2012; Raúl Porcel <armin76@gentoo.org> PDL-2.4.3-r1.ebuild, + PDL-2.4.7.ebuild: + Drop alpha/ia64/s390/sh/sparc keywords 28 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> +files/PDL-2.4.11-shared-fftw.patch, PDL-2.4.11.ebuild: diff --git a/dev-perl/PDL/PDL-2.4.3-r1.ebuild b/dev-perl/PDL/PDL-2.4.3-r1.ebuild index 2f2a098c5844..dbab1de160df 100644 --- a/dev-perl/PDL/PDL-2.4.3-r1.ebuild +++ b/dev-perl/PDL/PDL-2.4.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 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/PDL/PDL-2.4.3-r1.ebuild,v 1.16 2010/12/14 03:17:41 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.3-r1.ebuild,v 1.17 2012/09/29 16:02:00 armin76 Exp $ inherit perl-module eutils multilib @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/C/CS/CSOE/${P}.tar.gz" LICENSE="Artistic as-is" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ~s390 sh sparc x86" +KEYWORDS="amd64 arm hppa ppc x86" IUSE="opengl badval gsl" DEPEND=">=sys-libs/ncurses-5.2 diff --git a/dev-perl/PDL/PDL-2.4.7.ebuild b/dev-perl/PDL/PDL-2.4.7.ebuild index 2a6dda2aa4d8..44b1fb45d86f 100644 --- a/dev-perl/PDL/PDL-2.4.7.ebuild +++ b/dev-perl/PDL/PDL-2.4.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 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/PDL/PDL-2.4.7.ebuild,v 1.3 2010/08/23 13:39:54 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.7.ebuild,v 1.4 2012/09/29 16:02:00 armin76 Exp $ EAPI=2 @@ -11,7 +11,7 @@ DESCRIPTION="PDL Perl Module" LICENSE="Artistic as-is" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86" IUSE="badval fftw gsl" DEPEND=">=sys-libs/ncurses-5.2 |