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 675241382C5 for ; Fri, 20 Apr 2018 19:48:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88309E0978; Fri, 20 Apr 2018 19:48:09 +0000 (UTC) Received: from smtp.gentoo.org (unknown [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5FB2BE0978 for ; Fri, 20 Apr 2018 19:48:09 +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 552A4335C7D for ; Fri, 20 Apr 2018 19:48:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 800E6295 for ; Fri, 20 Apr 2018 19:48:05 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1524253655.bbe5b88e3334e3251cc8112042046e545782ed6d.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/parcellite/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/parcellite/parcellite-1.2.1.ebuild X-VCS-Directories: x11-misc/parcellite/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: bbe5b88e3334e3251cc8112042046e545782ed6d X-VCS-Branch: master Date: Fri, 20 Apr 2018 19:48:05 +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: cc27e2f6-5335-4aab-8423-bbd453e8fb9d X-Archives-Hash: 0bd590c611d71d2be69ac78afa2d6e7a commit: bbe5b88e3334e3251cc8112042046e545782ed6d Author: Marty E. Plummer startmail com> AuthorDate: Sun Apr 8 10:12:42 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Apr 20 19:47:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbe5b88e x11-misc/parcellite: fdo-mime->xdg-utils Package-Manager: Portage-2.3.28, Repoman-2.3.9 x11-misc/parcellite/parcellite-1.2.1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/x11-misc/parcellite/parcellite-1.2.1.ebuild b/x11-misc/parcellite/parcellite-1.2.1.ebuild index 171eae3726a..e70e339d09f 100644 --- a/x11-misc/parcellite/parcellite-1.2.1.ebuild +++ b/x11-misc/parcellite/parcellite-1.2.1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils fdo-mime + +inherit autotools eutils xdg-utils MY_P=${PN}-${PV/_} @@ -42,9 +43,9 @@ src_configure() { } pkg_postinst() { - fdo-mime_desktop_database_update + xdg_desktop_database_update } pkg_postrm() { - fdo-mime_desktop_database_update + xdg_desktop_database_update }