commit: 1c4645a8eda7487292d4bb0efacf2c70f0656144
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 1 23:19:56 2022 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Sep 1 23:19:56 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c4645a8
media-gfx/gmic: no longer inherit bash-completion-r1
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
media-gfx/gmic/gmic-3.1.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/gmic/gmic-3.1.6.ebuild b/media-gfx/gmic/gmic-3.1.6.ebuild
index 1f33517bc284..2cd367947f79 100644
--- a/media-gfx/gmic/gmic-3.1.6.ebuild
+++ b/media-gfx/gmic/gmic-3.1.6.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit bash-completion-r1 toolchain-funcs
+inherit toolchain-funcs
if [[ ${PV} == "9999" ]]; then
EGIT_REPO_URI="https://github.com/dtschump/gmic.git"