diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-04-13 19:05:17 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-04-14 09:24:37 +0200 |
commit | 050672c1635f52226a1f497cbc15785152e69619 (patch) | |
tree | b1a1ac0a953879d0b0e93cb6f5f7bea3fe527590 /app-shells | |
parent | dev-python/croniter: Bump to 1.0.12 (diff) | |
download | gentoo-050672c1635f52226a1f497cbc15785152e69619.tar.gz gentoo-050672c1635f52226a1f497cbc15785152e69619.tar.bz2 gentoo-050672c1635f52226a1f497cbc15785152e69619.zip |
app-shells/bash-completion: add missing user-info eclass
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/20368
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash-completion/bash-completion-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/bash-completion/bash-completion-9999.ebuild b/app-shells/bash-completion/bash-completion-9999.ebuild index f473e128f55f..70ce84b4ed82 100644 --- a/app-shells/bash-completion/bash-completion-9999.ebuild +++ b/app-shells/bash-completion/bash-completion-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_{7..9} ) -inherit autotools git-r3 python-any-r1 +inherit autotools git-r3 python-any-r1 user-info DESCRIPTION="Programmable Completion for bash" HOMEPAGE="https://github.com/scop/bash-completion" |