diff options
author | Markus Meier <maekke@gentoo.org> | 2008-11-08 17:20:49 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-11-08 17:20:49 +0000 |
commit | 2cd0b16523f52bb7f78811a3dcab4752dfa2a693 (patch) | |
tree | 4bfe01bf47b45dc809ffbc17def95df2023894e6 /sci-mathematics/yacas/yacas-1.2.2.ebuild | |
parent | alpha/arm/ia64/sh/sparc stable wrt #241354 (diff) | |
download | gentoo-2-2cd0b16523f52bb7f78811a3dcab4752dfa2a693.tar.gz gentoo-2-2cd0b16523f52bb7f78811a3dcab4752dfa2a693.tar.bz2 gentoo-2-2cd0b16523f52bb7f78811a3dcab4752dfa2a693.zip |
amd64/x86 stable, bug #245708
(Portage version: 2.2_rc13/cvs/Linux 2.6.26.7 x86_64)
Diffstat (limited to 'sci-mathematics/yacas/yacas-1.2.2.ebuild')
-rw-r--r-- | sci-mathematics/yacas/yacas-1.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/yacas/yacas-1.2.2.ebuild b/sci-mathematics/yacas/yacas-1.2.2.ebuild index ac1f632cb941..723daf37c5c3 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.4 2008/11/08 14:43:17 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/yacas-1.2.2.ebuild,v 1.5 2008/11/08 17:20:49 maekke 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" |