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@aol.com>
This commit is contained in:
Seth Price 2022-12-01 07:45:32 -05:00
parent 1fd0cd0933
commit b8d3ee0c9c
No known key found for this signature in database
GPG Key ID: 2A8A588A11B30662

View File

@ -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}"