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 E2AE4138334 for ; Mon, 23 Sep 2019 17:16:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79753E099F; Mon, 23 Sep 2019 17:16:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 4A4E4E099F for ; Mon, 23 Sep 2019 17:16:23 +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 6FBD634B4E5 for ; Mon, 23 Sep 2019 17:16:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FF5A836 for ; Mon, 23 Sep 2019 17:16:18 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1569258973.8962d4dfdb54444c006402a6881ea312c437e825.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-plugins/google-talkplugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-plugins/google-talkplugin/google-talkplugin-5.41.0.0.ebuild www-plugins/google-talkplugin/google-talkplugin-5.41.3.0.ebuild www-plugins/google-talkplugin/google-talkplugin-9999.ebuild X-VCS-Directories: www-plugins/google-talkplugin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8962d4dfdb54444c006402a6881ea312c437e825 X-VCS-Branch: master Date: Mon, 23 Sep 2019 17:16:18 +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: 90c2aef9-dc89-4b3f-b536-674837a7e98e X-Archives-Hash: 1863e2ecc398ca96733f0c33de4150e3 commit: 8962d4dfdb54444c006402a6881ea312c437e825 Author: Michał Górny gentoo org> AuthorDate: Mon Sep 23 17:12:37 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Sep 23 17:16:13 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8962d4df www-plugins/google-talkplugin: Add RESTRICT=bindist Signed-off-by: Michał Górny gentoo.org> www-plugins/google-talkplugin/google-talkplugin-5.41.0.0.ebuild | 2 +- www-plugins/google-talkplugin/google-talkplugin-5.41.3.0.ebuild | 2 +- www-plugins/google-talkplugin/google-talkplugin-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www-plugins/google-talkplugin/google-talkplugin-5.41.0.0.ebuild b/www-plugins/google-talkplugin/google-talkplugin-5.41.0.0.ebuild index 99e714c32ab..3aeeda9649f 100644 --- a/www-plugins/google-talkplugin/google-talkplugin-5.41.0.0.ebuild +++ b/www-plugins/google-talkplugin/google-talkplugin-5.41.0.0.ebuild @@ -30,7 +30,7 @@ SLOT="0" LICENSE="Google-TOS openssl BSD" OBSOLETE="yes" -[[ $OBSOLETE = yes ]] && RESTRICT="fetch strip" || RESTRICT="strip mirror" +[[ $OBSOLETE = yes ]] && RESTRICT="bindist fetch strip" || RESTRICT="bindist strip mirror" RDEPEND="|| ( media-sound/pulseaudio media-libs/alsa-lib ) dev-libs/expat diff --git a/www-plugins/google-talkplugin/google-talkplugin-5.41.3.0.ebuild b/www-plugins/google-talkplugin/google-talkplugin-5.41.3.0.ebuild index 31e21372df5..9ddc664cd72 100644 --- a/www-plugins/google-talkplugin/google-talkplugin-5.41.3.0.ebuild +++ b/www-plugins/google-talkplugin/google-talkplugin-5.41.3.0.ebuild @@ -30,7 +30,7 @@ SLOT="0" LICENSE="Google-TOS openssl BSD" OBSOLETE="no" -[[ $OBSOLETE = yes ]] && RESTRICT="fetch strip" || RESTRICT="strip mirror" +[[ $OBSOLETE = yes ]] && RESTRICT="bindist fetch strip" || RESTRICT="bindist strip mirror" RDEPEND="|| ( media-sound/pulseaudio media-libs/alsa-lib ) dev-libs/expat diff --git a/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild b/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild index 0c9566d816e..40f04449c4e 100644 --- a/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild +++ b/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild @@ -30,7 +30,7 @@ SLOT="0" LICENSE="Google-TOS openssl BSD" OBSOLETE="no" -[[ $OBSOLETE = yes ]] && RESTRICT="fetch strip" || RESTRICT="strip mirror" +[[ $OBSOLETE = yes ]] && RESTRICT="bindist fetch strip" || RESTRICT="bindist strip mirror" RDEPEND="|| ( media-sound/pulseaudio media-libs/alsa-lib ) dev-libs/expat