summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Horelick <jdhore@gentoo.org>2012-07-04 18:03:52 +0000
committerJeff Horelick <jdhore@gentoo.org>2012-07-04 18:03:52 +0000
commitd3f8c0ec1929aae7aaf4248d5dd41fecfef90717 (patch)
tree457bb6ab2c83a41ef3da97e6a5b6b6d4d5ca3159 /sci-mathematics
parentmarked x86 per bug 424711 (diff)
downloadgentoo-2-d3f8c0ec1929aae7aaf4248d5dd41fecfef90717.tar.gz
gentoo-2-d3f8c0ec1929aae7aaf4248d5dd41fecfef90717.tar.bz2
gentoo-2-d3f8c0ec1929aae7aaf4248d5dd41fecfef90717.zip
marked x86 per bug 424741
(Portage version: 2.2.0_alpha115/cvs/Linux i686)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/prng/ChangeLog5
-rw-r--r--sci-mathematics/prng/prng-3.0.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/prng/ChangeLog b/sci-mathematics/prng/ChangeLog
index f932d53fbbe1..2770c382e0c1 100644
--- a/sci-mathematics/prng/ChangeLog
+++ b/sci-mathematics/prng/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/prng
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/prng/ChangeLog,v 1.3 2012/07/04 10:13:43 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/prng/ChangeLog,v 1.4 2012/07/04 18:03:52 jdhore Exp $
+
+ 04 Jul 2012; Jeff Horelick <jdhore@gentoo.org> prng-3.0.2.ebuild:
+ marked x86 per bug 424741
04 Jul 2012; Justin Lecher <jlec@gentoo.org> prng-3.0.2.ebuild, metadata.xml:
Move to autotool-utils.eclass
diff --git a/sci-mathematics/prng/prng-3.0.2.ebuild b/sci-mathematics/prng/prng-3.0.2.ebuild
index 005ccdce67a6..e9f4811d9e04 100644
--- a/sci-mathematics/prng/prng-3.0.2.ebuild
+++ b/sci-mathematics/prng/prng-3.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/prng/prng-3.0.2.ebuild,v 1.3 2012/07/04 10:13:43 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/prng/prng-3.0.2.ebuild,v 1.4 2012/07/04 18:03:52 jdhore Exp $
EAPI=4
@@ -14,7 +14,7 @@ SRC_URI="${HOMEPAGE}${P}.tar.gz"
LICENSE="GPL-2"
SLOT=0
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux"
IUSE="doc examples static-libs"
PATCHES=( "${FILESDIR}"/${P}-shared.patch )