mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-18 23:39:00 -04:00
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:
parent
1fd0cd0933
commit
b8d3ee0c9c
@ -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}"
|
Loading…
x
Reference in New Issue
Block a user