commit: 9abf1096ce447b6059e163b52f759d59fc9f0b84
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 16 11:05:01 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Dec 16 11:05:01 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9abf1096
sci-biology/ncbi-blast+: fix MissingInherits
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-biology/ncbi-blast+/ncbi-blast+-2.2.30.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/sci-biology/ncbi-blast+/ncbi-blast+-2.2.30.ebuild
b/sci-biology/ncbi-blast+/ncbi-blast+-2.2.30.ebuild
index 7c8eec1a7..d4ae93742 100644
--- a/sci-biology/ncbi-blast+/ncbi-blast+-2.2.30.ebuild
+++ b/sci-biology/ncbi-blast+/ncbi-blast+-2.2.30.ebuild
@@ -76,6 +76,10 @@ RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}/c++"
# ncbi-blast-2.2.30+-src/c++
+PATCHES=(
+ "${FILESDIR}"/"${P}"__fix_lib_deps.patch
+)
+
src_prepare() {
# filter-ldflags -Wl,--as-needed
# append-ldflags -Wl,--no-undefined
@@ -117,7 +121,6 @@ src_prepare() {
## epatch ${PATCHES[@]}
# use a Debian patch from
http://anonscm.debian.org/viewvc/debian-med/trunk/packages/ncbi-blast%2B/trunk/debian/patches/fix_lib_deps?revision=18535&view=markup
- epatch "${FILESDIR}"/"${P}"__fix_lib_deps.patch
# make sure this one is the last one and contains the actual patches
applied unless we can have autoconf-2.59 or 2.60
# https://bugs.gentoo.org/show_bug.cgi?id=514706