From b8d3ee0c9c35cfac2de09f7ffa58da6eafde9fa9 Mon Sep 17 00:00:00 2001 From: Seth Price Date: Thu, 1 Dec 2022 07:45:32 -0500 Subject: [PATCH] games-rpg/snoot-game: 1.7-r1 bump; address QA issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .../{snoot-game-1.7.ebuild => snoot-game-1.7-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename games-rpg/snoot-game/{snoot-game-1.7.ebuild => snoot-game-1.7-r1.ebuild} (91%) 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 ec4305f70a..f8441efe0f 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}"