commit:     d6212d4cd4604641c14f3fcca85bcd17398c9f29
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 22 02:28:51 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 23 04:05:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6212d4c

games-server/etqw-ded: tidy ebuild

Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-server/etqw-ded/etqw-ded-1.5-r1.ebuild | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild 
b/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild
index 52c453f64cc..44d2f825a9c 100644
--- a/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild
+++ b/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild
@@ -1,28 +1,28 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
+
 inherit wrapper
 
 DESCRIPTION="Enemy Territory: Quake Wars dedicated server"
 
HOMEPAGE="https://www.splashdamage.com/content/et-quake-wars-standalone-server-linux";
 SRC_URI="ETQW-server-${PV}-full.x86.run"
+S="${WORKDIR}"/data
 
 LICENSE="ETQW"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
 RESTRICT="bindist fetch strip"
 
-DEPEND="app-arch/unzip"
 RDEPEND="sys-libs/glibc"
+BDEPEND="app-arch/unzip"
 
-S=${WORKDIR}/data
 dir=/opt/${PN}
 
-QA_PREBUILT="${dir:1}/pb/*.so
-       ${dir:1}/*.x86
-       ${dir:1}/*.so*"
+QA_PREBUILT="${dir#1}/pb/*.so
+       ${dir#1}/*.x86
+       ${dir#1}/*.so*"
 
 pkg_nofetch() {
        einfo "Please download ${A} from ${HOMEPAGE} and copy it into your 
DISTDIR directory."

Reply via email to