diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-03-28 21:41:55 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-03-28 21:41:58 -0400 |
commit | 099515d22f7758ccb5e8ce3d22e5d8f1661ddf7a (patch) | |
tree | e6903a7baada492e79028549b95ef05084656509 /games-board | |
parent | dev-libs/libgweather: Depend on pygobject (diff) | |
download | gentoo-099515d22f7758ccb5e8ce3d22e5d8f1661ddf7a.tar.gz gentoo-099515d22f7758ccb5e8ce3d22e5d8f1661ddf7a.tar.bz2 gentoo-099515d22f7758ccb5e8ce3d22e5d8f1661ddf7a.zip |
games-board/gnome-mahjongg: Avoid sandbox violation
The eclass handles these things for us, so we don't need to.
Closes: https://bugs.gentoo.org/778827
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/gnome-mahjongg/gnome-mahjongg-3.38.3.ebuild | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/games-board/gnome-mahjongg/gnome-mahjongg-3.38.3.ebuild b/games-board/gnome-mahjongg/gnome-mahjongg-3.38.3.ebuild index 35a8f95c6d03..d6dd60a49819 100644 --- a/games-board/gnome-mahjongg/gnome-mahjongg-3.38.3.ebuild +++ b/games-board/gnome-mahjongg/gnome-mahjongg-3.38.3.ebuild @@ -35,6 +35,14 @@ src_prepare() { vala_src_prepare } +src_configure() { + local emesonargs=( + -Dcompile-schemas=disabled + -Dupdate-icon-cache=disabled + ) + meson_src_configure +} + pkg_postinst() { xdg_pkg_postinst gnome2_schemas_update |