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/doom3/
Date: Tue, 24 Sep 2019 20:39:21
Message-Id: 1569356740.2cbc325ac5ed8d419eda1b666862d5e0681fd93e.mgorny@gentoo
1 commit: 2cbc325ac5ed8d419eda1b666862d5e0681fd93e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 24 20:25:40 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 24 20:25:40 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cbc325a
7
8 games-fps/doom3: Add RESTRICT="bindist mirror"
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 games-fps/doom3/doom3-1.3.1304-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/games-fps/doom3/doom3-1.3.1304-r1.ebuild b/games-fps/doom3/doom3-1.3.1304-r1.ebuild
16 index 04242157ec3..81c27d88b6f 100644
17 --- a/games-fps/doom3/doom3-1.3.1304-r1.ebuild
18 +++ b/games-fps/doom3/doom3-1.3.1304-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -15,7 +15,7 @@ LICENSE="DOOM3"
26 SLOT="0"
27 KEYWORDS="~amd64 ~x86"
28 IUSE="cdinstall dedicated roe"
29 -RESTRICT="strip"
30 +RESTRICT="bindist mirror strip"
31
32 DEPEND="app-arch/bzip2
33 app-arch/tar"