Gentoo Archives: gentoo-commits

From: Sergey Popov <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/serious-sam-tse/
Date: Mon, 03 Sep 2018 08:54:51
Message-Id: 1535964754.77f1372f00ea5be02bbd884c1b8b15d2349e2240.pinkbyte@gentoo
1 commit: 77f1372f00ea5be02bbd884c1b8b15d2349e2240
2 Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 3 08:51:36 2018 +0000
4 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 3 08:52:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77f1372f
7
8 games-fps/serious-sam-tse: restrict mirror and bindist
9
10 Bug: https://bugs.gentoo.org/665108
11 Package-Manager: Portage-2.3.40, Repoman-2.3.9
12
13 games-fps/serious-sam-tse/serious-sam-tse-1_beta1-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/games-fps/serious-sam-tse/serious-sam-tse-1_beta1-r1.ebuild b/games-fps/serious-sam-tse/serious-sam-tse-1_beta1-r1.ebuild
17 index f2ebf0bb203..266685806eb 100644
18 --- a/games-fps/serious-sam-tse/serious-sam-tse-1_beta1-r1.ebuild
19 +++ b/games-fps/serious-sam-tse/serious-sam-tse-1_beta1-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -17,7 +17,7 @@ SRC_URI="http://icculus.org/betas/ssam/${MY_PN}-${MY_PV}.sh.bin"
27 LICENSE="LOKI-EULA"
28 SLOT="0"
29 KEYWORDS="-* ~amd64 ~x86"
30 -RESTRICT="strip"
31 +RESTRICT="bindist mirror strip"
32 IUSE="alsa"
33
34 DEPEND=">=app-arch/unshield-0.6"