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 EDCE2138359 for ; Thu, 3 Sep 2020 10:09:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBB0EE0833; Thu, 3 Sep 2020 10:09:00 +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 84514E0829 for ; Thu, 3 Sep 2020 10:09:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 736D3340F2C for ; Thu, 3 Sep 2020 10:08:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94EBA347 for ; Thu, 3 Sep 2020 10:08:56 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1599127699.12a0edbc694970e4eb2b4ad3fe50454e13b91581.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/freepv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/freepv/freepv-0.3.0-r5.ebuild X-VCS-Directories: media-gfx/freepv/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 12a0edbc694970e4eb2b4ad3fe50454e13b91581 X-VCS-Branch: master Date: Thu, 3 Sep 2020 10:08:56 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 26848f49-beea-4a98-99be-965cc2e5236e X-Archives-Hash: d1f14c38cd3f10da1a066104ccaa63f2 commit: 12a0edbc694970e4eb2b4ad3fe50454e13b91581 Author: Jakov Smolic sartura hr> AuthorDate: Wed Sep 2 10:29:24 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Sep 3 10:08:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12a0edbc media-gfx/freepv: update desktop mimeinfo cache Closes: https://bugs.gentoo.org/740016 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: Joonas Niilola gentoo.org> media-gfx/freepv/freepv-0.3.0-r5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/freepv/freepv-0.3.0-r5.ebuild b/media-gfx/freepv/freepv-0.3.0-r5.ebuild index 018aec18a7d..db82a97be08 100644 --- a/media-gfx/freepv/freepv-0.3.0-r5.ebuild +++ b/media-gfx/freepv/freepv-0.3.0-r5.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit cmake-utils flag-o-matic +inherit cmake-utils flag-o-matic xdg DESCRIPTION="Panorama viewer (Quicktime, PangeaVR, GLPanoView formats)" HOMEPAGE="http://freepv.sourceforge.net/"