diff options
author | Sam James <sam@gentoo.org> | 2021-05-13 15:50:32 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-05-13 15:50:32 +0200 |
commit | f5c100b40d6e021e7c3037217eac4d27326ff29a (patch) | |
tree | 13cd7f5641ff495d85db5b5e046358aa6b7a6f86 /sci-biology | |
parent | dev-vcs/subversion: add missing multilib inherit for get_libname (diff) | |
download | gentoo-f5c100b40d6e021e7c3037217eac4d27326ff29a.tar.gz gentoo-f5c100b40d6e021e7c3037217eac4d27326ff29a.tar.bz2 gentoo-f5c100b40d6e021e7c3037217eac4d27326ff29a.zip |
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 <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/samtools/samtools-0.1.20-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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/" |