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 03A681382C5 for ; Sun, 18 Apr 2021 06:06:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED3FDE0845; Sun, 18 Apr 2021 06:06:23 +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 D5DFDE0845 for ; Sun, 18 Apr 2021 06:06:23 +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 E645E33E6A3 for ; Sun, 18 Apr 2021 06:06:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AAA773F for ; Sun, 18 Apr 2021 06:06:17 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1618725938.c607155ee0741fc5596e3128c7f959cfa4c49e86.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-simulation/bcs-demo/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild X-VCS-Directories: games-simulation/bcs-demo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c607155ee0741fc5596e3128c7f959cfa4c49e86 X-VCS-Branch: master Date: Sun, 18 Apr 2021 06:06:17 +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: 80b1c424-98e2-4904-8a30-d426c79e19d5 X-Archives-Hash: eed35d389a16943873b1b86d5fde9f96 commit: c607155ee0741fc5596e3128c7f959cfa4c49e86 Author: Sam James gentoo org> AuthorDate: Sun Apr 18 04:26:01 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 18 06:05:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c607155e games-simulation/bcs-demo: fix MissingLicenseRestricts Signed-off-by: Sam James gentoo.org> games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild b/games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild index 530872e96da..af09bc0dcf6 100644 --- a/games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild +++ b/games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild @@ -12,8 +12,8 @@ SRC_URI="ftp://ggdev-1.homelan.com/bcs/bcsdemo_v${PV/./_}.sh.bin LICENSE="BCS" SLOT="0" KEYWORDS="-* ~amd64 ~x86" -IUSE="" -RESTRICT="strip" + +RESTRICT="bindist mirror strip" RDEPEND=" media-libs/libsdl[abi_x86_32(-)]