diff options
author | David Seifert <soap@gentoo.org> | 2022-06-19 20:04:33 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-06-19 20:04:33 +0200 |
commit | ae1ce18086a1663caaef3d265ae003288305b80b (patch) | |
tree | 6bfd2806f17111ba22ae63b678e68c558d58b51f /sci-biology/aaindex | |
parent | sci-biology/prints: update EAPI 6 -> 8 (diff) | |
download | gentoo-ae1ce18086a1663caaef3d265ae003288305b80b.tar.gz gentoo-ae1ce18086a1663caaef3d265ae003288305b80b.tar.bz2 gentoo-ae1ce18086a1663caaef3d265ae003288305b80b.zip |
sci-biology/aaindex: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-biology/aaindex')
-rw-r--r-- | sci-biology/aaindex/aaindex-9.1-r2.ebuild (renamed from sci-biology/aaindex/aaindex-9.1-r1.ebuild) | 10 |
1 files 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 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 |