summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2014-01-14 20:00:57 +0000
committerFabian Groffen <grobian@gentoo.org>2014-01-14 20:00:57 +0000
commitb52133f9a6f622b0b68953b48b1c6e1478b531b6 (patch)
treea6fe7c8c7b86c276ac8357717a1f6a527f7b3945 /x11-libs/libSM
parentmedia-plugins/vdr-xxvautotimer masked for removal ~ 14/02/2014, wrt bug 141181 (diff)
downloadgentoo-2-b52133f9a6f622b0b68953b48b1c6e1478b531b6.tar.gz
gentoo-2-b52133f9a6f622b0b68953b48b1c6e1478b531b6.tar.bz2
gentoo-2-b52133f9a6f622b0b68953b48b1c6e1478b531b6.zip
Do not require util-linux on Darwin for uuid either, since it doesn't provide it there
(Portage version: 2.2.8-prefix/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Diffstat (limited to 'x11-libs/libSM')
-rw-r--r--x11-libs/libSM/ChangeLog8
-rw-r--r--x11-libs/libSM/libSM-1.2.2.ebuild8
2 files changed, 10 insertions, 6 deletions
diff --git a/x11-libs/libSM/ChangeLog b/x11-libs/libSM/ChangeLog
index 07ab5abfe2e3..a1e66f7ca9b8 100644
--- a/x11-libs/libSM/ChangeLog
+++ b/x11-libs/libSM/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/libSM
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.112 2013/10/08 05:07:25 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.113 2014/01/14 20:00:57 grobian Exp $
+
+ 14 Jan 2014; Fabian Groffen <grobian@gentoo.org> libSM-1.2.2.ebuild:
+ Do not require util-linux on Darwin for uuid either, since it doesn't provide
+ it there
08 Oct 2013; Agostino Sarubbo <ago@gentoo.org> libSM-1.2.2.ebuild:
Stable for x86, wrt bug #475480
diff --git a/x11-libs/libSM/libSM-1.2.2.ebuild b/x11-libs/libSM/libSM-1.2.2.ebuild
index 0fd7b5b7360e..eb40400f7ef6 100644
--- a/x11-libs/libSM/libSM-1.2.2.ebuild
+++ b/x11-libs/libSM/libSM-1.2.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.2.2.ebuild,v 1.10 2013/10/08 05:07:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.2.2.ebuild,v 1.11 2014/01/14 20:00:57 grobian Exp $
EAPI=5
@@ -16,13 +16,13 @@ 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? (
+ !elibc_FreeBSD? ( !elibc_SunOS? ( !elibc_Darwin? (
uuid? (
>=sys-apps/util-linux-2.16
amd64? ( abi_x86_32? (
app-emulation/emul-linux-x86-baselibs[development] ) )
)
- ) )"
+ ) ) )"
DEPEND="${RDEPEND}"
src_configure() {