diff options
author | Seth Price <sprice623@aol.com> | 2022-12-01 07:45:32 -0500 |
---|---|---|
committer | Seth Price <sprice623@aol.com> | 2022-12-01 07:45:32 -0500 |
commit | b8d3ee0c9c35cfac2de09f7ffa58da6eafde9fa9 (patch) | |
tree | 2541e4156c46d527b22e82e278ce2615dd5d7d0c /games-rpg | |
parent | games-fps/assaultcube: improve ebuild, add missing die etc. (diff) | |
download | guru-b8d3ee0c9c35cfac2de09f7ffa58da6eafde9fa9.tar.gz guru-b8d3ee0c9c35cfac2de09f7ffa58da6eafde9fa9.tar.bz2 guru-b8d3ee0c9c35cfac2de09f7ffa58da6eafde9fa9.zip |
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>
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/snoot-game/snoot-game-1.7-r1.ebuild (renamed from games-rpg/snoot-game/snoot-game-1.7.ebuild) | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games-rpg/snoot-game/snoot-game-1.7.ebuild b/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}" |