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 6FF06138359 for ; Thu, 1 Oct 2020 01:43:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97CE6E08C8; Thu, 1 Oct 2020 01:43:06 +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 7AC9AE08C8 for ; Thu, 1 Oct 2020 01:43:06 +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 F1E8534090F for ; Thu, 1 Oct 2020 01:43:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FF4D37F for ; Thu, 1 Oct 2020 01:43:03 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1601516483.6a5abf7c66fb9d9ee6b57932d6e5d6296690baa6.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: eclass/ X-VCS-Repository: proj/sci X-VCS-Files: eclass/intel-sdp-r1.eclass X-VCS-Directories: eclass/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 6a5abf7c66fb9d9ee6b57932d6e5d6296690baa6 X-VCS-Branch: master Date: Thu, 1 Oct 2020 01:43:03 +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: b4ca1be5-3ec3-42f6-833b-ab407625c9ff X-Archives-Hash: 4e459a0cbea7bdde346879545dce6d42 commit: 6a5abf7c66fb9d9ee6b57932d6e5d6296690baa6 Author: Aisha Tammy aisha cc> AuthorDate: Thu Oct 1 01:41:23 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Thu Oct 1 01:41:23 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6a5abf7c eclass/intel-sdp-r1.eclass: restrict bindist Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> eclass/intel-sdp-r1.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/intel-sdp-r1.eclass b/eclass/intel-sdp-r1.eclass index 0fd9ee9d8..9d902395f 100644 --- a/eclass/intel-sdp-r1.eclass +++ b/eclass/intel-sdp-r1.eclass @@ -191,7 +191,7 @@ LICENSE="Intel-SDP" # Future work, #394411 SLOT="0" -RESTRICT="mirror fetch" +RESTRICT="bindist mirror fetch" RDEPEND="" DEPEND="app-arch/rpm2targz"