From 29b3b1fe79e4b922121d48a59043a52545f58785 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Tue, 12 Feb 2019 10:59:11 +0200 Subject: [PATCH] x11-misc/xdg-utils: refer to dev-util/gtk-update-icon-cache Update the elog message in postinst as gtk-update-icon-cache was split out of gtk+ a long time ago Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp --- x11-misc/xdg-utils/xdg-utils-1.1.1-r1.ebuild | 4 ++-- x11-misc/xdg-utils/xdg-utils-1.1.3-r1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-misc/xdg-utils/xdg-utils-1.1.1-r1.ebuild b/x11-misc/xdg-utils/xdg-utils-1.1.1-r1.ebuild index af90774c45dd..78ef40a63faa 100644 --- a/x11-misc/xdg-utils/xdg-utils-1.1.1-r1.ebuild +++ b/x11-misc/xdg-utils/xdg-utils-1.1.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -67,5 +67,5 @@ src_install() { } pkg_postinst() { - [[ -x $(type -P gtk-update-icon-cache) ]] || elog "Install x11-libs/gtk+:2 for the gtk-update-icon-cache command." + [[ -x $(type -P gtk-update-icon-cache) ]] || elog "Install dev-util/gtk-update-icon-cache for the gtk-update-icon-cache command." } diff --git a/x11-misc/xdg-utils/xdg-utils-1.1.3-r1.ebuild b/x11-misc/xdg-utils/xdg-utils-1.1.3-r1.ebuild index 17f10243d785..4e46bf29f1ae 100644 --- a/x11-misc/xdg-utils/xdg-utils-1.1.3-r1.ebuild +++ b/x11-misc/xdg-utils/xdg-utils-1.1.3-r1.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 @@ -74,5 +74,5 @@ src_install() { pkg_postinst() { [[ -x $(type -P gtk-update-icon-cache) ]] \ - || elog "Install x11-libs/gtk+:2 for the gtk-update-icon-cache command." + || elog "Install dev-util/gtk-update-icon-cache for the gtk-update-icon-cache command." } -- 2.26.2