commit:     95b25127ba9168feebbabb0ff5c02fa656da2c43
Author:     NRK <nrk <AT> disroot <DOT> org>
AuthorDate: Thu May 18 12:49:20 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 20 06:27:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95b25127

x11-libs/libXpm: 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.

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

 x11-libs/libXpm/libXpm-3.5.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libXpm/libXpm-3.5.16.ebuild 
b/x11-libs/libXpm/libXpm-3.5.16.ebuild
index 5166bcfa0557..8776d1b7ff15 100644
--- a/x11-libs/libXpm/libXpm-3.5.16.ebuild
+++ b/x11-libs/libXpm/libXpm-3.5.16.ebuild
@@ -18,7 +18,7 @@ RDEPEND="
        >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
        >=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}]
 
-       app-arch/gzip
+       app-alternatives/gzip
        app-arch/ncompress
 "
 DEPEND="${RDEPEND}

Reply via email to