summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/genius/genius-1.0.21.ebuild4
-rw-r--r--sci-mathematics/reduce/reduce-20141130-r2.ebuild6
2 files changed, 5 insertions, 5 deletions
diff --git a/sci-mathematics/genius/genius-1.0.21.ebuild b/sci-mathematics/genius/genius-1.0.21.ebuild
index 951b3d00..035698ab 100644
--- a/sci-mathematics/genius/genius-1.0.21.ebuild
+++ b/sci-mathematics/genius/genius-1.0.21.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -44,7 +44,7 @@ DEPEND="${RDEPEND}
"
src_prepare() {
- eapply_user
+ default
if ! use gnome
then sed \
-e "s/AC_PATH_PROG.\(SCROLLKEEPER_CONFIG\).*/\1=true/" \
diff --git a/sci-mathematics/reduce/reduce-20141130-r2.ebuild b/sci-mathematics/reduce/reduce-20141130-r2.ebuild
index 40fb04d5..acdf7d81 100644
--- a/sci-mathematics/reduce/reduce-20141130-r2.ebuild
+++ b/sci-mathematics/reduce/reduce-20141130-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
RESTRICT="mirror"
inherit elisp-common
@@ -33,7 +33,7 @@ src_prepare() {
# sed -i -e 's/\${l}/"\${l}"/g' -- "${S}"/scripts/make.sh
sed -i -e 's/static char unmapTable/static unsigned char unmapTable/' \
-- "${S}"/csl/fox/src/FXShowMath.cpp
- eapply_user
+ default
}
src_configure() {