From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1651103-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 8E4161581C1
	for <garchives@archives.gentoo.org>; Mon,  8 Jul 2024 16:47:13 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 94829E2BC5;
	Mon,  8 Jul 2024 16:47:12 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 77C21E2BC4
	for <gentoo-commits@lists.gentoo.org>; Mon,  8 Jul 2024 16:47:12 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id C2E03342FF7
	for <gentoo-commits@lists.gentoo.org>; Mon,  8 Jul 2024 16:47:11 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CEE11DFC
	for <gentoo-commits@lists.gentoo.org>; Mon,  8 Jul 2024 16:47:09 +0000 (UTC)
From: "David Roman" <davidroman96@gmail.com>
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 Roman" <davidroman96@gmail.com>
Message-ID: <1720335301.dfffdd4de7b4f6cc20fc470b072f9daa076ee1ff.davidroman@gentoo>
Subject: [gentoo-commits] repo/proj/guru:master commit in: games-util/xivlauncher/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: games-util/xivlauncher/xivlauncher-1.1.0.ebuild
X-VCS-Directories: games-util/xivlauncher/
X-VCS-Committer: davidroman
X-VCS-Committer-Name: David Roman
X-VCS-Revision: dfffdd4de7b4f6cc20fc470b072f9daa076ee1ff
X-VCS-Branch: master
Date: Mon,  8 Jul 2024 16:47:09 +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: 4390fe8c-bc9d-4741-a3f1-80270e751464
X-Archives-Hash: 65f62a0de5759fae0e508aeda0ff997d

commit:     dfffdd4de7b4f6cc20fc470b072f9daa076ee1ff
Author:     Edgar Luque <edgar <AT> edgarluque <DOT> com>
AuthorDate: Sun Jul  7 06:55:01 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Jul  7 06:55:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dfffdd4d

games-util/xivlauncher: Add QA_FLAGS_IGNORED and missing rdepend on glib

Signed-off-by: Edgar Luque <edgar <AT> edgarluque.com>

 games-util/xivlauncher/xivlauncher-1.1.0.ebuild | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/games-util/xivlauncher/xivlauncher-1.1.0.ebuild b/games-util/xivlauncher/xivlauncher-1.1.0.ebuild
index e136cc3ab..e847c5f11 100644
--- a/games-util/xivlauncher/xivlauncher-1.1.0.ebuild
+++ b/games-util/xivlauncher/xivlauncher-1.1.0.ebuild
@@ -273,6 +273,14 @@ RDEPEND="
 	media-libs/freetype:2
 	media-libs/glu
 	x11-libs/libSM
+	dev-libs/glib
+"
+
+QA_FLAGS_IGNORED="
+/opt/xivlauncher/libsteam_api64.so
+/opt/xivlauncher/libskeychain.so
+/opt/xivlauncher/libcimgui.so
+/opt/xivlauncher/XIVLauncher.Core
 "
 
 DOTNET_PKG_PROJECTS=("${S}/XIVLauncher.Core/XIVLauncher.Core.csproj")