diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-01-20 13:07:11 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-01-20 13:07:11 +0000 |
commit | a1023e119b6d9f9b5d9b09aca2034e31a0c9d692 (patch) | |
tree | 7845fe3d03168c14fe0ed65343251af9e90717c6 /sci-mathematics/singular | |
parent | Version bump (diff) | |
download | gentoo-2-a1023e119b6d9f9b5d9b09aca2034e31a0c9d692.tar.gz gentoo-2-a1023e119b6d9f9b5d9b09aca2034e31a0c9d692.tar.bz2 gentoo-2-a1023e119b6d9f9b5d9b09aca2034e31a0c9d692.zip |
Stable on amd64 wrt bug #352177
(Portage version: 2.1.9.33/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.2-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/singular/ChangeLog b/sci-mathematics/singular/ChangeLog index 9b3427fd3402..b408198271fb 100644 --- a/sci-mathematics/singular/ChangeLog +++ b/sci-mathematics/singular/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/singular # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.40 2011/01/19 08:19:10 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.41 2011/01/20 13:07:11 hwoarang Exp $ + + 20 Jan 2011; Markos Chandras <hwoarang@gentoo.org> singular-3.1.2-r2.ebuild: + Stable on amd64 wrt bug #352177 19 Jan 2011; Thomas Kahle <tomka@gentoo.org> files/singular-3.1.0-gentoo.patch: diff --git a/sci-mathematics/singular/singular-3.1.2-r2.ebuild b/sci-mathematics/singular/singular-3.1.2-r2.ebuild index b034b862bab4..f9d298a35414 100644 --- a/sci-mathematics/singular/singular-3.1.2-r2.ebuild +++ b/sci-mathematics/singular/singular-3.1.2-r2.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/sci-mathematics/singular/singular-3.1.2-r2.ebuild,v 1.5 2011/01/10 20:34:49 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild,v 1.6 2011/01/20 13:07:11 hwoarang Exp $ EAPI="3" WANT_AUTOCONF="2.1" # Upstream ticket 240 -> wontfix @@ -26,7 +26,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 +readline test" RDEPEND="dev-libs/gmp |