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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 90110158020 for ; Thu, 1 Dec 2022 12:57:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9766DE069C; Thu, 1 Dec 2022 12:57:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7D35EE069C for ; Thu, 1 Dec 2022 12:57:03 +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 5E7EF335DBE for ; Thu, 1 Dec 2022 12:57:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DE7D477 for ; Thu, 1 Dec 2022 12:57:00 +0000 (UTC) From: "Seth Price" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Seth Price" Message-ID: <1669898732.b8d3ee0c9c35cfac2de09f7ffa58da6eafde9fa9.sprice623@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-rpg/snoot-game/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-rpg/snoot-game/snoot-game-1.7-r1.ebuild games-rpg/snoot-game/snoot-game-1.7.ebuild X-VCS-Directories: games-rpg/snoot-game/ X-VCS-Committer: sprice623 X-VCS-Committer-Name: Seth Price X-VCS-Revision: b8d3ee0c9c35cfac2de09f7ffa58da6eafde9fa9 X-VCS-Branch: dev Date: Thu, 1 Dec 2022 12:57:00 +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: 13b6d0a5-1563-4f61-83fc-b41c3b2f24a0 X-Archives-Hash: b5dcf5eba2d2cf16a0528a0ad335e7af commit: b8d3ee0c9c35cfac2de09f7ffa58da6eafde9fa9 Author: Seth Price aol com> AuthorDate: Thu Dec 1 12:45:32 2022 +0000 Commit: Seth Price aol com> CommitDate: Thu Dec 1 12:45:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b8d3ee0c games-rpg/snoot-game: 1.7-r1 bump; address QA issues Add QA_PREBUILT and RESTRICT=strip to suppress QA issues; this is a prebuilt package, after all. Additionally, add virtual/opengl as a dependency; it’s unwise to assume the user will always have it installed. Closes: https://bugs.gentoo.org/883831 Closes: https://bugs.gentoo.org/883833 Closes: https://bugs.gentoo.org/883835 Closes: https://bugs.gentoo.org/883837 Closes: https://bugs.gentoo.org/883839 Signed-off-by: Seth Price aol.com> .../snoot-game/{snoot-game-1.7.ebuild => snoot-game-1.7-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/games-rpg/snoot-game/snoot-game-1.7.ebuild b/games-rpg/snoot-game/snoot-game-1.7-r1.ebuild similarity index 91% rename from games-rpg/snoot-game/snoot-game-1.7.ebuild rename to games-rpg/snoot-game/snoot-game-1.7-r1.ebuild index ec4305f70..f8441efe0 100644 --- a/games-rpg/snoot-game/snoot-game-1.7.ebuild +++ b/games-rpg/snoot-game/snoot-game-1.7-r1.ebuild @@ -16,11 +16,14 @@ SLOT="0" KEYWORDS="~amd64 ~x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND="${PYTHON_DEPS}" +RDEPEND="${PYTHON_DEPS} virtual/opengl" BDEPEND="${RDEPEND}" S="${WORKDIR}/SnootGame-${MY_PV}-linux/" +QA_PREBUILT="*" +RESTRICT+=" strip" + src_install() { local dir=/opt/${PN} insinto "${dir}"