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 0DBDF158074 for ; Tue, 24 Jun 2025 05:04:12 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id ED60D340F8E for ; Tue, 24 Jun 2025 05:04:11 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E18A7110362; Tue, 24 Jun 2025 05:04:10 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id D45D5110362 for ; Tue, 24 Jun 2025 05:04:10 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E3B0C340F8E for ; Tue, 24 Jun 2025 05:04:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81BEE29FC for ; Tue, 24 Jun 2025 05:04:08 +0000 (UTC) From: "Jan-Espen Oversand" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jan-Espen Oversand" Message-ID: <1750741430.e3aa4a857f642567e59fde41239754f8070dd27a.sigsegv@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-db/soci/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-db/soci/soci-4.1.2.ebuild X-VCS-Directories: dev-db/soci/ X-VCS-Committer: sigsegv X-VCS-Committer-Name: Jan-Espen Oversand X-VCS-Revision: e3aa4a857f642567e59fde41239754f8070dd27a X-VCS-Branch: dev Date: Tue, 24 Jun 2025 05:04:08 +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: 2f5d7ff7-66a5-40b0-8155-34f6f6c13a44 X-Archives-Hash: b37e062eb9ec1c7f7e16a98d0120a42b commit: e3aa4a857f642567e59fde41239754f8070dd27a Author: Jan-Espen Oversand radiotube org> AuthorDate: Tue Jun 24 05:03:50 2025 +0000 Commit: Jan-Espen Oversand radiotube org> CommitDate: Tue Jun 24 05:03:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e3aa4a85 dev-db/soci: keyword 4.1.2 for ~x86 Signed-off-by: Jan-Espen Oversand radiotube.org> dev-db/soci/soci-4.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/soci/soci-4.1.2.ebuild b/dev-db/soci/soci-4.1.2.ebuild index 4a07e165de..cd4a38396d 100644 --- a/dev-db/soci/soci-4.1.2.ebuild +++ b/dev-db/soci/soci-4.1.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://sourceforge.net/projects/soci/files/soci/${P}/${P}.tar.gz/downl LICENSE="Boost-1.0" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="odbc sqlite oracle postgres mysql static-libs test lto" RESTRICT="!test? ( test )"