From: Mart Raudsepp Date: Tue, 12 Feb 2019 08:59:11 +0000 (+0200) Subject: x11-misc/xdg-utils: refer to dev-util/gtk-update-icon-cache X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=29b3b1fe79e4b922121d48a59043a52545f58785;p=gentoo.git 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 --- 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." }