diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-11-08 14:43:17 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-11-08 14:43:17 +0000 |
commit | 3afc9c9662e42595296c2b0c88510dceabbc7773 (patch) | |
tree | cd7d8c698f30ccaf396f13e1bfb1e6c653c2f6b5 /sci-mathematics/yacas | |
parent | Stable on ppc wrt bug 245692 (diff) | |
download | gentoo-2-3afc9c9662e42595296c2b0c88510dceabbc7773.tar.gz gentoo-2-3afc9c9662e42595296c2b0c88510dceabbc7773.tar.bz2 gentoo-2-3afc9c9662e42595296c2b0c88510dceabbc7773.zip |
Stable on ppc wrt bug 245708
(Portage version: 2.1.4.5)
Diffstat (limited to 'sci-mathematics/yacas')
-rw-r--r-- | sci-mathematics/yacas/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/yacas/yacas-1.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/yacas/ChangeLog b/sci-mathematics/yacas/ChangeLog index 70e1ed64dafe..7303bd026242 100644 --- a/sci-mathematics/yacas/ChangeLog +++ b/sci-mathematics/yacas/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/yacas # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/ChangeLog,v 1.22 2008/11/06 12:07:53 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/ChangeLog,v 1.23 2008/11/08 14:43:17 nixnut Exp $ + + 08 Nov 2008; nixnut <nixnut@gentoo.org> yacas-1.2.2.ebuild: + Stable on ppc wrt bug 245708 06 Nov 2008; Sébastien Fabbro <bicatali@gentoo.org> yacas-1.2.2.ebuild: Fixed a syntax error and better java deps diff --git a/sci-mathematics/yacas/yacas-1.2.2.ebuild b/sci-mathematics/yacas/yacas-1.2.2.ebuild index a2373c340103..ac1f632cb941 100644 --- a/sci-mathematics/yacas/yacas-1.2.2.ebuild +++ b/sci-mathematics/yacas/yacas-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/yacas-1.2.2.ebuild,v 1.3 2008/11/06 12:07:53 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/yacas-1.2.2.ebuild,v 1.4 2008/11/08 14:43:17 nixnut Exp $ inherit eutils java @@ -10,7 +10,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" |