From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0170A138334 for ; Tue, 12 Feb 2019 11:10:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10030E082D; Tue, 12 Feb 2019 11:10:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DB678E0828 for ; Tue, 12 Feb 2019 11:10:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 43F11335D06 for ; Tue, 12 Feb 2019 11:10:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48CF553A for ; Tue, 12 Feb 2019 11:10:27 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1549969764.29b3b1fe79e4b922121d48a59043a52545f58785.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdg-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xdg-utils/xdg-utils-1.1.1-r1.ebuild x11-misc/xdg-utils/xdg-utils-1.1.3-r1.ebuild X-VCS-Directories: x11-misc/xdg-utils/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 29b3b1fe79e4b922121d48a59043a52545f58785 X-VCS-Branch: master Date: Tue, 12 Feb 2019 11:10:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1371b8c1-6689-460c-9584-a20141c90d9f X-Archives-Hash: 5ee7240d7576d8e113871c9346b7b656 commit: 29b3b1fe79e4b922121d48a59043a52545f58785 Author: Mart Raudsepp gentoo org> AuthorDate: Tue Feb 12 08:59:11 2019 +0000 Commit: Mart Raudsepp gentoo 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 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." }