diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-06-11 09:17:21 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-06-11 09:17:21 +0000 |
commit | e7b82495dfbbc6181c1ecdb0cb1e041f36e98f8a (patch) | |
tree | 3a42390276be8f993e51e02d17149594daa0cce5 /sci-mathematics | |
parent | Stable for amd64, wrt bug #419689 (diff) | |
download | gentoo-2-e7b82495dfbbc6181c1ecdb0cb1e041f36e98f8a.tar.gz gentoo-2-e7b82495dfbbc6181c1ecdb0cb1e041f36e98f8a.tar.bz2 gentoo-2-e7b82495dfbbc6181c1ecdb0cb1e041f36e98f8a.zip |
Stable for amd64, wrt bug #419905
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-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 )" |