summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-05-03 09:24:44 +0200
committerMichał Górny <mgorny@gentoo.org>2014-05-03 09:24:44 +0200
commite4cdfb02e97fdd8f56ecd408ea0f8b1b78b28a6f (patch)
treefb2543e1ad85f2363e345eb9b6a1cc9e9915ce7b
parentx11-libs/libpciaccess: Use multilib_src_install(). (diff)
downloadx11-e4cdfb02e97fdd8f56ecd408ea0f8b1b78b28a6f.tar.gz
x11-e4cdfb02e97fdd8f56ecd408ea0f8b1b78b28a6f.tar.bz2
x11-e4cdfb02e97fdd8f56ecd408ea0f8b1b78b28a6f.zip
x11-libs/libSM: Depend on multilib util-linux. Sync the conditionals with gx86.
Package-Manager: portage-2.2.10
-rw-r--r--x11-libs/libSM/libSM-9999.ebuild10
1 files changed, 3 insertions, 7 deletions
diff --git a/x11-libs/libSM/libSM-9999.ebuild b/x11-libs/libSM/libSM-9999.ebuild
index 9b43cb17..9f3db9d5 100644
--- a/x11-libs/libSM/libSM-9999.ebuild
+++ b/x11-libs/libSM/libSM-9999.ebuild
@@ -16,13 +16,9 @@ IUSE="doc ipv6 +uuid"
RDEPEND=">=x11-libs/libICE-1.0.5[${MULTILIB_USEDEP}]
x11-libs/xtrans
x11-proto/xproto[${MULTILIB_USEDEP}]
- !elibc_FreeBSD? ( !elibc_SunOS? (
- uuid? (
- >=sys-apps/util-linux-2.16
- amd64? ( abi_x86_32? (
- app-emulation/emul-linux-x86-baselibs[development] ) )
- )
- ) )"
+ !elibc_FreeBSD? ( !elibc_SunOS? ( !elibc_Darwin? (
+ uuid? ( >=sys-apps/util-linux-2.24.1-r3[${MULTILIB_USEDEP}] )
+ ) ) )"
DEPEND="${RDEPEND}"
src_configure() {