summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2019-02-27 22:07:43 +0200
committerMart Raudsepp <leio@gentoo.org>2019-02-27 22:08:54 +0200
commitbadcb0b0692de06cb19a5695580b3e675c899ef2 (patch)
tree364960fa90ffbf0be2f69e82f0435dea33f3bd6e /sci-geosciences
parentsys-apps/rng-tools: add support for musl (diff)
downloadgentoo-badcb0b0692de06cb19a5695580b3e675c899ef2.tar.gz
gentoo-badcb0b0692de06cb19a5695580b3e675c899ef2.tar.bz2
gentoo-badcb0b0692de06cb19a5695580b3e675c899ef2.zip
sci-geosciences/gnome-maps: ebuild touchups
Require gettext-0.19.8 as common with meson. Remove now unnecessary icon cache updates, as xdg.eclass takes care of it (and without removing them we run it twice now) Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r--sci-geosciences/gnome-maps/gnome-maps-3.30.3.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/sci-geosciences/gnome-maps/gnome-maps-3.30.3.ebuild b/sci-geosciences/gnome-maps/gnome-maps-3.30.3.ebuild
index 9d2b7e48e515..14cec826099e 100644
--- a/sci-geosciences/gnome-maps/gnome-maps-3.30.3.ebuild
+++ b/sci-geosciences/gnome-maps/gnome-maps-3.30.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -37,18 +37,16 @@ RDEPEND="
"
DEPEND="${RDEPEND}
dev-util/glib-utils
- >=sys-devel/gettext-0.19.7
+ >=sys-devel/gettext-0.19.8
virtual/pkgconfig
"
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
- gnome2_icon_cache_update
}
pkg_postinst() {
xdg_pkg_postrm
gnome2_schemas_update
- gnome2_icon_cache_update
}