diff options
author | David Seifert <soap@gentoo.org> | 2021-12-04 00:35:55 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-12-04 00:35:55 +0100 |
commit | 034a14b9d57e1dc246730a62fde0dceb151a7438 (patch) | |
tree | 55063a899a81f6ac37182b60f8f0e46d39c6cb88 /net-im/skypeforlinux | |
parent | sys-devel/clang: Backport default-libunwind test fix (diff) | |
download | gentoo-034a14b9d57e1dc246730a62fde0dceb151a7438.tar.gz gentoo-034a14b9d57e1dc246730a62fde0dceb151a7438.tar.bz2 gentoo-034a14b9d57e1dc246730a62fde0dceb151a7438.zip |
net-im/skypeforlinux: remove clone3 USEdep for 8.79.0.92
Closes: https://bugs.gentoo.org/823790
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-im/skypeforlinux')
-rw-r--r-- | net-im/skypeforlinux/skypeforlinux-8.79.0.92.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net-im/skypeforlinux/skypeforlinux-8.79.0.92.ebuild b/net-im/skypeforlinux/skypeforlinux-8.79.0.92.ebuild index 575d68910d72..9627b561f6f1 100644 --- a/net-im/skypeforlinux/skypeforlinux-8.79.0.92.ebuild +++ b/net-im/skypeforlinux/skypeforlinux-8.79.0.92.ebuild @@ -10,17 +10,15 @@ inherit chromium-2 desktop pax-utils rpm multilib-build xdg DESCRIPTION="Instant messaging client, with support for audio and video" HOMEPAGE="https://www.skype.com/" SRC_URI="https://repo.skype.com/rpm/stable/${PN}_${PV}-1.x86_64.rpm" +S="${WORKDIR}" LICENSE="Skype-TOS MIT MIT-with-advertising BSD-1 BSD-2 BSD Apache-2.0 Boost-1.0 ISC CC-BY-SA-3.0 CC0-1.0 openssl ZLIB APSL-2 icu Artistic-2 LGPL-2.1" SLOT="0" KEYWORDS="-* ~amd64" -S="${WORKDIR}" QA_PREBUILT="*" RESTRICT="mirror bindist strip" #299368 -# Need to drop -clone3(+) from glibc once Electron is updated -# bug #823790 RDEPEND=" app-crypt/libsecret[${MULTILIB_USEDEP}] dev-libs/atk[${MULTILIB_USEDEP}] @@ -34,7 +32,6 @@ RDEPEND=" media-libs/libv4l[${MULTILIB_USEDEP}] net-print/cups[${MULTILIB_USEDEP}] sys-apps/dbus[${MULTILIB_USEDEP}] - || ( <sys-libs/glibc-2.34 >=sys-libs/glibc-2.34[-clone3(+)] ) sys-devel/gcc[cxx] virtual/ttf-fonts x11-libs/cairo[${MULTILIB_USEDEP}] |