commit:     b8d3ee0c9c35cfac2de09f7ffa58da6eafde9fa9
Author:     Seth Price <sprice623 <AT> aol <DOT> com>
AuthorDate: Thu Dec  1 12:45:32 2022 +0000
Commit:     Seth Price <sprice623 <AT> aol <DOT> 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 <sprice623 <AT> 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}"

Reply via email to