summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2011-12-19 09:13:17 +0000
committerFabian Groffen <grobian@gentoo.org>2011-12-19 09:13:17 +0000
commit57233873beee17f32ae60e024c5509e4eff2d646 (patch)
treeb3008ebbbcd52b934eafe4b0bd7dbe861d9e1fa3 /x11-libs/libSM
parentRemove unused exempi dep (diff)
downloadgentoo-2-57233873beee17f32ae60e024c5509e4eff2d646.tar.gz
gentoo-2-57233873beee17f32ae60e024c5509e4eff2d646.tar.bz2
gentoo-2-57233873beee17f32ae60e024c5509e4eff2d646.zip
Drop no longer existing elibc_IRIX flag
(Portage version: 2.2.01.19941-prefix/cvs/Darwin i386)
Diffstat (limited to 'x11-libs/libSM')
-rw-r--r--x11-libs/libSM/ChangeLog5
-rw-r--r--x11-libs/libSM/libSM-1.2.0.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-libs/libSM/ChangeLog b/x11-libs/libSM/ChangeLog
index a2e6aa25d9ed..1936aa4f8871 100644
--- a/x11-libs/libSM/ChangeLog
+++ b/x11-libs/libSM/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/libSM
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.90 2011/08/28 12:05:00 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.91 2011/12/19 09:13:17 grobian Exp $
+
+ 19 Dec 2011; Fabian Groffen <grobian@gentoo.org> libSM-1.2.0.ebuild:
+ Drop no longer existing elibc_IRIX flag
28 Aug 2011; Fabian Groffen <grobian@gentoo.org> libSM-1.2.0.ebuild:
Fix compilation with USE=uuid on Solaris and Darwin, bug #353787
diff --git a/x11-libs/libSM/libSM-1.2.0.ebuild b/x11-libs/libSM/libSM-1.2.0.ebuild
index f02b42c381f4..6de845850394 100644
--- a/x11-libs/libSM/libSM-1.2.0.ebuild
+++ b/x11-libs/libSM/libSM-1.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.2.0.ebuild,v 1.13 2011/08/28 12:05:00 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.2.0.ebuild,v 1.14 2011/12/19 09:13:17 grobian Exp $
EAPI=3
inherit xorg-2
@@ -13,9 +13,9 @@ IUSE="doc ipv6 +uuid"
RDEPEND=">=x11-libs/libICE-1.0.5
x11-libs/xtrans
x11-proto/xproto
- !elibc_FreeBSD? ( !elibc_IRIX? ( !elibc_SunOS? (
+ !elibc_FreeBSD? ( !elibc_SunOS? (
uuid? ( >=sys-apps/util-linux-2.16 )
- ) ) )"
+ ) )"
DEPEND="${RDEPEND}
doc? ( app-text/xmlto )"