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 4A963138334 for ; Fri, 31 May 2019 08:24:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A0FDE08D6; Fri, 31 May 2019 08:24:57 +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 30752E08D6 for ; Fri, 31 May 2019 08:24:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 260C23453CD for ; Fri, 31 May 2019 08:24:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 291EA607 for ; Fri, 31 May 2019 08:24:53 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1559291047.af4c7570fc64f5929c8768fcdae9a0374b895f93.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/tribes2/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/tribes2/tribes2-25034.ebuild X-VCS-Directories: games-fps/tribes2/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: af4c7570fc64f5929c8768fcdae9a0374b895f93 X-VCS-Branch: master Date: Fri, 31 May 2019 08:24:53 +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: c24b1bdd-fdf3-4bdb-87b5-ca190cd70098 X-Archives-Hash: 5f20c469fe60048b1cae0762dfcf1ac7 commit: af4c7570fc64f5929c8768fcdae9a0374b895f93 Author: Ulrich Müller gentoo org> AuthorDate: Fri May 31 08:14:03 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri May 31 08:24:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af4c7570 games-fps/tribes2: Add bindist restriction. Bug: https://bugs.gentoo.org/665108 Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Ulrich Müller gentoo.org> games-fps/tribes2/tribes2-25034.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-fps/tribes2/tribes2-25034.ebuild b/games-fps/tribes2/tribes2-25034.ebuild index 817ede1c391..9de54a92aaf 100644 --- a/games-fps/tribes2/tribes2-25034.ebuild +++ b/games-fps/tribes2/tribes2-25034.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,7 +16,7 @@ SLOT="0" # someone does fix the patching. KEYWORDS="-amd64 ~x86" IUSE="" -RESTRICT="mirror strip" +RESTRICT="mirror bindist strip" DEPEND="sys-libs/glibc games-util/loki_patch"