diff options
author | Martin Väth <martin@mvath.de> | 2018-05-07 23:17:25 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2018-05-07 23:17:25 +0200 |
commit | 094d1baa446a429adf4d090893acf7f7c7dd1c49 (patch) | |
tree | a7e50c7135cecf533bb6895a0a1df8cbfe8d0d09 /sci-mathematics | |
parent | x11-libs/gtk+: Version bump. Remove old (diff) | |
download | mv-094d1baa446a429adf4d090893acf7f7c7dd1c49.tar.gz mv-094d1baa446a429adf4d090893acf7f7c7dd1c49.tar.bz2 mv-094d1baa446a429adf4d090893acf7f7c7dd1c49.zip |
Minor cleanups/EAPI bumps
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/genius/genius-1.0.21.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/reduce/reduce-20141130-r2.ebuild | 6 |
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() { |