Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: x11-libs/libSM/
Date: Sat, 03 May 2014 07:24:53
Message-Id: 1399101884.e4cdfb02e97fdd8f56ecd408ea0f8b1b78b28a6f.mgorny@gentoo
1 commit: e4cdfb02e97fdd8f56ecd408ea0f8b1b78b28a6f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 3 07:24:44 2014 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 3 07:24:44 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=e4cdfb02
7
8 x11-libs/libSM: Depend on multilib util-linux. Sync the conditionals with gx86.
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 x11-libs/libSM/libSM-9999.ebuild | 10 +++-------
14 1 file changed, 3 insertions(+), 7 deletions(-)
15
16 diff --git a/x11-libs/libSM/libSM-9999.ebuild b/x11-libs/libSM/libSM-9999.ebuild
17 index 9b43cb1..9f3db9d 100644
18 --- a/x11-libs/libSM/libSM-9999.ebuild
19 +++ b/x11-libs/libSM/libSM-9999.ebuild
20 @@ -16,13 +16,9 @@ IUSE="doc ipv6 +uuid"
21 RDEPEND=">=x11-libs/libICE-1.0.5[${MULTILIB_USEDEP}]
22 x11-libs/xtrans
23 x11-proto/xproto[${MULTILIB_USEDEP}]
24 - !elibc_FreeBSD? ( !elibc_SunOS? (
25 - uuid? (
26 - >=sys-apps/util-linux-2.16
27 - amd64? ( abi_x86_32? (
28 - app-emulation/emul-linux-x86-baselibs[development] ) )
29 - )
30 - ) )"
31 + !elibc_FreeBSD? ( !elibc_SunOS? ( !elibc_Darwin? (
32 + uuid? ( >=sys-apps/util-linux-2.24.1-r3[${MULTILIB_USEDEP}] )
33 + ) ) )"
34 DEPEND="${RDEPEND}"
35
36 src_configure() {