summaryrefslogtreecommitdiff
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
parentapp-shells/bash-completion: Use python_has_version (diff)
downloadgentoo-d72cdec1.tar.gz
gentoo-d72cdec1.tar.bz2
gentoo-d72cdec1.zip
app-shells/bash-completion: Remove unused inherits
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--app-shells/bash-completion/bash-completion-2.11.ebuild2
-rw-r--r--app-shells/bash-completion/bash-completion-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/bash-completion/bash-completion-2.11.ebuild b/app-shells/bash-completion/bash-completion-2.11.ebuild
index b54591dd58fa..a1fa288f505d 100644
--- a/app-shells/bash-completion/bash-completion-2.11.ebuild
+++ b/app-shells/bash-completion/bash-completion-2.11.ebuild
@@ -5,7 +5,7 @@ EAPI=7
BASHCOMP_P=bashcomp-2.0.3
PYTHON_COMPAT=( python3_{9..11} )
-inherit bash-completion-r1 python-any-r1 user-info
+inherit python-any-r1
DESCRIPTION="Programmable Completion for bash"
HOMEPAGE="https://github.com/scop/bash-completion"
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"