aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-05 09:29:38 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-05 09:29:38 +0100
commit6f451e5f6b97022a5818d107d047b15bab41c5a9 (patch)
tree2576ce6f240ae9b5c278badf243beea58d25b061 /sci-chemistry
parentsci-chemistry/mage: EAPI bump (diff)
downloadsci-6f451e5f6b97022a5818d107d047b15bab41c5a9.tar.gz
sci-6f451e5f6b97022a5818d107d047b15bab41c5a9.tar.bz2
sci-6f451e5f6b97022a5818d107d047b15bab41c5a9.zip
sci-chemistry/ligplot+: EAPI bump
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/ligplot+/ligplot+-1.4.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-chemistry/ligplot+/ligplot+-1.4.ebuild b/sci-chemistry/ligplot+/ligplot+-1.4.ebuild
index c60013002..15664c9e9 100644
--- a/sci-chemistry/ligplot+/ligplot+-1.4.ebuild
+++ b/sci-chemistry/ligplot+/ligplot+-1.4.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-2
@@ -12,14 +12,13 @@ SRC_URI="LigPlus.zip"
SLOT="0"
LICENSE="ligplot+"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
RDEPEND="virtual/jre:*"
DEPEND="app-arch/unzip"
RESTRICT="fetch"
-S="${WORKDIR}"/LigPlus
+S="${WORKDIR}/LigPlus"
QA_PREBUILT="opt/${PN}/.*"
@@ -31,6 +30,7 @@ pkg_nofetch() {
}
src_prepare() {
+ default
rm -rf lib/*{win,mac} || die
}