dev-util/quilt: migrate to shell-completion eclass

Signed-off-by: Mike Pagano <mpagano@gentoo.org>
This commit is contained in:
Mike Pagano
2026-07-20 14:40:31 -04:00
parent 65c593353f
commit a2f080b48d

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -7,7 +7,7 @@ EGIT_REPO_URI="https://git.savannah.gnu.org/git/quilt.git"
[[ ${PV} == 9999 ]] && inherit git-r3
inherit autotools bash-completion-r1 elisp-common
inherit autotools elisp-common shell-completion
DESCRIPTION="quilt patch manager"
HOMEPAGE="https://savannah.nongnu.org/projects/quilt"