commit: 3088353783305df24afc3a852eb43d871b6cf451
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 23 16:11:23 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 23 16:11:48 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30883537
games-mods.eclass: Actually add RESTRICT=bindist this time
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
eclass/games-mods.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/games-mods.eclass b/eclass/games-mods.eclass
index 9b3e3485738..bbc9423154d 100644
--- a/eclass/games-mods.eclass
+++ b/eclass/games-mods.eclass
@@ -133,7 +133,7 @@ DESCRIPTION="${GAME_NAME} ${MOD_NAME} - ${MOD_DESC}"
SLOT="0"
IUSE="dedicated opengl"
-RESTRICT="mirror strip"
+RESTRICT="bindist mirror strip"
DEPEND="app-arch/unzip"
RDEPEND="dedicated? ( $(games-mods_get_rdepend --ded) )