diff options
author | David Seifert <soap@gentoo.org> | 2020-02-16 21:23:12 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-16 21:23:12 +0100 |
commit | d242604ea51fc09524b75ad256c73e177da8a91a (patch) | |
tree | 4b40bf9264cf9bf7765333caf4fa56e19c68fd50 /app-shells/bash | |
parent | app-misc/irtrans-irserver: [QA] inherit eutils.eclass directly (diff) | |
download | gentoo-d242604ea51fc09524b75ad256c73e177da8a91a.tar.gz gentoo-d242604ea51fc09524b75ad256c73e177da8a91a.tar.bz2 gentoo-d242604ea51fc09524b75ad256c73e177da8a91a.zip |
app-shells/bash: [QA] inherit eutils.eclass directly
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-shells/bash')
-rw-r--r-- | app-shells/bash/bash-4.4_p23-r1.ebuild | 2 | ||||
-rw-r--r-- | app-shells/bash/bash-5.0_p11.ebuild | 4 | ||||
-rw-r--r-- | app-shells/bash/bash-5.0_p16.ebuild | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/app-shells/bash/bash-4.4_p23-r1.ebuild b/app-shells/bash/bash-4.4_p23-r1.ebuild index c3f12f0bf01a..7f7ec01858ef 100644 --- a/app-shells/bash/bash-4.4_p23-r1.ebuild +++ b/app-shells/bash/bash-4.4_p23-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit flag-o-matic toolchain-funcs multilib prefix +inherit eutils flag-o-matic toolchain-funcs multilib prefix # Official patchlevel # See ftp://ftp.cwru.edu/pub/bash/bash-4.4-patches/ diff --git a/app-shells/bash/bash-5.0_p11.ebuild b/app-shells/bash/bash-5.0_p11.ebuild index 172ecd51ad88..514ef9e6aaa1 100644 --- a/app-shells/bash/bash-5.0_p11.ebuild +++ b/app-shells/bash/bash-5.0_p11.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit flag-o-matic toolchain-funcs multilib prefix +inherit eutils flag-o-matic toolchain-funcs multilib prefix # Official patchlevel # See ftp://ftp.cwru.edu/pub/bash/bash-5.0-patches/ diff --git a/app-shells/bash/bash-5.0_p16.ebuild b/app-shells/bash/bash-5.0_p16.ebuild index dadb54e7e863..514ef9e6aaa1 100644 --- a/app-shells/bash/bash-5.0_p16.ebuild +++ b/app-shells/bash/bash-5.0_p16.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit flag-o-matic toolchain-funcs multilib prefix +inherit eutils flag-o-matic toolchain-funcs multilib prefix # Official patchlevel # See ftp://ftp.cwru.edu/pub/bash/bash-5.0-patches/ |