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 EBF70138334 for ; Fri, 12 Oct 2018 12:15:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 883AAE09D4; Fri, 12 Oct 2018 12:15:40 +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 5912AE09D4 for ; Fri, 12 Oct 2018 12:15:38 +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 0CC7C335D05 for ; Fri, 12 Oct 2018 12:15:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6C793FB for ; Fri, 12 Oct 2018 12:15:34 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1539346406.a829fa58b22dceeea8b3e4e3f9cba71f8471a406.vdupras@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.29.0.50.ebuild net-im/skypeforlinux/skypeforlinux-8.31.0.92.ebuild X-VCS-Directories: net-im/skypeforlinux/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: a829fa58b22dceeea8b3e4e3f9cba71f8471a406 X-VCS-Branch: master Date: Fri, 12 Oct 2018 12:15:34 +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-Archives-Salt: b0a66bbe-d02d-480c-be6a-13e839fd10a2 X-Archives-Hash: 61d533d8d7e2a12a4d7e4de8266a812e commit: a829fa58b22dceeea8b3e4e3f9cba71f8471a406 Author: Gino protonmail com> AuthorDate: Sun Sep 9 22:22:56 2018 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Fri Oct 12 12:13:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a829fa58 net-im/skypeforlinux: Fix libsecret dependency libsecret dependency is runtime of underlying chrome engine and isn't actually used or required by skypeforlinux Bug: https://bugs.gentoo.org/665606 Closes: https://github.com/gentoo/gentoo/pull/9816 Signed-off-by: Virgil Dupras gentoo.org> net-im/skypeforlinux/skypeforlinux-8.29.0.50.ebuild | 1 - net-im/skypeforlinux/skypeforlinux-8.31.0.92.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/net-im/skypeforlinux/skypeforlinux-8.29.0.50.ebuild b/net-im/skypeforlinux/skypeforlinux-8.29.0.50.ebuild index fe787944cfb..18c49c0454a 100644 --- a/net-im/skypeforlinux/skypeforlinux-8.29.0.50.ebuild +++ b/net-im/skypeforlinux/skypeforlinux-8.29.0.50.ebuild @@ -21,7 +21,6 @@ QA_PREBUILT="*" RESTRICT="mirror bindist strip" #299368 RDEPEND=" - app-crypt/libsecret[${MULTILIB_USEDEP}] dev-libs/atk[${MULTILIB_USEDEP}] dev-libs/expat[${MULTILIB_USEDEP}] dev-libs/glib:2[${MULTILIB_USEDEP}] diff --git a/net-im/skypeforlinux/skypeforlinux-8.31.0.92.ebuild b/net-im/skypeforlinux/skypeforlinux-8.31.0.92.ebuild index fe787944cfb..18c49c0454a 100644 --- a/net-im/skypeforlinux/skypeforlinux-8.31.0.92.ebuild +++ b/net-im/skypeforlinux/skypeforlinux-8.31.0.92.ebuild @@ -21,7 +21,6 @@ QA_PREBUILT="*" RESTRICT="mirror bindist strip" #299368 RDEPEND=" - app-crypt/libsecret[${MULTILIB_USEDEP}] dev-libs/atk[${MULTILIB_USEDEP}] dev-libs/expat[${MULTILIB_USEDEP}] dev-libs/glib:2[${MULTILIB_USEDEP}]