commit:     29b3b1fe79e4b922121d48a59043a52545f58785
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 12 08:59:11 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Feb 12 11:09:24 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29b3b1fe

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

 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 af90774c45d..78ef40a63fa 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 17f10243d78..4e46bf29f1a 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."
 }

Reply via email to