diff options
-rw-r--r-- | sci-mathematics/yacas/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/yacas/yacas-1.3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/yacas/ChangeLog b/sci-mathematics/yacas/ChangeLog index ebd2c45c8c06..b722378413d2 100644 --- a/sci-mathematics/yacas/ChangeLog +++ b/sci-mathematics/yacas/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/yacas # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/ChangeLog,v 1.32 2012/06/09 04:51:49 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/ChangeLog,v 1.33 2012/06/11 09:17:21 ago Exp $ + + 11 Jun 2012; Agostino Sarubbo <ago@gentoo.org> yacas-1.3.2.ebuild: + Stable for amd64, wrt bug #419905 09 Jun 2012; Jeff Horelick <jdhore@gentoo.org> yacas-1.3.2.ebuild: marked x86 per bug 419905 diff --git a/sci-mathematics/yacas/yacas-1.3.2.ebuild b/sci-mathematics/yacas/yacas-1.3.2.ebuild index b11dc8291bdf..f56345e6fd7b 100644 --- a/sci-mathematics/yacas/yacas-1.3.2.ebuild +++ b/sci-mathematics/yacas/yacas-1.3.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/yacas/yacas-1.3.2.ebuild,v 1.3 2012/06/09 04:51:49 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/yacas-1.3.2.ebuild,v 1.4 2012/06/11 09:17:21 ago Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://${PN}.sourceforge.net/backups/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="amd64 ~ppc x86" IUSE="doc java server" DEPEND="java? ( >=virtual/jdk-1.6 )" |