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 D87EC1382C5 for ; Fri, 20 Apr 2018 19:43:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BF57E0984; Fri, 20 Apr 2018 19:43:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [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 52DA3E0984 for ; Fri, 20 Apr 2018 19:43:46 +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 A1721335C74 for ; Fri, 20 Apr 2018 19:43:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED0CE28D for ; Fri, 20 Apr 2018 19:43:42 +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: <1524253377.a75ad5f132219053c419c0022543784d4e148e3e.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/blender/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/blender/blender-2.72b-r4.ebuild X-VCS-Directories: media-gfx/blender/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: a75ad5f132219053c419c0022543784d4e148e3e X-VCS-Branch: master Date: Fri, 20 Apr 2018 19:43:42 +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: 6ee0ae55-c54c-4e1c-85eb-47f995e69ed4 X-Archives-Hash: d7ed9bb33d17beaa5d7d11626dee9aa7 commit: a75ad5f132219053c419c0022543784d4e148e3e Author: Marty E. Plummer startmail com> AuthorDate: Tue Apr 10 03:22:16 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Apr 20 19:42:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a75ad5f1 media-gfx/blender: fdo-mime->xdg-utils Package-Manager: Portage-2.3.28, Repoman-2.3.9 media-gfx/blender/blender-2.72b-r4.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-gfx/blender/blender-2.72b-r4.ebuild b/media-gfx/blender/blender-2.72b-r4.ebuild index 23b564e4206..9d68984d4e3 100644 --- a/media-gfx/blender/blender-2.72b-r4.ebuild +++ b/media-gfx/blender/blender-2.72b-r4.ebuild @@ -29,7 +29,7 @@ EAPI=6 PYTHON_COMPAT=( python3_4 ) #PATCHSET="1" -inherit multilib fdo-mime gnome2-utils cmake-utils eutils python-single-r1 versionator flag-o-matic toolchain-funcs pax-utils check-reqs +inherit multilib gnome2-utils cmake-utils eutils python-single-r1 versionator flag-o-matic toolchain-funcs pax-utils check-reqs xdg-utils DESCRIPTION="3D Creation/Animation/Publishing System" HOMEPAGE="https://www.blender.org" @@ -281,10 +281,10 @@ pkg_postinst() { ewarn gnome2_icon_cache_update - fdo-mime_desktop_database_update + xdg_desktop_database_update } pkg_postrm() { gnome2_icon_cache_update - fdo-mime_desktop_database_update + xdg_desktop_database_update }