commit: e4cdfb02e97fdd8f56ecd408ea0f8b1b78b28a6f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 3 07:24:44 2014 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 3 07:24:44 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=e4cdfb02
x11-libs/libSM: Depend on multilib util-linux. Sync the conditionals with gx86.
Package-Manager: portage-2.2.10
---
x11-libs/libSM/libSM-9999.ebuild | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/x11-libs/libSM/libSM-9999.ebuild b/x11-libs/libSM/libSM-9999.ebuild
index 9b43cb1..9f3db9d 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() {