diff options
author | Eli Schwartz <eschwartz@gentoo.org> | 2024-08-21 23:36:08 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@gentoo.org> | 2024-08-22 00:17:11 -0400 |
commit | e13c18b293f82931681b74b1973af90217526354 (patch) | |
tree | 04befded773f1265dd236c19b7eabac1a8f0b907 /sci-biology | |
parent | dev-libs/tree-sitter-meta: stabilize 1-r5 for amd64 (diff) | |
download | gentoo-e13c18b293f82931681b74b1973af90217526354.tar.gz gentoo-e13c18b293f82931681b74b1973af90217526354.tar.bz2 gentoo-e13c18b293f82931681b74b1973af90217526354.zip |
sci-biology/fasta: remove tcsh as a test dependency, drop IUSE
This has been present since the initial import into cvs:
https://gitweb.gentoo.org/archive/repo/gentoo-2.git/commit/?id=fe5d632c39746b7b396434277896dd0e58e15567
It does not seem to have made any sense at the time -- the compile phase
required running `emake -f ../make/Makefile***` because upstream was one
of those projects that apparently liked having code separate from ways
to build the code (???) and no src_test was defined at all. So having a
test dependency made no real sense as tests were never run!!!
There is an actual test phase today. It manually runs an sh script, and
tcsh still isn't involved anywhere. There are two entirely separate tcsh
scripts in the upstream codebase, though.
Regardless, having this test dependency is nonsensical. So is having
IUSE=test and a matching RESTRICT. None of this gets us *anything*.
Therefore, drop it.
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/fasta/fasta-36.3.8h-r1.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sci-biology/fasta/fasta-36.3.8h-r1.ebuild b/sci-biology/fasta/fasta-36.3.8h-r1.ebuild index 1cd7ca60dcde..e27b281053b6 100644 --- a/sci-biology/fasta/fasta-36.3.8h-r1.ebuild +++ b/sci-biology/fasta/fasta-36.3.8h-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,10 +15,7 @@ S="${WORKDIR}/${PN}36-${MY_PV}" LICENSE="fasta" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos" -IUSE="debug cpu_flags_x86_sse2 test" -RESTRICT="!test? ( test )" - -BDEPEND="test? ( app-shells/tcsh )" +IUSE="debug cpu_flags_x86_sse2" src_prepare() { CC_ALT= |