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 10890139694 for ; Tue, 25 Apr 2017 17:58:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55F89E0DFC; Tue, 25 Apr 2017 17:58:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 36A44E0DFC for ; Tue, 25 Apr 2017 17:58:04 +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 6ABBA341659 for ; Tue, 25 Apr 2017 17:58:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EB357444 for ; Tue, 25 Apr 2017 17:57:59 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1493143072.43f2b3e99587975fc6c9f1525d0fdf501b1c704c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/gnome2-utils.eclass X-VCS-Directories: eclass/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 43f2b3e99587975fc6c9f1525d0fdf501b1c704c X-VCS-Branch: master Date: Tue, 25 Apr 2017 17:57:59 +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-Archives-Salt: 0943584a-1493-4f15-b531-bfe706776c82 X-Archives-Hash: 5476a2b95ee93dc86267bcaae3e303b3 commit: 43f2b3e99587975fc6c9f1525d0fdf501b1c704c Author: Michał Górny gentoo org> AuthorDate: Mon Apr 17 10:47:03 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Apr 25 17:57:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43f2b3e9 gnome2-utils.eclass: Remove GNOME2_ICONS conditional (moved to gnome2) eclass/gnome2-utils.eclass | 5 ----- 1 file changed, 5 deletions(-) diff --git a/eclass/gnome2-utils.eclass b/eclass/gnome2-utils.eclass index 7db092e1ec6..a89b9885c39 100644 --- a/eclass/gnome2-utils.eclass +++ b/eclass/gnome2-utils.eclass @@ -230,11 +230,6 @@ gnome2_icon_cache_update() { return fi - if [[ -z "${GNOME2_ECLASS_ICONS}" ]]; then - debug-print "No icon cache to update" - return - fi - ebegin "Updating icons cache" local retval=0