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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7B97A158013 for ; Sat, 9 Dec 2023 08:54:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 597752BC01F; Sat, 9 Dec 2023 08:54:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E3EB2BC01F for ; Sat, 9 Dec 2023 08:54:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47A32340813 for ; Sat, 9 Dec 2023 08:54:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 941FD1491 for ; Sat, 9 Dec 2023 08:54:51 +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: <1702111524.0aac31dd43bc80ba4df432a062d3c913bc1674a3.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/ja2-stracciatella-data/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/ja2-stracciatella-data/ja2-stracciatella-data-1-r1.ebuild X-VCS-Directories: games-strategy/ja2-stracciatella-data/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 0aac31dd43bc80ba4df432a062d3c913bc1674a3 X-VCS-Branch: master Date: Sat, 9 Dec 2023 08:54:51 +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: bde5951f-9283-402f-9044-a418863d4821 X-Archives-Hash: fb53cf8fe3c14b9652c31cd91a144a13 commit: 0aac31dd43bc80ba4df432a062d3c913bc1674a3 Author: Ulrich Müller gentoo org> AuthorDate: Sat Dec 9 08:45:24 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Dec 9 08:45:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aac31dd games-strategy/ja2-stracciatella-data: Add bindist restriction Signed-off-by: Ulrich Müller gentoo.org> .../ja2-stracciatella-data/ja2-stracciatella-data-1-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games-strategy/ja2-stracciatella-data/ja2-stracciatella-data-1-r1.ebuild b/games-strategy/ja2-stracciatella-data/ja2-stracciatella-data-1-r1.ebuild index aaf4253650aa..879a8924c71d 100644 --- a/games-strategy/ja2-stracciatella-data/ja2-stracciatella-data-1-r1.ebuild +++ b/games-strategy/ja2-stracciatella-data/ja2-stracciatella-data-1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,6 +14,7 @@ S="${WORKDIR}" LICENSE="SIR-TECH" SLOT="0" KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +RESTRICT="bindist" BDEPEND="app-arch/unshield"