commit:     bd9bc46aefc25565e7a9ed968d61f07604686344
Author:     NRK <nrk <AT> disroot <DOT> org>
AuthorDate: Sat May 13 05:05:58 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 28 13:28:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd9bc46a

sys-apps/kbd: depend on app-alternatives/gzip

...instead of directly depending on app-arch/gzip since users can select
alternative implementations (such as pigz) through the app-alternatives
system.

Closes: https://bugs.gentoo.org/907296
Signed-off-by: NRK <nrk <AT> disroot.org>
Closes: https://github.com/gentoo/gentoo/pull/31014
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/kbd/kbd-2.5.1.ebuild | 2 +-
 sys-apps/kbd/kbd-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/kbd/kbd-2.5.1.ebuild b/sys-apps/kbd/kbd-2.5.1.ebuild
index 9820c07ff6ee..31d013a64b2d 100644
--- a/sys-apps/kbd/kbd-2.5.1.ebuild
+++ b/sys-apps/kbd/kbd-2.5.1.ebuild
@@ -31,7 +31,7 @@ RESTRICT="!test? ( test )"
 QA_AM_MAINTAINER_MODE=".*--run autom4te --language=autotest.*"
 
 RDEPEND="
-       app-arch/gzip
+       app-alternatives/gzip
        pam? (
                !app-misc/vlock
                sys-libs/pam

diff --git a/sys-apps/kbd/kbd-9999.ebuild b/sys-apps/kbd/kbd-9999.ebuild
index a8607b2c1f1d..e1b766bdd010 100644
--- a/sys-apps/kbd/kbd-9999.ebuild
+++ b/sys-apps/kbd/kbd-9999.ebuild
@@ -31,7 +31,7 @@ RESTRICT="!test? ( test )"
 QA_AM_MAINTAINER_MODE=".*--run autom4te --language=autotest.*"
 
 RDEPEND="
-       app-arch/gzip
+       app-alternatives/gzip
        pam? (
                !app-misc/vlock
                sys-libs/pam

Reply via email to