summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2015-05-03 04:19:28 +0000
committerAndrey Grozin <grozin@gentoo.org>2015-05-03 04:19:28 +0000
commit6140bece4dcdacbedc090439dd7e0c99497ab4d6 (patch)
treec3155ab55ceaa2fcb2adfadb7f00b2921aaa9eac /sci-mathematics
parentInherit eutils for make_wrapper. (diff)
downloadgentoo-2-6140bece4dcdacbedc090439dd7e0c99497ab4d6.tar.gz
gentoo-2-6140bece4dcdacbedc090439dd7e0c99497ab4d6.tar.bz2
gentoo-2-6140bece4dcdacbedc090439dd7e0c99497ab4d6.zip
sys-proclaim is now on unconditionally, closing #548060
(Portage version: 2.2.18/cvs/Linux i686, signed Manifest commit with key 0x3AFFCE974D34BD8C!)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/maxima/ChangeLog5
-rw-r--r--sci-mathematics/maxima/maxima-5.36.1.ebuild8
2 files changed, 6 insertions, 7 deletions
diff --git a/sci-mathematics/maxima/ChangeLog b/sci-mathematics/maxima/ChangeLog
index 5a1dab81e84c..1d644f0657a9 100644
--- a/sci-mathematics/maxima/ChangeLog
+++ b/sci-mathematics/maxima/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/maxima
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.122 2015/05/01 15:16:45 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.123 2015/05/03 04:19:28 grozin Exp $
+
+ 03 May 2015; Andrey Grozin <grozin@gentoo.org> maxima-5.36.1.ebuild:
+ sys-proclaim is now on unconditionally, closing #548060
*maxima-5.36.1 (01 May 2015)
diff --git a/sci-mathematics/maxima/maxima-5.36.1.ebuild b/sci-mathematics/maxima/maxima-5.36.1.ebuild
index b171df3cc619..fcfd5b493ba9 100644
--- a/sci-mathematics/maxima/maxima-5.36.1.ebuild
+++ b/sci-mathematics/maxima/maxima-5.36.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.36.1.ebuild,v 1.1 2015/05/01 15:16:45 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.36.1.ebuild,v 1.2 2015/05/03 04:19:28 grozin Exp $
EAPI=5
@@ -116,9 +116,6 @@ src_prepare() {
fi
done
- # this file is wrong in 5.35.1
- rm -f src/sys-proclaim.lisp
-
# bug #343331
rm share/Makefile.in || die
rm src/Makefile.in || die
@@ -147,8 +144,7 @@ src_configure() {
done
fi
- # re-generate sys-proclaim.lisp (only affects gcl)
- econf ${CONFS} --enable-sys-proclaim $(use_with tk wish) --with-lispdir="${SITELISP}"/${PN}
+ econf ${CONFS} $(use_with tk wish) --with-lispdir="${SITELISP}"/${PN}
}
src_install() {