diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-06-19 16:36:32 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-06-19 16:36:32 +0000 |
commit | 52b00ae1296043af90ef85d73354f7d33f7ac857 (patch) | |
tree | f89dce384278215745473cf677ee565c863c8cfc /sci-mathematics/maxima/maxima-5.18.1.ebuild | |
parent | [net-wireless/wpa_supplicant] Fix systemd handling once more (diff) | |
download | historical-52b00ae1296043af90ef85d73354f7d33f7ac857.tar.gz historical-52b00ae1296043af90ef85d73354f7d33f7ac857.tar.bz2 historical-52b00ae1296043af90ef85d73354f7d33f7ac857.zip |
Drop sparc keywords
Package-Manager: portage-2.1.10.3/cvs/Linux ia64
Diffstat (limited to 'sci-mathematics/maxima/maxima-5.18.1.ebuild')
-rw-r--r-- | sci-mathematics/maxima/maxima-5.18.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-mathematics/maxima/maxima-5.18.1.ebuild b/sci-mathematics/maxima/maxima-5.18.1.ebuild index 86767b7746d4..154cc2840b9c 100644 --- a/sci-mathematics/maxima/maxima-5.18.1.ebuild +++ b/sci-mathematics/maxima/maxima-5.18.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.18.1.ebuild,v 1.8 2010/01/14 01:00:04 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.18.1.ebuild,v 1.9 2011/06/19 16:36:32 armin76 Exp $ EAPI=2 inherit eutils elisp-common @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc sparc x86" +KEYWORDS="amd64 ppc x86" # Supported lisps with readline SUPP_RL="gcl clisp" |