diff options
author | Sam James <sam@gentoo.org> | 2022-03-10 04:54:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-10 21:09:49 +0000 |
commit | 2121866d75c4c3bd3d72b9da57e078ec2c35c04c (patch) | |
tree | 1ccf2b8e4dc83694c654171ab3983c1b5eba0dbd /app-shells | |
parent | x11-misc/i3status: [QA] fix UnusedInherits (autotools) (diff) | |
download | gentoo-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')
-rw-r--r-- | app-shells/mpibash/mpibash-1.3-r1.ebuild | 4 | ||||
-rw-r--r-- | app-shells/mpibash/mpibash-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 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" diff --git a/app-shells/mpibash/mpibash-9999.ebuild b/app-shells/mpibash/mpibash-9999.ebuild index e37855f7b37a..1315f1867c11 100644 --- a/app-shells/mpibash/mpibash-9999.ebuild +++ b/app-shells/mpibash/mpibash-9999.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" |