From f5c100b40d6e021e7c3037217eac4d27326ff29a Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 13 May 2021 15:50:32 +0200 Subject: sci-biology/samtools: add missing multilib inherit for get_libname Found using: `grep -rsn -L -e "inherit.*multilib.*" | xargs grep "get_libname"` Signed-off-by: Sam James Signed-off-by: David Seifert --- sci-biology/samtools/samtools-0.1.20-r4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sci-biology') diff --git a/sci-biology/samtools/samtools-0.1.20-r4.ebuild b/sci-biology/samtools/samtools-0.1.20-r4.ebuild index d598a3292728..f4b779aa838b 100644 --- a/sci-biology/samtools/samtools-0.1.20-r4.ebuild +++ b/sci-biology/samtools/samtools-0.1.20-r4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit toolchain-funcs +inherit multilib toolchain-funcs DESCRIPTION="Utilities for analysing and manipulating the SAM/BAM alignment formats" HOMEPAGE="http://samtools.sourceforge.net/" -- cgit v1.2.3-65-gdbad