Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/urbanterror-data/
Date: Tue, 24 Sep 2019 20:39:24
Message-Id: 1569357381.5af6c8320589ffda2831083ec22284e2c5d5e8c6.mgorny@gentoo
1 commit: 5af6c8320589ffda2831083ec22284e2c5d5e8c6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 24 20:36:21 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 24 20:36:21 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5af6c832
7
8 games-fps/urbanterror-data: Add RESTRICT="bindist"
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 games-fps/urbanterror-data/urbanterror-data-4.3.4.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/games-fps/urbanterror-data/urbanterror-data-4.3.4.ebuild b/games-fps/urbanterror-data/urbanterror-data-4.3.4.ebuild
16 index 556d1a44ce4..a3c4a290fb5 100644
17 --- a/games-fps/urbanterror-data/urbanterror-data-4.3.4.ebuild
18 +++ b/games-fps/urbanterror-data/urbanterror-data-4.3.4.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="6"
25 @@ -30,6 +30,7 @@ unset MY_CTR
26 LICENSE="Q3AEULA-20000111 urbanterror-4.2-maps"
27 SLOT="0"
28 KEYWORDS="~amd64 ~x86"
29 +RESTRICT="bindist"
30 DEPEND="app-arch/unzip"
31
32 S="${WORKDIR}/${MY_PN}43"