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 8F5621581C1 for ; Mon, 15 Jul 2024 06:05:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 323C3E2A36; Mon, 15 Jul 2024 06:05:22 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9370EE2A32 for ; Mon, 15 Jul 2024 06:05:21 +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 7A52B335D21 for ; Mon, 15 Jul 2024 06:05:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D9CE1E23 for ; Mon, 15 Jul 2024 06:05:18 +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: <1721022300.651d4a0b5ecc730f8ae45e9b8cab7baf5741c368.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-staging/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/wine-staging/wine-staging-9.13.ebuild app-emulation/wine-staging/wine-staging-9999.ebuild X-VCS-Directories: app-emulation/wine-staging/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 651d4a0b5ecc730f8ae45e9b8cab7baf5741c368 X-VCS-Branch: master Date: Mon, 15 Jul 2024 06:05:18 +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: d711d91f-43ea-463c-99ff-717713743ecd X-Archives-Hash: 07185b9341d117aa41d6dbf71d56a34e commit: 651d4a0b5ecc730f8ae45e9b8cab7baf5741c368 Author: Ionen Wolkens gentoo org> AuthorDate: Mon Jul 15 01:43:24 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon Jul 15 05:45:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=651d4a0b app-emulation/wine-staging: drop obsolete QA_FLAGS_IGNORED Probably no longer needed in 9.12 as well which did the bigger odbc changes, but have not tested that one and 9.13 has further changes which reminded me of it. Either way not super important as it was it just a bad check rather than flags actually being ignored. Signed-off-by: Ionen Wolkens gentoo.org> app-emulation/wine-staging/wine-staging-9.13.ebuild | 1 - app-emulation/wine-staging/wine-staging-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/app-emulation/wine-staging/wine-staging-9.13.ebuild b/app-emulation/wine-staging/wine-staging-9.13.ebuild index f37334b9fc3c..701e686b693b 100644 --- a/app-emulation/wine-staging/wine-staging-9.13.ebuild +++ b/app-emulation/wine-staging/wine-staging-9.13.ebuild @@ -171,7 +171,6 @@ QA_CONFIG_IMPL_DECL_SKIP=( __clear_cache # unused on amd64+x86 (bug #900334) res_getservers # false positive ) -QA_FLAGS_IGNORED="usr/lib/.*/wine/.*-unix/odbc32.so" # has no compiled objects QA_TEXTRELS="usr/lib/*/wine/i386-unix/*.so" # uses -fno-PIC -Wl,-z,notext PATCHES=( diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild index f37334b9fc3c..701e686b693b 100644 --- a/app-emulation/wine-staging/wine-staging-9999.ebuild +++ b/app-emulation/wine-staging/wine-staging-9999.ebuild @@ -171,7 +171,6 @@ QA_CONFIG_IMPL_DECL_SKIP=( __clear_cache # unused on amd64+x86 (bug #900334) res_getservers # false positive ) -QA_FLAGS_IGNORED="usr/lib/.*/wine/.*-unix/odbc32.so" # has no compiled objects QA_TEXTRELS="usr/lib/*/wine/i386-unix/*.so" # uses -fno-PIC -Wl,-z,notext PATCHES=(