summaryrefslogtreecommitdiff
path: root/app-shells/bash-completion/bash-completion-9999.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-03 13:25:49 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-03 14:29:30 +0100
commitd72cdec14167a3ff2a12d94639708405794c9adc (patch)
treeb7e179ad4495c7c57fe991558aa92b9bebf395e9 /app-shells/bash-completion/bash-completion-9999.ebuild
parent1f441a442ec593d765164226967f87466e922a6a (diff)
downloadgentoo-d72cdec14167a3ff2a12d94639708405794c9adc.tar.gz
gentoo-d72cdec14167a3ff2a12d94639708405794c9adc.tar.bz2
gentoo-d72cdec14167a3ff2a12d94639708405794c9adc.zip
app-shells/bash-completion: Remove unused inherits
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-shells/bash-completion/bash-completion-9999.ebuild')
-rw-r--r--app-shells/bash-completion/bash-completion-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/bash-completion/bash-completion-9999.ebuild b/app-shells/bash-completion/bash-completion-9999.ebuild
index 326984fbf6fe..db9e158ca8ee 100644
--- a/app-shells/bash-completion/bash-completion-9999.ebuild
+++ b/app-shells/bash-completion/bash-completion-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{9..11} )
-inherit autotools git-r3 python-any-r1 user-info
+inherit autotools git-r3 python-any-r1
DESCRIPTION="Programmable Completion for bash"
HOMEPAGE="https://github.com/scop/bash-completion"