diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-06-23 10:50:20 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-06-23 10:50:20 +0000 |
commit | d9a04ba53d1129a35650d539eb69d1bcae0a85a3 (patch) | |
tree | 02816c58d14c4bfefdbb8219fbc8863c1f2b1829 /sci-mathematics | |
parent | sci-biology/bioperl-db: Add missing DEP on dev-perl/DBD-mysql, #422999 (diff) | |
download | gentoo-2-d9a04ba53d1129a35650d539eb69d1bcae0a85a3.tar.gz gentoo-2-d9a04ba53d1129a35650d539eb69d1bcae0a85a3.tar.bz2 gentoo-2-d9a04ba53d1129a35650d539eb69d1bcae0a85a3.zip |
ppc stable wrt #418407
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/singular/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/singular/singular-3.1.4-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-mathematics/singular/ChangeLog b/sci-mathematics/singular/ChangeLog index fde24abf896f..4b998ba7be20 100644 --- a/sci-mathematics/singular/ChangeLog +++ b/sci-mathematics/singular/ChangeLog @@ -1,6 +1,10 @@ # 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.52 2012/06/04 13:54:35 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.53 2012/06/23 10:50:20 xarthisius Exp $ + + 23 Jun 2012; Kacper Kowalik <xarthisius.kk@gmail.com> + singular-3.1.4-r1.ebuild: + ppc stable wrt #418407 04 Jun 2012; Thomas Kahle <tomka@gentoo.org> singular-3.1.4-r1.ebuild: marked x86 per 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 61526748f3d4..ced561d4263f 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.3 2012/06/04 13:54:35 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.1.4-r1.ebuild,v 1.4 2012/06/23 10:50:20 xarthisius 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 |