diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-01-30 10:22:29 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-01-30 10:22:29 +0000 |
commit | 3d65b4206dc8f9037ab9e552fc3be7c9f0cf7175 (patch) | |
tree | 4946b316a17fe0fd1150e781197f6a5cf3191d6e /sci-mathematics | |
parent | stable x86, bug 207634 (diff) | |
download | gentoo-2-3d65b4206dc8f9037ab9e552fc3be7c9f0cf7175.tar.gz gentoo-2-3d65b4206dc8f9037ab9e552fc3be7c9f0cf7175.tar.bz2 gentoo-2-3d65b4206dc8f9037ab9e552fc3be7c9f0cf7175.zip |
fixed xemacs use flags
(Portage version: 2.1.4)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/maxima/maxima-5.14.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/maxima/maxima-5.14.0.ebuild b/sci-mathematics/maxima/maxima-5.14.0.ebuild index 3f42a0b7744e..19997e6abe85 100644 --- a/sci-mathematics/maxima/maxima-5.14.0.ebuild +++ b/sci-mathematics/maxima/maxima-5.14.0.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/maxima/maxima-5.14.0.ebuild,v 1.1 2008/01/29 16:50:38 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.14.0.ebuild,v 1.2 2008/01/30 10:22:29 bicatali Exp $ inherit eutils elisp-common DESCRIPTION="Free computer algebra environment based on Macsyma" @@ -19,7 +19,7 @@ SUPP_LISPS="${SUPP_RL} ${SUPP_NORL}" # Default lisp if none selected DEF_LISP="sbcl" -IUSE="latex emacs tk nls unicode X ${SUPP_LISPS} ${IUSE}" +IUSE="latex emacs tk nls unicode xemacs X ${SUPP_LISPS} ${IUSE}" # Languages LANGS="es pt pt_BR" |