summaryrefslogtreecommitdiff
path: root/sci-biology/fasta
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
commit7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch)
tree4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /sci-biology/fasta
parentb284a3168fa91a038925d2ecf5e4791011ea5e7d (diff)
gentoo resync : 15.12.2019
Diffstat (limited to 'sci-biology/fasta')
-rw-r--r--sci-biology/fasta/Manifest2
-rw-r--r--sci-biology/fasta/fasta-36.3.5e.ebuild5
2 files changed, 4 insertions, 3 deletions
diff --git a/sci-biology/fasta/Manifest b/sci-biology/fasta/Manifest
index 587682895717..3a6a9eddf1fd 100644
--- a/sci-biology/fasta/Manifest
+++ b/sci-biology/fasta/Manifest
@@ -1,4 +1,4 @@
AUX fasta-36.3.5e-ldflags.patch 2781 BLAKE2B e6d4e0984b4dadfc9d38504ab215d769084edc6c79cfe641b6b3fba8264a40add1665027295ec4afa19d26277036bfe1a5103ecdf72ef91a1139542ac8272954 SHA512 5424bb8385def72ff75701c2da153f697520cbec82f36cbed8de0e98f93d399de660e79da7700ab0ff688fd5388cf9f42a30ccc4359335ae02042bf8cbb3aae7
DIST fasta-36.3.5e.tar.gz 943763 BLAKE2B 6234d0aee76af6614e6d25ebcfbdfae080db5bc5adf611aeb6edc53ed7c6cb6cef257bf852ed39bc286527cec4175c251765ce23ea5ff39d12ff8947dba97ac6 SHA512 ddfcae36dadd7e2ed5c8c8c0bda2eed077e9f6cd55e4ebf507690671af156358e9da4e7cb1406d2b8713c326c54a9d829fc25e668b16dfa6df48d18e3a009812
-EBUILD fasta-36.3.5e.ebuild 1626 BLAKE2B 0227b1f5b986e3155ef64637ed8dcac75bf92e9ec0e36320a0c43e89cd160fec87f59c16796bc4621f96b2df68082d3ebb2a2b33fb024c10544c45fd9680e358 SHA512 06ebb5136e78c0cf34ba2145aeda1a21e979b09ac53acfa8ad91c161dea363791d5e9b9b4a26b02111e7e6f1131c03fdd7a12e66ddcbf16e360540893abcf721
+EBUILD fasta-36.3.5e.ebuild 1643 BLAKE2B 43c8f7f4d2220aa7c028bba399241f0f024faa78b6743178793f647f6b494c749fb5ccb164cd07071b2ba28cfd60e61c75bb46c5f23556de131df5f0be60616b SHA512 caffe54bbfd73f76e3ef9adff0843103362f3945986a4b51ac722a8ea893de24994142e0995c13d9d1e6d846547a37427b643b11d04794f815a162d3ea03bef0
MISC metadata.xml 267 BLAKE2B 7cf386952842945148119de3263231db4d1046d5f54811f7e303ed8ec4d27cbc1960b99c92daf6f32e5b981c2fb9f50ec666be6193865d6e18541b7427a152a9 SHA512 91ab266d9ab24401bc0fec759c5b6cfcf44a3c5669fc31c7301d79770839bb5dfa0e155d949392ef06176b4a0b2c32b91b1b54b0027f972db61f0a5e54644403
diff --git a/sci-biology/fasta/fasta-36.3.5e.ebuild b/sci-biology/fasta/fasta-36.3.5e.ebuild
index 30fda7e9ae00..392ee4c76410 100644
--- a/sci-biology/fasta/fasta-36.3.5e.ebuild
+++ b/sci-biology/fasta/fasta-36.3.5e.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -13,6 +13,7 @@ LICENSE="fasta"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
IUSE="debug cpu_flags_x86_sse2 test"
+RESTRICT="!test? ( test )"
DEPEND="test? ( app-shells/tcsh )"
RDEPEND=""
@@ -66,7 +67,7 @@ src_install() {
pushd bin > /dev/null || die
for bin in *36; do
- dosym ${bin} /usr/bin/${bin%36} || die
+ dosym ${bin} /usr/bin/${bin%36}
done
popd