summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2011-02-13 17:12:49 +0000
committerRaúl Porcel <armin76@gentoo.org>2011-02-13 17:12:49 +0000
commit3e381a7f3bdc05fed66337cde4e11f27ee05a554 (patch)
tree4ba52116934cdb729f8fbf7f7d4e2cf94e195a77 /dev-perl/Math-Random-ISAAC-XS
parentAlways DEPEND on >=dev-libs/check-0.9.7 until bug #349301 is fixed. (diff)
downloadhistorical-3e381a7f3bdc05fed66337cde4e11f27ee05a554.tar.gz
historical-3e381a7f3bdc05fed66337cde4e11f27ee05a554.tar.bz2
historical-3e381a7f3bdc05fed66337cde4e11f27ee05a554.zip
Add ~alpha/~ia64/~sparc wrt #352794
Package-Manager: portage-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=""