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-bonuspack-ece/
Date: Sun, 18 Apr 2021 06:31:48
Message-Id: 1618727493.12fbb0d700ad70434d1b26ea9a79b806aff14ed8.sam@gentoo
1 commit: 12fbb0d700ad70434d1b26ea9a79b806aff14ed8
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 18 06:25:52 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 18 06:31:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12fbb0d7
7
8 games-fps/ut2004-bonuspack-ece: fix MissingLicenseRestricts
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r4.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r4.ebuild b/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r4.ebuild
16 index 5460ac93230..0bd06e11ea1 100644
17 --- a/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r4.ebuild
18 +++ b/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r4.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2019 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -14,6 +14,7 @@ SRC_URI="
26 LICENSE="ut2003"
27 SLOT="0"
28 KEYWORDS="~amd64 ~x86"
29 +RESTRICT="bindist mirror"
30
31 BDEPEND="app-arch/unzip"