mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 23:48:17 -07:00
dev-util/quilt: migrate to shell-completion eclass
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user