diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-03-26 17:43:29 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-03-26 17:43:29 +0000 |
commit | 41d21b0c2705fed8c0f7c4f1b702be0049a082a6 (patch) | |
tree | b9e70008d5d014486de45faf4e2707590aa443ee /dev-perl/PDL | |
parent | Forgot to add the changelog entry (diff) | |
download | gentoo-2-41d21b0c2705fed8c0f7c4f1b702be0049a082a6.tar.gz gentoo-2-41d21b0c2705fed8c0f7c4f1b702be0049a082a6.tar.bz2 gentoo-2-41d21b0c2705fed8c0f7c4f1b702be0049a082a6.zip |
Add ~ia64 wrt bug 165651
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-perl/PDL')
-rw-r--r-- | dev-perl/PDL/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/PDL/PDL-2.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/PDL/ChangeLog b/dev-perl/PDL/ChangeLog index b71877c0ca63..8a4b14dc42bd 100644 --- a/dev-perl/PDL/ChangeLog +++ b/dev-perl/PDL/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/PDL # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.62 2007/03/03 23:56:05 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.63 2007/03/26 17:43:29 armin76 Exp $ + + 26 Mar 2007; Raúl Porcel <armin76@gentoo.org> PDL-2.4.3.ebuild: + Add ~ia64 wrt bug 165651 03 Mar 2007; Marius Mauch <genone@gentoo.org> PDL-2.4.2-r1.ebuild, PDL-2.4.3.ebuild: diff --git a/dev-perl/PDL/PDL-2.4.3.ebuild b/dev-perl/PDL/PDL-2.4.3.ebuild index 039cc6319ea1..8deb27b9e22d 100644 --- a/dev-perl/PDL/PDL-2.4.3.ebuild +++ b/dev-perl/PDL/PDL-2.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.ebuild,v 1.4 2007/03/03 23:56:05 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.3.ebuild,v 1.5 2007/03/26 17:43:29 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="~amd64 ~arm ~hppa ~mips ~s390 ~sh ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~s390 ~sh ~sparc ~x86" IUSE="opengl badval" DEPEND=">=sys-libs/ncurses-5.2 |