diff options
author | NRK <nrk@disroot.org> | 2023-05-18 18:49:20 +0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-20 07:27:48 +0100 |
commit | 95b25127ba9168feebbabb0ff5c02fa656da2c43 (patch) | |
tree | 74814178107e449e2f9d40a1ddc4261322f37744 /x11-libs/libXpm | |
parent | dev-java/openjdk: fix multi-screen bug (diff) | |
download | gentoo-95b25127ba9168feebbabb0ff5c02fa656da2c43.tar.gz gentoo-95b25127ba9168feebbabb0ff5c02fa656da2c43.tar.bz2 gentoo-95b25127ba9168feebbabb0ff5c02fa656da2c43.zip |
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@disroot.org>
Closes: https://github.com/gentoo/gentoo/pull/31083
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-libs/libXpm')
-rw-r--r-- | x11-libs/libXpm/libXpm-3.5.16.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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} |