From: Michał Górny Date: Mon, 23 Sep 2019 16:11:23 +0000 (+0200) Subject: games-mods.eclass: Actually add RESTRICT=bindist this time X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3088353783305df24afc3a852eb43d871b6cf451;p=gentoo.git games-mods.eclass: Actually add RESTRICT=bindist this time Signed-off-by: Michał Górny --- diff --git a/eclass/games-mods.eclass b/eclass/games-mods.eclass index 9b3e3485738f..bbc9423154dd 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) )