summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/reduce')
-rw-r--r--sci-mathematics/reduce/reduce-20141130-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-mathematics/reduce/reduce-20141130-r1.ebuild b/sci-mathematics/reduce/reduce-20141130-r1.ebuild
index 80f9ed9e..6cc8bbfd 100644
--- a/sci-mathematics/reduce/reduce-20141130-r1.ebuild
+++ b/sci-mathematics/reduce/reduce-20141130-r1.ebuild
@@ -2,9 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
RESTRICT="mirror"
-inherit elisp-common eutils multilib
+inherit elisp-common
DESCRIPTION="A general-purpose computer algebra system"
HOMEPAGE="http://reduce-algebra.sourceforge.net/
@@ -32,7 +32,7 @@ DEPEND="${RDEPEND}"
src_prepare() {
sed -i -e '2iecho gentoo; exit' -- "${S}"/scripts/findos.sh
# sed -i -e 's/\${l}/"\${l}"/g' -- "${S}"/scripts/make.sh
- epatch_user
+ eapply_user
}
src_configure() {