diff options
author | Marek Szuba <marecki@gentoo.org> | 2022-09-02 00:19:56 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2022-09-02 00:19:56 +0100 |
commit | 1c4645a8eda7487292d4bb0efacf2c70f0656144 (patch) | |
tree | bc963e3a4c6d9a7671e575c3559c35f2ef7a4ac9 /media-gfx | |
parent | dev-vcs/pre-commit: drop 2.19.0 (diff) | |
download | gentoo-1c4645a8eda7487292d4bb0efacf2c70f0656144.tar.gz gentoo-1c4645a8eda7487292d4bb0efacf2c70f0656144.tar.bz2 gentoo-1c4645a8eda7487292d4bb0efacf2c70f0656144.zip |
media-gfx/gmic: no longer inherit bash-completion-r1
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/gmic/gmic-3.1.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |