summaryrefslogtreecommitdiff
path: root/sci-chemistry/mustang/mustang-3.2.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/mustang/mustang-3.2.2.ebuild')
-rw-r--r--sci-chemistry/mustang/mustang-3.2.2.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/sci-chemistry/mustang/mustang-3.2.2.ebuild b/sci-chemistry/mustang/mustang-3.2.2.ebuild
index c82add5410d0..d15a60e83945 100644
--- a/sci-chemistry/mustang/mustang-3.2.2.ebuild
+++ b/sci-chemistry/mustang/mustang-3.2.2.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
-inherit epatch toolchain-funcs
+inherit toolchain-funcs
MY_PN="MUSTANG"
SRC_P="${PN}_v${PV}"
@@ -12,16 +12,16 @@ MY_P="${MY_PN}_v${PV}"
DESCRIPTION="MUltiple STructural AligNment AlGorithm"
HOMEPAGE="http://www.csse.monash.edu.au/~karun/Site/mustang.html"
SRC_URI="http://www.csse.monash.edu.au/~karun/${PN}/${PN}_v${PV}.tgz"
+S="${WORKDIR}/${MY_P}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-S="${WORKDIR}/${MY_P}"
+PATCHES=( "${FILESDIR}"/${PN}-3.2.1-gcc-4.7.patch )
src_prepare() {
- epatch "${FILESDIR}"/${PN}-3.2.1-gcc-4.7.patch
+ default
sed -e 's:3.2.1:3.2.2:g' -i Makefile || die
}