summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-09-23 18:11:23 +0200
committerMichał Górny <mgorny@gentoo.org>2019-09-23 18:11:48 +0200
commit3088353783305df24afc3a852eb43d871b6cf451 (patch)
treef467e7110ce77dec36303be76f39be1c70486afd
parentdev-ruby/facter: 3.14.2 cleanup (diff)
downloadgentoo-30883537.tar.gz
gentoo-30883537.tar.bz2
gentoo-30883537.zip
games-mods.eclass: Actually add RESTRICT=bindist this time
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--eclass/games-mods.eclass2
1 files changed, 1 insertions, 1 deletions
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) )