Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/ut2004-demo/
Date: Sun, 18 Apr 2021 06:31:49
Message-Id: 1618727494.fe13d08329fdb62238d7131d2742697254f0bf88.sam@gentoo
1 commit: fe13d08329fdb62238d7131d2742697254f0bf88
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 18 06:27:23 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 18 06:31:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe13d083
7
8 games-fps/ut2004-demo: fix MissingLicenseRestricts
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 games-fps/ut2004-demo/ut2004-demo-3334-r2.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/games-fps/ut2004-demo/ut2004-demo-3334-r2.ebuild b/games-fps/ut2004-demo/ut2004-demo-3334-r2.ebuild
16 index 7615513c46a..51362724f16 100644
17 --- a/games-fps/ut2004-demo/ut2004-demo-3334-r2.ebuild
18 +++ b/games-fps/ut2004-demo/ut2004-demo-3334-r2.ebuild
19 @@ -14,7 +14,7 @@ S="${WORKDIR}"
20 LICENSE="ut2003-demo"
21 SLOT="0"
22 KEYWORDS="-* ~amd64 ~x86"
23 -RESTRICT="strip"
24 +RESTRICT="bindist mirror strip"
25
26 RDEPEND="
27 sys-libs/libstdc++-v3:5
28 @@ -22,6 +22,7 @@ RDEPEND="
29 x11-libs/libXext[abi_x86_32(-)]
30 virtual/opengl[abi_x86_32(-)]
31 "
32 +
33 dir=opt/${PN}
34 Ddir="${ED}"/${dir}
35 QA_PREBUILT="${dir}/System/*"