From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1262047-garchives=archives.gentoo.org@lists.gentoo.org>
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 9B85F1382C5
	for <garchives@archives.gentoo.org>; Tue, 16 Mar 2021 22:23:06 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E3939E07A7;
	Tue, 16 Mar 2021 22:23:05 +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 C37EEE07A7
	for <gentoo-commits@lists.gentoo.org>; Tue, 16 Mar 2021 22:23:05 +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 B9505335DA3
	for <gentoo-commits@lists.gentoo.org>; Tue, 16 Mar 2021 22:23:04 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 24D954F1
	for <gentoo-commits@lists.gentoo.org>; Tue, 16 Mar 2021 22:23:03 +0000 (UTC)
From: "Piotr Karbowski" <slashbeast@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Piotr Karbowski" <slashbeast@gentoo.org>
Message-ID: <1615933380.b92c8f9b9488e706b482935ee9f8e7fe4c103dab.slashbeast@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gpicview/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-gfx/gpicview/gpicview-0.2.5-r2.ebuild
X-VCS-Directories: media-gfx/gpicview/
X-VCS-Committer: slashbeast
X-VCS-Committer-Name: Piotr Karbowski
X-VCS-Revision: b92c8f9b9488e706b482935ee9f8e7fe4c103dab
X-VCS-Branch: master
Date: Tue, 16 Mar 2021 22:23:03 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 0ff341eb-211e-4057-a9a6-86ad7252acc0
X-Archives-Hash: 8c62b63c2b74b6e10647c6520c966ed5

commit:     b92c8f9b9488e706b482935ee9f8e7fe4c103dab
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 16 22:21:57 2021 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Tue Mar 16 22:23:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b92c8f9b

media-gfx/gpicview: Fix QA warnings about .desktop files.

Went unotticed due to FEATURES=parallel-install.

Closes:https://bugs.gentoo.org/776286
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 media-gfx/gpicview/gpicview-0.2.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/gpicview/gpicview-0.2.5-r2.ebuild b/media-gfx/gpicview/gpicview-0.2.5-r2.ebuild
index b66ae5194f7..5b657769e15 100644
--- a/media-gfx/gpicview/gpicview-0.2.5-r2.ebuild
+++ b/media-gfx/gpicview/gpicview-0.2.5-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit xdg-utils
+inherit xdg
 
 DESCRIPTION="A Simple and Fast Image Viewer for X"
 HOMEPAGE="http://lxde.sourceforge.net/gpicview"