From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CCEBF138334 for ; Thu, 11 Apr 2019 19:40:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 909D6E0841; Thu, 11 Apr 2019 19:40:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 67D6FE0841 for ; Thu, 11 Apr 2019 19:40:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B7F40340D78 for ; Thu, 11 Apr 2019 19:40:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59F0457E for ; Thu, 11 Apr 2019 19:40:41 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1555011618.43c5c50d682565ad2306ec1d8dbce99537d07008.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/skypeforlinux/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/skypeforlinux/skypeforlinux-8.34.0.78-r1.ebuild net-im/skypeforlinux/skypeforlinux-8.34.0.78.ebuild X-VCS-Directories: net-im/skypeforlinux/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 43c5c50d682565ad2306ec1d8dbce99537d07008 X-VCS-Branch: master Date: Thu, 11 Apr 2019 19:40:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b1eca17b-28d9-4a21-a954-61f29c9dbd5b X-Archives-Hash: 0723ab740a77895e81a2f406ca740781 commit: 43c5c50d682565ad2306ec1d8dbce99537d07008 Author: Gino McCarty protonmail com> AuthorDate: Mon Jan 21 23:25:38 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Apr 11 19:40:18 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43c5c50d 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 protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/10885 Signed-off-by: David Seifert gentoo.org> ...orlinux-8.34.0.78.ebuild => skypeforlinux-8.34.0.78-r1.ebuild} | 8 ++++---- 1 file 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 similarity index 95% rename from net-im/skypeforlinux/skypeforlinux-8.34.0.78.ebuild rename to net-im/skypeforlinux/skypeforlinux-8.34.0.78-r1.ebuild index 63b1b43fe4a..32896b26fbc 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}]