diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-03-05 09:24:02 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-03-05 09:24:02 +0100 |
commit | 80330105b70415b35bbe1ec152c9464f9aea3fce (patch) | |
tree | c60de155de23f0b4c77667c5bed365db7a7d1cf4 /sci-chemistry | |
parent | sch-chemistry/nmrview: EAPI bump (diff) | |
download | sci-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.ebuild | 5 |
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 } |