diff options
author | Thomas Kahle <tomka@gentoo.org> | 2012-06-04 13:54:35 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2012-06-04 13:54:35 +0000 |
commit | 8b5f06e2bfcc3f390999470637b09534e6e24083 (patch) | |
tree | 1b80795ad3e77e2fbba36f68d7dda9adbbd0fda9 /sci-mathematics/singular | |
parent | Fix for underlinking (missing pthread) detected by gold, #367607 (diff) | |
download | gentoo-2-8b5f06e2bfcc3f390999470637b09534e6e24083.tar.gz gentoo-2-8b5f06e2bfcc3f390999470637b09534e6e24083.tar.bz2 gentoo-2-8b5f06e2bfcc3f390999470637b09534e6e24083.zip |
marked x86 per bug 418407
(Portage version: 2.1.10.64/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/singular')
-rw-r--r-- | sci-mathematics/singular/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/singular/singular-3.1.4-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/singular/ChangeLog b/sci-mathematics/singular/ChangeLog index 10f2c03f06cc..fde24abf896f 100644 --- a/sci-mathematics/singular/ChangeLog +++ b/sci-mathematics/singular/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/singular # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.51 2012/06/03 19:30:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.52 2012/06/04 13:54:35 tomka Exp $ + + 04 Jun 2012; Thomas Kahle <tomka@gentoo.org> singular-3.1.4-r1.ebuild: + marked x86 per bug 418407 03 Jun 2012; Agostino Sarubbo <ago@gentoo.org> singular-3.1.4-r1.ebuild: Stable for amd64, wrt bug #418407 diff --git a/sci-mathematics/singular/singular-3.1.4-r1.ebuild b/sci-mathematics/singular/singular-3.1.4-r1.ebuild index 52ae0cd10427..61526748f3d4 100644 --- a/sci-mathematics/singular/singular-3.1.4-r1.ebuild +++ b/sci-mathematics/singular/singular-3.1.4-r1.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/singular/singular-3.1.4-r1.ebuild,v 1.2 2012/06/03 19:30:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.1.4-r1.ebuild,v 1.3 2012/06/04 13:54:35 tomka Exp $ EAPI="3" WANT_AUTOCONF="2.1" # Upstream ticket 240 -> wontfix @@ -28,7 +28,7 @@ SRC_URI="${SRC_COM}${MY_DIR}/${MY_PN}-${MY_PV}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~x86 ~x86-linux ~x86-macos" +KEYWORDS="amd64 ~ppc x86 ~x86-linux ~x86-macos" IUSE="boost doc emacs examples python +readline test" RDEPEND="dev-libs/gmp |