aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-05 09:24:02 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-05 09:24:02 +0100
commit80330105b70415b35bbe1ec152c9464f9aea3fce (patch)
treec60de155de23f0b4c77667c5bed365db7a7d1cf4 /sci-chemistry
parentsch-chemistry/nmrview: EAPI bump (diff)
downloadsci-80330105b70415b35bbe1ec152c9464f9aea3fce.tar.gz
sci-80330105b70415b35bbe1ec152c9464f9aea3fce.tar.bz2
sci-80330105b70415b35bbe1ec152c9464f9aea3fce.zip
sci-chemistry/mics: EAPI bump
Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/mics/mics-1.00.2011.327.12.00.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-chemistry/mics/mics-1.00.2011.327.12.00.ebuild b/sci-chemistry/mics/mics-1.00.2011.327.12.00.ebuild
index be1d47c95..5be82db7b 100644
--- a/sci-chemistry/mics/mics-1.00.2011.327.12.00.ebuild
+++ b/sci-chemistry/mics/mics-1.00.2011.327.12.00.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
inherit java-pkg-opt-2
@@ -17,11 +17,12 @@ IUSE="examples"
RDEPEND=">=virtual/jre-1.5:*"
DEPEND="${RDEPEND}"
-S="${WORKDIR}"/MICS
+S="${WORKDIR}/MICS"
QA_PREBUILT="/opt/.*"
src_prepare() {
+ default
rm -f bin/MICS.{mac,static.*,exe} || die
}