commit: 0a6b8012310c718875e6891063993f4f9d2c9559
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 2 17:49:07 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 2 17:49:07 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a6b8012
x11-libs/libSM: remove freebsd-libc
Signed-off-by: David Seifert <soap <AT> gentoo.org>
x11-libs/libSM/libSM-1.2.3-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-libs/libSM/libSM-1.2.3-r1.ebuild
b/x11-libs/libSM/libSM-1.2.3-r1.ebuild
index fee6f9b1e925..087d19a56f27 100644
--- a/x11-libs/libSM/libSM-1.2.3-r1.ebuild
+++ b/x11-libs/libSM/libSM-1.2.3-r1.ebuild
@@ -17,9 +17,9 @@ RDEPEND="x11-base/xorg-proto
x11-libs/xtrans
uuid? (
elibc_Darwin? ( sys-libs/native-uuid )
- !elibc_FreeBSD? ( !elibc_SunOS? ( !elibc_Darwin? (
+ !elibc_SunOS? ( !elibc_Darwin? (
>=sys-apps/util-linux-2.24.1-r3[${MULTILIB_USEDEP}]
- ) ) )
+ ) )
)"
DEPEND="${RDEPEND}"