Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/tribes2/
Date: Fri, 31 May 2019 08:24:59
Message-Id: 1559291047.af4c7570fc64f5929c8768fcdae9a0374b895f93.ulm@gentoo
1 commit: af4c7570fc64f5929c8768fcdae9a0374b895f93
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 31 08:14:03 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri May 31 08:24:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af4c7570
7
8 games-fps/tribes2: Add bindist restriction.
9
10 Bug: https://bugs.gentoo.org/665108
11 Package-Manager: Portage-2.3.67, Repoman-2.3.13
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 games-fps/tribes2/tribes2-25034.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/games-fps/tribes2/tribes2-25034.ebuild b/games-fps/tribes2/tribes2-25034.ebuild
18 index 817ede1c391..9de54a92aaf 100644
19 --- a/games-fps/tribes2/tribes2-25034.ebuild
20 +++ b/games-fps/tribes2/tribes2-25034.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2012 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -16,7 +16,7 @@ SLOT="0"
28 # someone does fix the patching.
29 KEYWORDS="-amd64 ~x86"
30 IUSE=""
31 -RESTRICT="mirror strip"
32 +RESTRICT="mirror bindist strip"
33
34 DEPEND="sys-libs/glibc
35 games-util/loki_patch"