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 9336A139083 for ; Wed, 20 Dec 2017 21:34:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC25AE10B4; Wed, 20 Dec 2017 21:34:33 +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 8F445E10B4 for ; Wed, 20 Dec 2017 21:34:32 +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 6474333BF24 for ; Wed, 20 Dec 2017 21:34:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2FD7AE70 for ; Wed, 20 Dec 2017 21:34:29 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1513805668.de11ac2eb41f0f90829b4a73dc1ac377c30aa195.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/scribus/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/scribus/scribus-1.5.3.ebuild X-VCS-Directories: app-office/scribus/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: de11ac2eb41f0f90829b4a73dc1ac377c30aa195 X-VCS-Branch: master Date: Wed, 20 Dec 2017 21:34:29 +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: 89456e92-b0c8-455f-8832-b4e723102db2 X-Archives-Hash: a0014a3e70f2378013cb9b9f50404b2b commit: de11ac2eb41f0f90829b4a73dc1ac377c30aa195 Author: Justin Lecher gentoo org> AuthorDate: Wed Dec 20 21:26:59 2017 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Dec 20 21:34:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de11ac2e app-office/scribus: fix eclass function names Signed-off-by: Justin Lecher gentoo.org> Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-office/scribus/scribus-1.5.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-office/scribus/scribus-1.5.3.ebuild b/app-office/scribus/scribus-1.5.3.ebuild index a6585de00ff..9f7a0a8ca01 100644 --- a/app-office/scribus/scribus-1.5.3.ebuild +++ b/app-office/scribus/scribus-1.5.3.ebuild @@ -199,13 +199,13 @@ pkg_preinst() { } pkg_postinst() { - fdo-xdg_desktop_database_update + xdg_desktop_database_update xdg_mimeinfo_database_update gnome2_icon_cache_update } pkg_postrm() { - fdo-xdg_desktop_database_update + xdg_desktop_database_update xdg_mimeinfo_database_update gnome2_icon_cache_update }