Skip to content

Commit

Permalink
app-shells/bash-completion: add missing user-info eclass
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <[email protected]>
Closes: gentoo#20368
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mm1ke authored and mgorny committed Apr 14, 2021
1 parent 25e544b commit 050672c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-shells/bash-completion/bash-completion-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 050672c

Please sign in to comment.