From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 32A1D158287 for ; Thu, 15 May 2025 07:41:56 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 1E026343864 for ; Thu, 15 May 2025 07:41:56 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0D51011047D; Thu, 15 May 2025 07:41:45 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 02BEC11047D for ; Thu, 15 May 2025 07:41:44 +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 90DEE343804 for ; Thu, 15 May 2025 07:41:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C049D28AA for ; Thu, 15 May 2025 07:41:41 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1747294818.549037dc3adf31e5aad480b538c9c0201ff3170b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gettext/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/gettext/gettext-0.22.5-r1.ebuild sys-devel/gettext/gettext-0.22.5-r2.ebuild sys-devel/gettext/gettext-0.22.5.ebuild sys-devel/gettext/gettext-0.23.1-r1.ebuild X-VCS-Directories: sys-devel/gettext/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 549037dc3adf31e5aad480b538c9c0201ff3170b X-VCS-Branch: master Date: Thu, 15 May 2025 07:41:41 +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: a665ea2c-213e-4ab5-9b62-eeb202e6b5b9 X-Archives-Hash: b986ec612222d72ae7d96b72dad8d300 commit: 549037dc3adf31e5aad480b538c9c0201ff3170b Author: Z. Liu gmail com> AuthorDate: Sat Jan 11 13:54:57 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 15 07:40:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=549037dc sys-devel/gettext: remove QA_CONFIG_IMPL_DECL_SKIP unreachable, MIN, alignof, static_assert had been suppressed by portage Signed-off-by: Z. Liu gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/40101 Closes: https://github.com/gentoo/gentoo/pull/40101 Signed-off-by: Sam James gentoo.org> sys-devel/gettext/gettext-0.22.5-r1.ebuild | 8 -------- sys-devel/gettext/gettext-0.22.5-r2.ebuild | 8 -------- sys-devel/gettext/gettext-0.22.5.ebuild | 10 +--------- sys-devel/gettext/gettext-0.23.1-r1.ebuild | 8 -------- 4 files changed, 1 insertion(+), 33 deletions(-) diff --git a/sys-devel/gettext/gettext-0.22.5-r1.ebuild b/sys-devel/gettext/gettext-0.22.5-r1.ebuild index a170dc806465..c9ee1016f9f5 100644 --- a/sys-devel/gettext/gettext-0.22.5-r1.ebuild +++ b/sys-devel/gettext/gettext-0.22.5-r1.ebuild @@ -79,14 +79,6 @@ PATCHES=( QA_SONAME_NO_SYMLINK=".*/preloadable_libintl.so" -QA_CONFIG_IMPL_DECL_SKIP=( - # bug #898570 - unreachable - MIN - alignof - static_assert -) - pkg_pretend() { [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp } diff --git a/sys-devel/gettext/gettext-0.22.5-r2.ebuild b/sys-devel/gettext/gettext-0.22.5-r2.ebuild index 6be735b1cf10..9fffec587cb8 100644 --- a/sys-devel/gettext/gettext-0.22.5-r2.ebuild +++ b/sys-devel/gettext/gettext-0.22.5-r2.ebuild @@ -74,14 +74,6 @@ PATCHES=( QA_SONAME_NO_SYMLINK=".*/preloadable_libintl.so" -QA_CONFIG_IMPL_DECL_SKIP=( - # bug #898570 - unreachable - MIN - alignof - static_assert -) - pkg_pretend() { [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp } diff --git a/sys-devel/gettext/gettext-0.22.5.ebuild b/sys-devel/gettext/gettext-0.22.5.ebuild index 88afc730dd6e..826a4441d393 100644 --- a/sys-devel/gettext/gettext-0.22.5.ebuild +++ b/sys-devel/gettext/gettext-0.22.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Note: Keep version bumps in sync with dev-libs/libintl. @@ -79,14 +79,6 @@ PATCHES=( QA_SONAME_NO_SYMLINK=".*/preloadable_libintl.so" -QA_CONFIG_IMPL_DECL_SKIP=( - # bug #898570 - unreachable - MIN - alignof - static_assert -) - pkg_pretend() { [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp } diff --git a/sys-devel/gettext/gettext-0.23.1-r1.ebuild b/sys-devel/gettext/gettext-0.23.1-r1.ebuild index 19e8f01b1a18..76ef3f745c72 100644 --- a/sys-devel/gettext/gettext-0.23.1-r1.ebuild +++ b/sys-devel/gettext/gettext-0.23.1-r1.ebuild @@ -74,14 +74,6 @@ PATCHES=( QA_SONAME_NO_SYMLINK=".*/preloadable_libintl.so" -QA_CONFIG_IMPL_DECL_SKIP=( - # bug #898570 - unreachable - MIN - alignof - static_assert -) - pkg_pretend() { [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp }