commit: 6c084e5a487050124f20519ee97c5bd36fdfbdbe Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Mar 20 06:20:22 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 20 06:20:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c084e5a
sci-biology/muscle: fix variable order Signed-off-by: Sam James <sam <AT> gentoo.org> sci-biology/muscle/muscle-5.1.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sci-biology/muscle/muscle-5.1.0.ebuild b/sci-biology/muscle/muscle-5.1.0.ebuild index 5f0f0cff646d..84c0c2266804 100644 --- a/sci-biology/muscle/muscle-5.1.0.ebuild +++ b/sci-biology/muscle/muscle-5.1.0.ebuild @@ -8,6 +8,7 @@ inherit toolchain-funcs DESCRIPTION="Multiple sequence comparison by log-expectation" HOMEPAGE="https://www.drive5.com/muscle/" SRC_URI="https://github.com/rcedgar/muscle/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/${P}/src LICENSE="public-domain" SLOT="0" @@ -15,8 +16,6 @@ KEYWORDS="~amd64 ~ppc ~x86" RDEPEND="!sci-libs/libmuscle" -S="${WORKDIR}"/${P}/src - PATCHES=( "${FILESDIR}"/0001-Makefile-fix-horribleness-so-that-it-respects-build-.patch )
