From 094d1baa446a429adf4d090893acf7f7c7dd1c49 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Mon, 7 May 2018 23:17:25 +0200 Subject: Minor cleanups/EAPI bumps --- sci-mathematics/genius/genius-1.0.21.ebuild | 4 ++-- sci-mathematics/reduce/reduce-20141130-r2.ebuild | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'sci-mathematics') 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() { -- cgit v1.2.3-65-gdbad