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 73D24138334 for ; Sat, 13 Apr 2019 10:43:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D476E0942; Sat, 13 Apr 2019 10:43:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7532DE0942 for ; Sat, 13 Apr 2019 10:43:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 063AE340ECE for ; Sat, 13 Apr 2019 10:43:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A35FA57E for ; Sat, 13 Apr 2019 10:42:58 +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: <1555152160.8f7213e94cecb00bf87659617a1e0f850395d4be.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-r2.ebuild X-VCS-Directories: net-im/skypeforlinux/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 8f7213e94cecb00bf87659617a1e0f850395d4be X-VCS-Branch: master Date: Sat, 13 Apr 2019 10:42:58 +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: 17eecc24-7620-4f9a-8058-3f372961a2b2 X-Archives-Hash: 9ea0cb765d07a2da48e4923405d4c95e commit: 8f7213e94cecb00bf87659617a1e0f850395d4be Author: David Seifert gentoo org> AuthorDate: Sat Apr 13 10:41:21 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Apr 13 10:42:40 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f7213e9 net-im/skypeforlinux: Does not link to either systemd or elogind Closes: https://bugs.gentoo.org/671524 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: David Seifert gentoo.org> ...rlinux-8.34.0.78-r1.ebuild => skypeforlinux-8.34.0.78-r2.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-im/skypeforlinux/skypeforlinux-8.34.0.78-r1.ebuild b/net-im/skypeforlinux/skypeforlinux-8.34.0.78-r2.ebuild similarity index 96% rename from net-im/skypeforlinux/skypeforlinux-8.34.0.78-r1.ebuild rename to net-im/skypeforlinux/skypeforlinux-8.34.0.78-r2.ebuild index 32896b26fbc..62edb86e1c1 100644 --- a/net-im/skypeforlinux/skypeforlinux-8.34.0.78-r1.ebuild +++ b/net-im/skypeforlinux/skypeforlinux-8.34.0.78-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -22,8 +22,8 @@ RESTRICT="mirror bindist strip" #299368 RDEPEND=" || ( - sys-auth/elogind[${MULTILIB_USEDEP}] - sys-apps/systemd[${MULTILIB_USEDEP}] + sys-auth/elogind + sys-apps/systemd ) dev-libs/atk[${MULTILIB_USEDEP}] dev-libs/expat[${MULTILIB_USEDEP}]