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.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 049721581C1 for ; Sun, 7 Jul 2024 06:55:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45848E2B8C; Sun, 7 Jul 2024 06:55:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 2715EE2B8C for ; Sun, 7 Jul 2024 06:55:28 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 20CF7335C52 for ; Sun, 7 Jul 2024 06:55:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F67FDC4 for ; Sun, 7 Jul 2024 06:55:25 +0000 (UTC) From: "Edgar Luque" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Edgar Luque" Message-ID: <1720335301.dfffdd4de7b4f6cc20fc470b072f9daa076ee1ff.edgar@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: edgar X-VCS-Committer-Name: Edgar Luque X-VCS-Revision: dfffdd4de7b4f6cc20fc470b072f9daa076ee1ff X-VCS-Branch: dev Date: Sun, 7 Jul 2024 06:55:25 +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: 493e67e5-8c34-442f-9bc9-652b655cfb3b X-Archives-Hash: 1e3ec64467f58cc807f5712dcf1fc111 commit: dfffdd4de7b4f6cc20fc470b072f9daa076ee1ff Author: Edgar Luque edgarluque com> AuthorDate: Sun Jul 7 06:55:01 2024 +0000 Commit: Edgar Luque edgarluque 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 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")