Skip to content

Commit

Permalink
games-mods.eclass: Actually add RESTRICT=bindist this time
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Sep 23, 2019
1 parent 31c2e69 commit 3088353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/games-mods.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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) )
Expand Down

0 comments on commit 3088353

Please sign in to comment.