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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 340631580E0 for ; Wed, 29 Jan 2025 18:12:17 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 1E181343090 for ; Wed, 29 Jan 2025 18:12:17 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 11E451103B6; Wed, 29 Jan 2025 18:12:16 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 04A801103B6 for ; Wed, 29 Jan 2025 18:12:15 +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 A81BE342F9B for ; Wed, 29 Jan 2025 18:12:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02CD71979 for ; Wed, 29 Jan 2025 18:12:14 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1738171361.82d95f166823c2cab46f940d200791422394b88f.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/sqlite/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/sqlite/sqlite-3.48.0-r1.ebuild X-VCS-Directories: dev-db/sqlite/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 82d95f166823c2cab46f940d200791422394b88f X-VCS-Branch: master Date: Wed, 29 Jan 2025 18:12:14 +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: 54d5801f-111d-44c7-9914-718db6847a2b X-Archives-Hash: f765e34aa572942a8d69e53af85f1a20 commit: 82d95f166823c2cab46f940d200791422394b88f Author: Jakov Smolić gentoo org> AuthorDate: Wed Jan 29 17:20:25 2025 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Wed Jan 29 17:22:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82d95f16 dev-db/sqlite: Update configure option for icu Upstream added a configure option for enabling icu support, update and use this in the ebuild Signed-off-by: Jakov Smolić gentoo.org> dev-db/sqlite/sqlite-3.48.0-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-db/sqlite/sqlite-3.48.0-r1.ebuild b/dev-db/sqlite/sqlite-3.48.0-r1.ebuild index ffb79ecc5f1d..ac6bad3b1a87 100644 --- a/dev-db/sqlite/sqlite-3.48.0-r1.ebuild +++ b/dev-db/sqlite/sqlite-3.48.0-r1.ebuild @@ -281,8 +281,7 @@ multilib_src_configure() { if use icu; then # Support ICU extension. # https://sqlite.org/compile.html#enable_icu - append-cppflags -DSQLITE_ENABLE_ICU - sed -e "s/^TLIBS = @LIBS@/& -licui18n -licuuc/" -i Makefile.in || die "sed failed" + options+=( --with-icu-config) fi options+=(