mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -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:
@@ -16,11 +16,14 @@ SLOT="0"
|
|||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="~amd64 ~x86"
|
||||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||||
|
|
||||||
RDEPEND="${PYTHON_DEPS}"
|
RDEPEND="${PYTHON_DEPS} virtual/opengl"
|
||||||
BDEPEND="${RDEPEND}"
|
BDEPEND="${RDEPEND}"
|
||||||
|
|
||||||
S="${WORKDIR}/SnootGame-${MY_PV}-linux/"
|
S="${WORKDIR}/SnootGame-${MY_PV}-linux/"
|
||||||
|
|
||||||
|
QA_PREBUILT="*"
|
||||||
|
RESTRICT+=" strip"
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
local dir=/opt/${PN}
|
local dir=/opt/${PN}
|
||||||
insinto "${dir}"
|
insinto "${dir}"
|
||||||
Reference in New Issue
Block a user