aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-05 09:28:06 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-05 09:28:06 +0100
commit4a336e22bf1963c81631b38935497159584524c0 (patch)
tree3addb49430b01656aead79baaf61df2bbd200367 /sci-chemistry
parentsci-chemistry/mics: EAPI bump (diff)
downloadsci-4a336e22bf1963c81631b38935497159584524c0.tar.gz
sci-4a336e22bf1963c81631b38935497159584524c0.tar.bz2
sci-4a336e22bf1963c81631b38935497159584524c0.zip
sci-chemistry/mage: EAPI bump
this is missing -lXp, which package provides it? 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/mage/mage-6.44.060606.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/sci-chemistry/mage/mage-6.44.060606.ebuild b/sci-chemistry/mage/mage-6.44.060606.ebuild
index fa919faf1..bffe9c21f 100644
--- a/sci-chemistry/mage/mage-6.44.060606.ebuild
+++ b/sci-chemistry/mage/mage-6.44.060606.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
MY_P="${PN}.${PV}"
@@ -20,9 +20,9 @@ DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_P}"
-src_prepare() {
- epatch "${FILESDIR}"/${PV}-Makefile.patch
-}
+PATCHES=(
+ "${FILESDIR}/${PV}-Makefile.patch"
+)
src_compile() {
emake \