From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CD63E1384B4 for ; Tue, 24 Nov 2015 18:50:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B6D121C0B0; Tue, 24 Nov 2015 18:50:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1FFB421C0AF for ; Tue, 24 Nov 2015 18:50:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A08B534063E for ; Tue, 24 Nov 2015 18:50:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F3D8F5D for ; Tue, 24 Nov 2015 18:50:08 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1448390982.95dc41708048bcec2680a28eecb874a12ca49fa6.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:gnome-xdg-eclasses commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/xdg-utils.eclass X-VCS-Directories: eclass/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 95dc41708048bcec2680a28eecb874a12ca49fa6 X-VCS-Branch: gnome-xdg-eclasses Date: Tue, 24 Nov 2015 18:50:08 +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: 5d9d8a86-91c0-46ed-bbc0-c8385cf7f256 X-Archives-Hash: cf23f3851fb44bc8294cfb7abd431290 commit: 95dc41708048bcec2680a28eecb874a12ca49fa6 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Tue Nov 24 18:22:39 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Tue Nov 24 18:49:42 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95dc4170 xdg-utils.eclass: drop redundant ... eclass/xdg-utils.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/xdg-utils.eclass b/eclass/xdg-utils.eclass index 9a16ea3..61d5e9d 100644 --- a/eclass/xdg-utils.eclass +++ b/eclass/xdg-utils.eclass @@ -78,7 +78,7 @@ xdg_desktop_database_update() { return fi - ebegin "Updating .desktop files database ..." + ebegin "Updating .desktop files database" "${updater}" -q "${EROOT}${DESKTOP_DATABASE_DIR}" eend $? } @@ -99,7 +99,7 @@ xdg_mimeinfo_database_update() { return fi - ebegin "Updating shared mime info database ..." + ebegin "Updating shared mime info database" "${updater}" "${EROOT}${MIMEINFO_DATABASE_DIR}" eend $? }