summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGino McCarty <onigino@protonmail.com>2019-01-21 15:25:38 -0800
committerDavid Seifert <soap@gentoo.org>2019-04-11 21:40:18 +0200
commit43c5c50d682565ad2306ec1d8dbce99537d07008 (patch)
tree435daa3ea0f95b79e5c43b2aeea4fe35130f9a2d
parentmedia-libs/ctl: stable 1.5.2-r1 for sparc, bug #681466 (diff)
downloadgentoo-43c5c50d682565ad2306ec1d8dbce99537d07008.tar.gz
gentoo-43c5c50d682565ad2306ec1d8dbce99537d07008.tar.bz2
gentoo-43c5c50d682565ad2306ec1d8dbce99537d07008.zip
net-im/skypeforlinux: Add Multilib use flag support for elogind/systemd
Bug: https://bugs.gentoo.org/671524 Bug: https://bugs.gentoo.org/677758 Bug: https://bugs.gentoo.org/677328 Signed-off-by: Gino McCarty <onigino@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/10885 Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--net-im/skypeforlinux/skypeforlinux-8.34.0.78-r1.ebuild (renamed from net-im/skypeforlinux/skypeforlinux-8.34.0.78.ebuild)8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-im/skypeforlinux/skypeforlinux-8.34.0.78.ebuild b/net-im/skypeforlinux/skypeforlinux-8.34.0.78-r1.ebuild
index 63b1b43fe4a8..32896b26fbc4 100644
--- a/net-im/skypeforlinux/skypeforlinux-8.34.0.78.ebuild
+++ b/net-im/skypeforlinux/skypeforlinux-8.34.0.78-r1.ebuild
@@ -22,15 +22,15 @@ RESTRICT="mirror bindist strip" #299368
RDEPEND="
|| (
- sys-auth/elogind
- sys-apps/systemd
+ sys-auth/elogind[${MULTILIB_USEDEP}]
+ sys-apps/systemd[${MULTILIB_USEDEP}]
)
dev-libs/atk[${MULTILIB_USEDEP}]
dev-libs/expat[${MULTILIB_USEDEP}]
dev-libs/glib:2[${MULTILIB_USEDEP}]
dev-libs/nspr[${MULTILIB_USEDEP}]
dev-libs/nss[${MULTILIB_USEDEP}]
- gnome-base/gconf:2[${MULTILIB_USEDEP}]
+ gnome-base/gconf:2[policykit,${MULTILIB_USEDEP}]
media-libs/alsa-lib[${MULTILIB_USEDEP}]
media-libs/fontconfig:1.0[${MULTILIB_USEDEP}]
media-libs/freetype:2[${MULTILIB_USEDEP}]
@@ -41,7 +41,7 @@ RDEPEND="
virtual/ttf-fonts
x11-libs/cairo[${MULTILIB_USEDEP}]
x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
- x11-libs/gtk+:2[${MULTILIB_USEDEP}]
+ x11-libs/gtk+:3[${MULTILIB_USEDEP}]
x11-libs/libX11[${MULTILIB_USEDEP}]
x11-libs/libXScrnSaver[${MULTILIB_USEDEP}]
x11-libs/libXcomposite[${MULTILIB_USEDEP}]