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 159B5138239 for ; Fri, 20 Sep 2019 21:59:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CFBCE078A; Fri, 20 Sep 2019 21:59:29 +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 457AFE078A for ; Fri, 20 Sep 2019 21:59:29 +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 E942534B3F6 for ; Fri, 20 Sep 2019 21:59:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA696764 for ; Fri, 20 Sep 2019 21:59:24 +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: <1569016761.f70cad2cf2b9ef4d61a866c986e5a15aa7805aac.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/pymol-plugins-caver/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/pymol-plugins-caver/pymol-plugins-caver-2.1.2.ebuild X-VCS-Directories: sci-chemistry/pymol-plugins-caver/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f70cad2cf2b9ef4d61a866c986e5a15aa7805aac X-VCS-Branch: master Date: Fri, 20 Sep 2019 21:59:24 +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: 3841eef8-c3d8-43c0-8f44-f9d459bbb8a1 X-Archives-Hash: 3668112313bfb4fd1ab8aa00aacd512d commit: f70cad2cf2b9ef4d61a866c986e5a15aa7805aac Author: Michał Górny gentoo org> AuthorDate: Fri Sep 20 21:49:22 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Sep 20 21:59:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f70cad2c sci-chemistry/pymol-plugins-caver: Add missing RESTRICT=bindist Signed-off-by: Michał Górny gentoo.org> sci-chemistry/pymol-plugins-caver/pymol-plugins-caver-2.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-chemistry/pymol-plugins-caver/pymol-plugins-caver-2.1.2.ebuild b/sci-chemistry/pymol-plugins-caver/pymol-plugins-caver-2.1.2.ebuild index 7da3317b59b..e189f885dcc 100644 --- a/sci-chemistry/pymol-plugins-caver/pymol-plugins-caver-2.1.2.ebuild +++ b/sci-chemistry/pymol-plugins-caver/pymol-plugins-caver-2.1.2.ebuild @@ -27,7 +27,7 @@ RDEPEND=" DEPEND="app-arch/unzip ${PYTHON_DEPS}" -RESTRICT="fetch" +RESTRICT="bindist fetch" S="${WORKDIR}/${MY_P}"/linux_mac