diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-23 18:11:23 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-23 18:11:48 +0200 |
commit | 3088353783305df24afc3a852eb43d871b6cf451 (patch) | |
tree | f467e7110ce77dec36303be76f39be1c70486afd /eclass | |
parent | dev-ruby/facter: 3.14.2 cleanup (diff) | |
download | gentoo-3088353783305df24afc3a852eb43d871b6cf451.tar.gz gentoo-3088353783305df24afc3a852eb43d871b6cf451.tar.bz2 gentoo-3088353783305df24afc3a852eb43d871b6cf451.zip |
games-mods.eclass: Actually add RESTRICT=bindist this time
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/games-mods.eclass | 2 |
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) ) |