summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-07-05 16:22:30 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-07-05 16:22:30 +0000
commit68c0e32a297092c6ff6c322fb98a3fb6f0a21f37 (patch)
treec9b9b5d7345a3a0956300cff151a0057858cc042 /sci-mathematics/prng
parentAdd patch to build with glibc 2.16. Thanks to Stevan Bajić in bug #424920 fo... (diff)
downloadgentoo-2-68c0e32a297092c6ff6c322fb98a3fb6f0a21f37.tar.gz
gentoo-2-68c0e32a297092c6ff6c322fb98a3fb6f0a21f37.tar.bz2
gentoo-2-68c0e32a297092c6ff6c322fb98a3fb6f0a21f37.zip
Stable for amd64, wrt bug #424741
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/prng')
-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 1fd186a9d36f..a2085a4ae7d6 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.5 2012/07/05 13:22:01 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/prng/ChangeLog,v 1.6 2012/07/05 16:22:30 ago Exp $
+
+ 05 Jul 2012; Agostino Sarubbo <ago@gentoo.org> prng-3.0.2.ebuild:
+ Stable for amd64, wrt bug #424741
05 Jul 2012; Justin Lecher <jlec@gentoo.org> prng-3.0.2.ebuild:
Fix out of source buildproblem
diff --git a/sci-mathematics/prng/prng-3.0.2.ebuild b/sci-mathematics/prng/prng-3.0.2.ebuild
index fe0bd6b6772f..5217ae5f205d 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.5 2012/07/05 13:22:01 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/prng/prng-3.0.2.ebuild,v 1.6 2012/07/05 16:22:30 ago 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 )