commit: 4cc4dcd0d8a20e78d0772e29bbf2b0b06c133669 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Tue Jan 19 14:04:30 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Tue Jan 19 14:04:39 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4cc4dcd0
sci-biology/fsa: EAPi bump, fix fetch Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> profiles/package.mask | 1 - sci-biology/fsa/fsa-1.15.9.ebuild | 11 ++++------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index d6c8eb6df..e49a63d12 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -59,4 +59,3 @@ sci-biology/ePCR sci-biology/ESTate sci-biology/eval sci-biology/FLASH -sci-biology/fsa diff --git a/sci-biology/fsa/fsa-1.15.9.ebuild b/sci-biology/fsa/fsa-1.15.9.ebuild index e59c710c5..44e1d5cff 100644 --- a/sci-biology/fsa/fsa-1.15.9.ebuild +++ b/sci-biology/fsa/fsa-1.15.9.ebuild @@ -1,18 +1,15 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 - -inherit eutils +EAPI=7 DESCRIPTION="Distance-based probabilistic multiple sequence alignment algo for DNA/RNA/prot" HOMEPAGE="http://fsa.sourceforge.net" -SRC_URI="http://downloads.sourceforge.net/project/fsa/"${P}".tar.gz" +SRC_URI="https://downloads.sourceforge.net/project/fsa/${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="" -IUSE="" +KEYWORDS="~amd64" DEPEND="dev-java/java-config" RDEPEND="${DEPEND}"
