x11-misc/xdg-utils: refer to dev-util/gtk-update-icon-cache
authorMart Raudsepp <leio@gentoo.org>
Tue, 12 Feb 2019 08:59:11 +0000 (10:59 +0200)
committerMart Raudsepp <leio@gentoo.org>
Tue, 12 Feb 2019 11:09:24 +0000 (13:09 +0200)
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@gentoo.org>
x11-misc/xdg-utils/xdg-utils-1.1.1-r1.ebuild
x11-misc/xdg-utils/xdg-utils-1.1.3-r1.ebuild

index af90774c45dd7a477918c7d63bd9599b225e924b..78ef40a63faad19102f9ce4885a7dc4d0b86778f 100644 (file)
@@ -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."
 }
index 17f10243d785dfd9e664645855329602eb667f42..4e46bf29f1ae71ba3a6d5eaf432638dfe332c293 100644 (file)
@@ -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."
 }