summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-03-28 01:47:35 -0400
committerIonen Wolkens <ionen@gentoo.org>2022-03-28 01:49:59 -0400
commitc8bc7034409f8a1adb184dff243d84a77766a37a (patch)
treece4119fc98019dcc661a198c8968d43c8141e4ab /games-kids
parentdev-ruby/slop: add 4.9.2 (diff)
downloadgentoo-c8bc7034409f8a1adb184dff243d84a77766a37a.tar.gz
gentoo-c8bc7034409f8a1adb184dff243d84a77766a37a.tar.bz2
gentoo-c8bc7034409f8a1adb184dff243d84a77766a37a.zip
Revert "games-kids/gmult: fix build with meson-0.61.4"
This reverts commit 19102942b5d6049be39126e08436fd9e49dbc8e1. This workaround won't be necessary, turns out cache updates are skipped when DESTDIR is used and the failing dependency check was due to a typo in meson-0.61.4 (fixed in -r1, thanks sam). Bug: https://bugs.gentoo.org/836294 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-kids')
-rw-r--r--games-kids/gmult/files/gmult-10.0-no-icon-cache.patch8
-rw-r--r--games-kids/gmult/gmult-10.0.ebuild4
2 files changed, 0 insertions, 12 deletions
diff --git a/games-kids/gmult/files/gmult-10.0-no-icon-cache.patch b/games-kids/gmult/files/gmult-10.0-no-icon-cache.patch
deleted file mode 100644
index 2a355c17e228..000000000000
--- a/games-kids/gmult/files/gmult-10.0-no-icon-cache.patch
+++ /dev/null
@@ -1,8 +0,0 @@
-https://bugs.gentoo.org/836294
---- a/data/meson.build
-+++ b/data/meson.build
-@@ -56,3 +56,3 @@
- gnome.post_install(
-- gtk_update_icon_cache: true,
-+ gtk_update_icon_cache: false,
- )
diff --git a/games-kids/gmult/gmult-10.0.ebuild b/games-kids/gmult/gmult-10.0.ebuild
index b0c8fcd25418..6df28b33de33 100644
--- a/games-kids/gmult/gmult-10.0.ebuild
+++ b/games-kids/gmult/gmult-10.0.ebuild
@@ -26,10 +26,6 @@ BDEPEND="
$(vala_depend)
sys-devel/gettext"
-PATCHES=(
- "${FILESDIR}"/${PN}-10.0-no-icon-cache.patch
-)
-
DOCS=( NEWS.md README.md )
src_configure() {