commit: ae1ce18086a1663caaef3d265ae003288305b80b
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 19 18:04:33 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jun 19 18:04:33 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae1ce180
sci-biology/aaindex: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../aaindex/{aaindex-9.1-r1.ebuild => aaindex-9.1-r2.ebuild} | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/sci-biology/aaindex/aaindex-9.1-r1.ebuild
b/sci-biology/aaindex/aaindex-9.1-r2.ebuild
similarity index 83%
rename from sci-biology/aaindex/aaindex-9.1-r1.ebuild
rename to sci-biology/aaindex/aaindex-9.1-r2.ebuild
index b51f64beaefc..76b95ddb1bcf 100644
--- a/sci-biology/aaindex/aaindex-9.1-r1.ebuild
+++ b/sci-biology/aaindex/aaindex-9.1-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DESCRIPTION="Amino acid indices and similarity matrices"
HOMEPAGE="https://www.genome.jp/aaindex/"
@@ -14,14 +14,14 @@ SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="emboss minimal"
-DEPEND="emboss? ( sci-biology/emboss )"
-RDEPEND="${DEPEND}"
+BDEPEND="emboss? ( sci-biology/emboss )"
+RDEPEND="${BDEPEND}"
src_compile() {
if use emboss; then
mkdir AAINDEX || die
einfo
- einfo "Indexing AAindex for usage with EMBOSS."
+ einfo "Indexing AAindex for usage with EMBOSS"
EMBOSS_DATA="." aaindexextract -auto -infile ${PN}1 || die
"Indexing AAindex failed"
einfo
fi