summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-10 04:54:23 +0000
committerSam James <sam@gentoo.org>2022-03-10 21:09:49 +0000
commit2121866d75c4c3bd3d72b9da57e078ec2c35c04c (patch)
tree1ccf2b8e4dc83694c654171ab3983c1b5eba0dbd /app-shells/mpibash/mpibash-1.3-r1.ebuild
parentx11-misc/i3status: [QA] fix UnusedInherits (autotools) (diff)
downloadgentoo-2121866d75c4c3bd3d72b9da57e078ec2c35c04c.tar.gz
gentoo-2121866d75c4c3bd3d72b9da57e078ec2c35c04c.tar.bz2
gentoo-2121866d75c4c3bd3d72b9da57e078ec2c35c04c.zip
app-shells/mpibash: [QA] fix UnusedInherits (multilib)
get_libdir has been built-in since EAPI 6 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells/mpibash/mpibash-1.3-r1.ebuild')
-rw-r--r--app-shells/mpibash/mpibash-1.3-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/mpibash/mpibash-1.3-r1.ebuild b/app-shells/mpibash/mpibash-1.3-r1.ebuild
index 57cb37144b6c..160036e9b797 100644
--- a/app-shells/mpibash/mpibash-1.3-r1.ebuild
+++ b/app-shells/mpibash/mpibash-1.3-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit autotools multilib
+inherit autotools
if [[ ${PV} = 9999 ]]; then
EGIT_REPO_URI="https://github.com/lanl/MPI-Bash.git"