Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libSM/
Date: Sun, 02 Jan 2022 17:49:47
Message-Id: 1641145747.0a6b8012310c718875e6891063993f4f9d2c9559.soap@gentoo
1 commit: 0a6b8012310c718875e6891063993f4f9d2c9559
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 17:49:07 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 17:49:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a6b8012
7
8 x11-libs/libSM: remove freebsd-libc
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 x11-libs/libSM/libSM-1.2.3-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/x11-libs/libSM/libSM-1.2.3-r1.ebuild b/x11-libs/libSM/libSM-1.2.3-r1.ebuild
16 index fee6f9b1e925..087d19a56f27 100644
17 --- a/x11-libs/libSM/libSM-1.2.3-r1.ebuild
18 +++ b/x11-libs/libSM/libSM-1.2.3-r1.ebuild
19 @@ -17,9 +17,9 @@ RDEPEND="x11-base/xorg-proto
20 x11-libs/xtrans
21 uuid? (
22 elibc_Darwin? ( sys-libs/native-uuid )
23 - !elibc_FreeBSD? ( !elibc_SunOS? ( !elibc_Darwin? (
24 + !elibc_SunOS? ( !elibc_Darwin? (
25 >=sys-apps/util-linux-2.24.1-r3[${MULTILIB_USEDEP}]
26 - ) ) )
27 + ) )
28 )"
29 DEPEND="${RDEPEND}"