From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5CDFC1381FA for ; Sat, 3 May 2014 07:24:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAF5EE07D2; Sat, 3 May 2014 07:24:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7AD0BE07D2 for ; Sat, 3 May 2014 07:24:52 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AB93934012B for ; Sat, 3 May 2014 07:24:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 443171818D for ; Sat, 3 May 2014 07:24:50 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1399101884.e4cdfb02e97fdd8f56ecd408ea0f8b1b78b28a6f.mgorny@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: x11-libs/libSM/ X-VCS-Repository: proj/x11 X-VCS-Files: x11-libs/libSM/libSM-9999.ebuild X-VCS-Directories: x11-libs/libSM/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e4cdfb02e97fdd8f56ecd408ea0f8b1b78b28a6f X-VCS-Branch: master Date: Sat, 3 May 2014 07:24:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2eaf6e6c-e215-4bf9-b687-d078b2510611 X-Archives-Hash: d5a4188f33349b79183a6911f67e90f9 commit: e4cdfb02e97fdd8f56ecd408ea0f8b1b78b28a6f Author: Michał Górny gentoo org> AuthorDate: Sat May 3 07:24:44 2014 +0000 Commit: Michał Górny gentoo 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() {