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 2F9D01580B8 for ; Sat, 4 Mar 2023 12:09:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6670BE0863; Sat, 4 Mar 2023 12:08:59 +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 32C73E0855 for ; Sat, 4 Mar 2023 12:08:59 +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 458DC34136C for ; Sat, 4 Mar 2023 12:08:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4D768CD for ; Sat, 4 Mar 2023 12:08:56 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1677931585.36c70ad2b6c8ef30e1ca28a3dfb06e7f82ce7a11.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-vanilla/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/wine-vanilla/wine-vanilla-7.0.1.ebuild app-emulation/wine-vanilla/wine-vanilla-8.0.ebuild app-emulation/wine-vanilla/wine-vanilla-8.1.ebuild app-emulation/wine-vanilla/wine-vanilla-8.2.ebuild app-emulation/wine-vanilla/wine-vanilla-8.3.ebuild app-emulation/wine-vanilla/wine-vanilla-9999.ebuild X-VCS-Directories: app-emulation/wine-vanilla/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 36c70ad2b6c8ef30e1ca28a3dfb06e7f82ce7a11 X-VCS-Branch: master Date: Sat, 4 Mar 2023 12: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: bdae97fe-ac7e-44e9-87ee-21fbcaa88bcc X-Archives-Hash: 658f2091c0a93f25f6d0b320242f7fdf commit: 36c70ad2b6c8ef30e1ca28a3dfb06e7f82ce7a11 Author: Ionen Wolkens gentoo org> AuthorDate: Sat Mar 4 10:55:44 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sat Mar 4 12:06:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c70ad2 app-emulation/wine-vanilla: skip QA for implicit res_getservers Test is failing on error when it should. Signed-off-by: Ionen Wolkens gentoo.org> app-emulation/wine-vanilla/wine-vanilla-7.0.1.ebuild | 3 ++- app-emulation/wine-vanilla/wine-vanilla-8.0.ebuild | 1 + app-emulation/wine-vanilla/wine-vanilla-8.1.ebuild | 1 + app-emulation/wine-vanilla/wine-vanilla-8.2.ebuild | 1 + app-emulation/wine-vanilla/wine-vanilla-8.3.ebuild | 1 + app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 1 + 6 files changed, 7 insertions(+), 1 deletion(-) diff --git a/app-emulation/wine-vanilla/wine-vanilla-7.0.1.ebuild b/app-emulation/wine-vanilla/wine-vanilla-7.0.1.ebuild index e17d6a292d1b..5be8047387f9 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-7.0.1.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-7.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -123,6 +123,7 @@ BDEPEND=" nls? ( sys-devel/gettext )" IDEPEND=">=app-eselect/eselect-wine-2" +QA_CONFIG_IMPL_DECL_SKIP=( res_getservers ) QA_TEXTRELS="usr/lib/*/wine/i386-unix/*.so" # uses -fno-PIC -Wl,-z,notext PATCHES=( diff --git a/app-emulation/wine-vanilla/wine-vanilla-8.0.ebuild b/app-emulation/wine-vanilla/wine-vanilla-8.0.ebuild index d9b6ce69a9ec..441555bec6ca 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-8.0.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-8.0.ebuild @@ -121,6 +121,7 @@ BDEPEND=" nls? ( sys-devel/gettext )" IDEPEND=">=app-eselect/eselect-wine-2" +QA_CONFIG_IMPL_DECL_SKIP=( res_getservers ) QA_TEXTRELS="usr/lib/*/wine/i386-unix/*.so" # uses -fno-PIC -Wl,-z,notext PATCHES=( diff --git a/app-emulation/wine-vanilla/wine-vanilla-8.1.ebuild b/app-emulation/wine-vanilla/wine-vanilla-8.1.ebuild index 1aa7a660b98a..a394c2c5bfba 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-8.1.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-8.1.ebuild @@ -121,6 +121,7 @@ BDEPEND=" nls? ( sys-devel/gettext )" IDEPEND=">=app-eselect/eselect-wine-2" +QA_CONFIG_IMPL_DECL_SKIP=( res_getservers ) QA_TEXTRELS="usr/lib/*/wine/i386-unix/*.so" # uses -fno-PIC -Wl,-z,notext PATCHES=( diff --git a/app-emulation/wine-vanilla/wine-vanilla-8.2.ebuild b/app-emulation/wine-vanilla/wine-vanilla-8.2.ebuild index 1aa7a660b98a..a394c2c5bfba 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-8.2.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-8.2.ebuild @@ -121,6 +121,7 @@ BDEPEND=" nls? ( sys-devel/gettext )" IDEPEND=">=app-eselect/eselect-wine-2" +QA_CONFIG_IMPL_DECL_SKIP=( res_getservers ) QA_TEXTRELS="usr/lib/*/wine/i386-unix/*.so" # uses -fno-PIC -Wl,-z,notext PATCHES=( diff --git a/app-emulation/wine-vanilla/wine-vanilla-8.3.ebuild b/app-emulation/wine-vanilla/wine-vanilla-8.3.ebuild index 5e06e2fc960f..8aa9498430bc 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-8.3.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-8.3.ebuild @@ -122,6 +122,7 @@ BDEPEND=" nls? ( sys-devel/gettext )" IDEPEND=">=app-eselect/eselect-wine-2" +QA_CONFIG_IMPL_DECL_SKIP=( res_getservers ) QA_TEXTRELS="usr/lib/*/wine/i386-unix/*.so" # uses -fno-PIC -Wl,-z,notext PATCHES=( diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild index 5e06e2fc960f..8aa9498430bc 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild @@ -122,6 +122,7 @@ BDEPEND=" nls? ( sys-devel/gettext )" IDEPEND=">=app-eselect/eselect-wine-2" +QA_CONFIG_IMPL_DECL_SKIP=( res_getservers ) QA_TEXTRELS="usr/lib/*/wine/i386-unix/*.so" # uses -fno-PIC -Wl,-z,notext PATCHES=(