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 7DDD0158013 for ; Sat, 9 Dec 2023 08:54:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 903D52BC01C; Sat, 9 Dec 2023 08:54:54 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 433872BC01C for ; Sat, 9 Dec 2023 08:54:54 +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 2B7EF3406F2 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 6D94EACA 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: <1702111457.06eaf3bc64a09c586e3add31732829f71aa4bd37.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/quake1-data/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/quake1-data/quake1-data-2.40-r1.ebuild X-VCS-Directories: games-fps/quake1-data/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 06eaf3bc64a09c586e3add31732829f71aa4bd37 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: 86980679-6bb9-49ce-ab88-5c2e75822dec X-Archives-Hash: e26307fc9c0ae8c41ce7789a715df077 commit: 06eaf3bc64a09c586e3add31732829f71aa4bd37 Author: Ulrich Müller gentoo org> AuthorDate: Sat Dec 9 08:44:17 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Dec 9 08:44:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06eaf3bc games-fps/quake1-data: Add bindist restriction Signed-off-by: Ulrich Müller gentoo.org> games-fps/quake1-data/quake1-data-2.40-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games-fps/quake1-data/quake1-data-2.40-r1.ebuild b/games-fps/quake1-data/quake1-data-2.40-r1.ebuild index ed730aa32cb3..974117cb7bf2 100644 --- a/games-fps/quake1-data/quake1-data-2.40-r1.ebuild +++ b/games-fps/quake1-data/quake1-data-2.40-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # TODO: if installing off of the 1.01 cd, need to fetch the @@ -17,6 +17,7 @@ S="${WORKDIR}" LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="~amd64 ~x86" +RESTRICT="bindist" RDEPEND="!games-fps/quake1-demodata[symlink]" BDEPEND="app-arch/lha"