diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-02-16 23:11:04 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-02-16 23:12:13 -0800 |
commit | 00ce89e76ba11145e2bb5162b1c22cdf017118d8 (patch) | |
tree | 152f5a317d13ef1f8c10fa87cc870bb0ba58ad84 /x11-libs/libICE | |
parent | www-client/firefox-bin: drop 97.0 (diff) | |
download | gentoo-00ce89e76ba11145e2bb5162b1c22cdf017118d8.tar.gz gentoo-00ce89e76ba11145e2bb5162b1c22cdf017118d8.tar.bz2 gentoo-00ce89e76ba11145e2bb5162b1c22cdf017118d8.zip |
x11-libs/libICE: Depend on multilib libbsd
Closes: https://bugs.gentoo.org/833505
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/libICE')
-rw-r--r-- | x11-libs/libICE/libICE-1.0.10-r1.ebuild (renamed from x11-libs/libICE/libICE-1.0.10.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/libICE/libICE-1.0.10.ebuild b/x11-libs/libICE/libICE-1.0.10-r1.ebuild index d296a6c49b06..8375f1dbefdd 100644 --- a/x11-libs/libICE/libICE-1.0.10.ebuild +++ b/x11-libs/libICE/libICE-1.0.10-r1.ebuild @@ -14,7 +14,7 @@ IUSE="ipv6" DEPEND="x11-base/xorg-proto x11-libs/xtrans" RDEPEND="${DEPEND} - elibc_glibc? ( dev-libs/libbsd )" + elibc_glibc? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )" src_configure() { local XORG_CONFIGURE_OPTIONS=( |