summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2011-02-13 17:10:38 +0000
committerRaúl Porcel <armin76@gentoo.org>2011-02-13 17:10:38 +0000
commit865bd04ef0a1640f1df52770d864a1b9056a7a73 (patch)
tree302580b79f034bcb150d0d88328d022865d0d81d /dev-perl/Math-Random-ISAAC-XS
parentAlways DEPEND on >=dev-libs/check-0.9.7 until bug #349301 is fixed. (diff)
downloadgentoo-2-865bd04ef0a1640f1df52770d864a1b9056a7a73.tar.gz
gentoo-2-865bd04ef0a1640f1df52770d864a1b9056a7a73.tar.bz2
gentoo-2-865bd04ef0a1640f1df52770d864a1b9056a7a73.zip
Add ~alpha/~ia64/~sparc wrt #352794
(Portage version: 2.1.9.39/cvs/Linux ia64)
Diffstat (limited to 'dev-perl/Math-Random-ISAAC-XS')
-rw-r--r--dev-perl/Math-Random-ISAAC-XS/ChangeLog6
-rw-r--r--dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Math-Random-ISAAC-XS/ChangeLog b/dev-perl/Math-Random-ISAAC-XS/ChangeLog
index fc781efd9178..bc8c247d2cec 100644
--- a/dev-perl/Math-Random-ISAAC-XS/ChangeLog
+++ b/dev-perl/Math-Random-ISAAC-XS/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Math-Random-ISAAC-XS
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random-ISAAC-XS/ChangeLog,v 1.1 2011/01/25 09:58:25 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random-ISAAC-XS/ChangeLog,v 1.2 2011/02/13 17:10:38 armin76 Exp $
+
+ 13 Feb 2011; Raúl Porcel <armin76@gentoo.org>
+ Math-Random-ISAAC-XS-1.1.ebuild:
+ Add ~alpha/~ia64/~sparc wrt #352794
*Math-Random-ISAAC-XS-1.1 (25 Jan 2011)
diff --git a/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.1.ebuild b/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.1.ebuild
index e36c8382d98d..d4aef77ed235 100644
--- a/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.1.ebuild
+++ b/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.1.ebuild,v 1.1 2011/01/25 09:58:25 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.1.ebuild,v 1.2 2011/02/13 17:10:38 armin76 Exp $
EAPI=3
@@ -12,7 +12,7 @@ DESCRIPTION="C implementation of the ISAAC PRNG Algorithm"
LICENSE="|| ( public-domain Artistic Artistic-2 GPL-1 GPL-2 GPL-3 )"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86"
IUSE="test"
RDEPEND=""