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: eclass/
Date: Mon, 23 Sep 2019 16:11:56
Message-Id: 1569255108.3088353783305df24afc3a852eb43d871b6cf451.mgorny@gentoo
1 commit: 3088353783305df24afc3a852eb43d871b6cf451
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 23 16:11:23 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 23 16:11:48 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30883537
7
8 games-mods.eclass: Actually add RESTRICT=bindist this time
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 eclass/games-mods.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/games-mods.eclass b/eclass/games-mods.eclass
16 index 9b3e3485738..bbc9423154d 100644
17 --- a/eclass/games-mods.eclass
18 +++ b/eclass/games-mods.eclass
19 @@ -133,7 +133,7 @@ DESCRIPTION="${GAME_NAME} ${MOD_NAME} - ${MOD_DESC}"
20
21 SLOT="0"
22 IUSE="dedicated opengl"
23 -RESTRICT="mirror strip"
24 +RESTRICT="bindist mirror strip"
25
26 DEPEND="app-arch/unzip"
27 RDEPEND="dedicated? ( $(games-mods_get_rdepend --ded) )