public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-mahjongg/, profiles/
@ 2021-03-29  1:42 Matt Turner
  0 siblings, 0 replies; only message in thread
From: Matt Turner @ 2021-03-29  1:42 UTC (permalink / raw
  To: gentoo-commits

commit:     099515d22f7758ccb5e8ce3d22e5d8f1661ddf7a
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 29 01:41:55 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Mar 29 01:41:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=099515d2

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 <AT> gentoo.org>

 games-board/gnome-mahjongg/gnome-mahjongg-3.38.3.ebuild | 8 ++++++++
 profiles/package.mask                                   | 4 ----
 2 files changed, 8 insertions(+), 4 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 35a8f95c6d0..d6dd60a4981 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

diff --git a/profiles/package.mask b/profiles/package.mask
index 2e62daa9861..dd00f200220 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,10 +32,6 @@
 
 #--- END OF EXAMPLES ---
 
-# Matt Turner <mattst88@gentoo.org> (2021-03-28)
-# Sandbox violations, bug #778827
->=games-board/gnome-mahjongg-3.38
-
 # Andreas Sturmlechner <asturm@gentoo.org> (2021-03-28)
 # No release since 2012, depends on deprecated dev-ml/lablgtk:2, no more
 # revdeps in Gentoo ebuild repository.


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-29  1:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-29  1:42 [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-mahjongg/, profiles/ Matt Turner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox