diff options
author | David Seifert <soap@gentoo.org> | 2022-06-19 20:04:29 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-06-19 20:04:29 +0200 |
commit | 1595eaf8eae9af8ac6e8af04e9925ae303b3b61f (patch) | |
tree | b26214bf7b8e2adf6e28a49121f24093851abaf9 /sci-biology/prosite | |
parent | sci-biology/mafft: add 7.490 (diff) | |
download | gentoo-1595eaf8eae9af8ac6e8af04e9925ae303b3b61f.tar.gz gentoo-1595eaf8eae9af8ac6e8af04e9925ae303b3b61f.tar.bz2 gentoo-1595eaf8eae9af8ac6e8af04e9925ae303b3b61f.zip |
sci-biology/prosite: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-biology/prosite')
-rw-r--r-- | sci-biology/prosite/prosite-2017.02-r1.ebuild (renamed from sci-biology/prosite/prosite-2017.02.ebuild) | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sci-biology/prosite/prosite-2017.02.ebuild b/sci-biology/prosite/prosite-2017.02-r1.ebuild index 6003b17cff85..a5efbed1626b 100644 --- a/sci-biology/prosite/prosite-2017.02.ebuild +++ b/sci-biology/prosite/prosite-2017.02-r1.ebuild @@ -1,11 +1,12 @@ -# 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="A protein families and domains database" HOMEPAGE="https://prosite.expasy.org/" SRC_URI="ftp://ftp.expasy.org/databases/prosite/old_releases/prosite${PV//./_}.tar.bz2" +S="${WORKDIR}" LICENSE="swiss-prot" SLOT="0" @@ -14,10 +15,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="emboss minimal" -DEPEND="emboss? ( sci-biology/emboss )" -RDEPEND="${DEPEND}" - -S=${WORKDIR} +BDEPEND="emboss? ( sci-biology/emboss )" +RDEPEND="${BDEPEND}" src_compile() { if use emboss; then |