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/bash-4.4_p23-r1.ebuild | |
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/bash-4.4_p23-r1.ebuild')
-rw-r--r-- | app-shells/bash/bash-4.4_p23-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 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/ |