aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-05 09:14:10 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-05 09:14:10 +0100
commitb92109e3524518a309398fce1bbcbbad8f84fde7 (patch)
tree4c5df6c99111f169b76ca245c0b0f27516d2fcf4 /sci-chemistry
parentsci-libs/itk: fix docinto path (diff)
downloadsci-b92109e3524518a309398fce1bbcbbad8f84fde7.tar.gz
sci-b92109e3524518a309398fce1bbcbbad8f84fde7.tar.bz2
sci-b92109e3524518a309398fce1bbcbbad8f84fde7.zip
sci-chemistry/ssp: 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/ssp/ssp-09.11.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/sci-chemistry/ssp/ssp-09.11.ebuild b/sci-chemistry/ssp/ssp-09.11.ebuild
index baa761bc3..9b57c3350 100644
--- a/sci-chemistry/ssp/ssp-09.11.ebuild
+++ b/sci-chemistry/ssp/ssp-09.11.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
DESCRIPTION="Secondary structure propensities"
HOMEPAGE="http://abragam.med.utoronto.ca/software.html"
@@ -10,14 +10,14 @@ SRC_URI="http://pound.med.utoronto.ca/${PN}-Nov09.tar.gz"
SLOT="0"
LICENSE="all-rights-reserved"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
RDEPEND="dev-lang/perl"
-DEPEND=""
+DEPEND="${RDEPEND}"
-S="${WORKDIR}"/${PN}
+S="${WORKDIR}/${PN}"
src_prepare() {
+ default
sed \
-e "s:\(REF\/\):${EPREFIX}/usr/share/${PN}/\1:g" \
-i ${PN} || die