summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/clustal-omega/clustal-omega-1.2.4-r1.ebuild (renamed from sci-biology/clustal-omega/clustal-omega-1.2.4.ebuild)13
1 files changed, 3 insertions, 10 deletions
diff --git a/sci-biology/clustal-omega/clustal-omega-1.2.4.ebuild b/sci-biology/clustal-omega/clustal-omega-1.2.4-r1.ebuild
index 1e7e1f8b166d..2a4a2c108fed 100644
--- a/sci-biology/clustal-omega/clustal-omega-1.2.4.ebuild
+++ b/sci-biology/clustal-omega/clustal-omega-1.2.4-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit autotools
@@ -12,7 +12,6 @@ SRC_URI="http://www.clustal.org/omega/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="static-libs"
DEPEND="dev-libs/argtable"
RDEPEND="${DEPEND}"
@@ -25,13 +24,7 @@ src_prepare() {
eautoreconf
}
-src_configure() {
- econf \
- --enable-shared \
- $(use_enable static-libs static)
-}
-
src_install() {
default
- find "${D}" -name '*.la' -delete || die
+ find "${ED}" -name '*.la' -delete || die
}