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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B48651581D8 for ; Wed, 4 Dec 2024 22:58:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C78AAE0844; Wed, 4 Dec 2024 22:58:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A4BF9E0844 for ; Wed, 4 Dec 2024 22:58:55 +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 AF3D83409EC for ; Wed, 4 Dec 2024 22:58:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A91B11DE for ; Wed, 4 Dec 2024 22:58:52 +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: <1733353112.05a6e8aa6a9cffc8b562f52de8383d7575d4ac6b.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.23.ebuild X-VCS-Directories: sys-devel/gettext/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 05a6e8aa6a9cffc8b562f52de8383d7575d4ac6b X-VCS-Branch: master Date: Wed, 4 Dec 2024 22:58:52 +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: 299ba518-a738-4fcd-806d-4636d9365634 X-Archives-Hash: b3d6b7f75d7818b689b77a3423f8c38b commit: 05a6e8aa6a9cffc8b562f52de8383d7575d4ac6b Author: Sam James gentoo org> AuthorDate: Wed Dec 4 22:58:02 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 4 22:58:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05a6e8aa sys-devel/gettext: drop obsolete workaround I should've dropped this when bumping to 0.23. Signed-off-by: Sam James gentoo.org> sys-devel/gettext/gettext-0.23.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sys-devel/gettext/gettext-0.23.ebuild b/sys-devel/gettext/gettext-0.23.ebuild index 377edcb714f1..71544ab64e2f 100644 --- a/sys-devel/gettext/gettext-0.23.ebuild +++ b/sys-devel/gettext/gettext-0.23.ebuild @@ -7,7 +7,6 @@ EAPI=8 VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/gettext.asc inherit java-pkg-opt-2 libtool multilib-minimal verify-sig toolchain-funcs -inherit flag-o-matic DESCRIPTION="GNU locale utilities" HOMEPAGE="https://www.gnu.org/software/gettext/" @@ -158,9 +157,6 @@ multilib_src_configure() { ECONF_SOURCE+=/gettext-runtime fi - # should be gone on next release, for memset_s breakage - [[ ${CHOST} == *-solaris* ]] && append-cppflags -D__STDC_WANT_LIB_EXT1__=1 - econf "${myconf[@]}" }