commit: 89d119b410bffcf188db24fb41182e52bb52dffa
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 30 21:14:11 2015 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Fri Oct 30 21:14:11 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89d119b4
use QA_PREBUILT; add dies
Package-Manager: portage-2.2.20.1
games-server/etqw-ded/etqw-ded-1.5.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/games-server/etqw-ded/etqw-ded-1.5.ebuild
b/games-server/etqw-ded/etqw-ded-1.5.ebuild
index 8c45c58..729b4c6 100644
--- a/games-server/etqw-ded/etqw-ded-1.5.ebuild
+++ b/games-server/etqw-ded/etqw-ded-1.5.ebuild
@@ -21,8 +21,8 @@ RDEPEND="sys-libs/glibc"
S=${WORKDIR}/data
dir=${GAMES_PREFIX_OPT}/${PN}
-QA_TEXTRELS="${dir:1}/pb/*.so"
-QA_EXECSTACK="${dir:1}/*.x86
+QA_PREBUILT="${dir:1}/pb/*.so
+ ${dir:1}/*.x86
${dir:1}/*.so*"
pkg_nofetch() {
@@ -30,9 +30,9 @@ pkg_nofetch() {
}
src_unpack() {
- tail -c +194885 "${DISTDIR}"/${A} > ${A}.zip
+ tail -c +194885 "${DISTDIR}"/${A} > ${A}.zip || die
unpack ./${A}.zip
- rm -f ${A}.zip
+ rm -f ${A}.zip || die
}
src_install() {