diff options
author | David Seifert <soap@gentoo.org> | 2022-01-02 18:49:07 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-02 18:49:07 +0100 |
commit | 0a6b8012310c718875e6891063993f4f9d2c9559 (patch) | |
tree | 67ce80c5952e530a042f3489a86bb950416590e1 /x11-libs/libSM | |
parent | x11-libs/cairo: remove freebsd-libc (diff) | |
download | gentoo-0a6b8012310c718875e6891063993f4f9d2c9559.tar.gz gentoo-0a6b8012310c718875e6891063993f4f9d2c9559.tar.bz2 gentoo-0a6b8012310c718875e6891063993f4f9d2c9559.zip |
x11-libs/libSM: remove freebsd-libc
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-libs/libSM')
-rw-r--r-- | x11-libs/libSM/libSM-1.2.3-r1.ebuild | 4 |
1 files 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}" |