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-action/heretic2-demo/
Date: Fri, 31 May 2019 08:24:57
Message-Id: 1559291045.e19daea57132b64c3b7828639803a1a38c4a9d05.ulm@gentoo
1 commit: e19daea57132b64c3b7828639803a1a38c4a9d05
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 31 07:46:34 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri May 31 08:24:05 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e19daea5
7
8 games-action/heretic2-demo: Add mirror and bindist restrictions.
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-action/heretic2-demo/heretic2-demo-1.06a.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/games-action/heretic2-demo/heretic2-demo-1.06a.ebuild b/games-action/heretic2-demo/heretic2-demo-1.06a.ebuild
18 index 0db2fab5233..13ff487e694 100644
19 --- a/games-action/heretic2-demo/heretic2-demo-1.06a.ebuild
20 +++ b/games-action/heretic2-demo/heretic2-demo-1.06a.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 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 @@ -13,7 +13,7 @@ LICENSE="LOKI-EULA"
28 SLOT="0"
29 KEYWORDS="~amd64 ~x86"
30 IUSE=""
31 -RESTRICT="strip"
32 +RESTRICT="strip mirror bindist"
33 QA_TEXTRELS="${GAMES_PREFIX_OPT:1}/heretic2-demo/ref_glx.so"
34
35 DEPEND="games-util/loki_patch"