diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-06-09 04:51:49 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-06-09 04:51:49 +0000 |
commit | 25eb4cb8e234de36930b6706a463ea30f7055cb7 (patch) | |
tree | 3df9cce07c3c42042de01feb74736f5191b5a838 /sci-mathematics/yacas/yacas-1.3.2.ebuild | |
parent | Stub out autopoint before calling eautoreconf. (diff) | |
download | gentoo-2-25eb4cb8e234de36930b6706a463ea30f7055cb7.tar.gz gentoo-2-25eb4cb8e234de36930b6706a463ea30f7055cb7.tar.bz2 gentoo-2-25eb4cb8e234de36930b6706a463ea30f7055cb7.zip |
marked x86 per bug 419905
(Portage version: 2.2.0_alpha110/cvs/Linux i686)
Diffstat (limited to 'sci-mathematics/yacas/yacas-1.3.2.ebuild')
-rw-r--r-- | sci-mathematics/yacas/yacas-1.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/yacas/yacas-1.3.2.ebuild b/sci-mathematics/yacas/yacas-1.3.2.ebuild index 166757bd29c9..b11dc8291bdf 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.2 2012/04/25 17:08:36 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/yacas-1.3.2.ebuild,v 1.3 2012/06/09 04:51:49 jdhore 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 )" |