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 1CB03158074 for ; Tue, 24 Jun 2025 14:26:49 +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 F0DB7341415 for ; Tue, 24 Jun 2025 14:26:48 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id DE1F8110555; Tue, 24 Jun 2025 14:26:43 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id D3F59110555 for ; Tue, 24 Jun 2025 14:26:43 +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 85EF5341064 for ; Tue, 24 Jun 2025 14:26:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D65622A74 for ; Tue, 24 Jun 2025 14:26:41 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1750655154.68480a8cb96c9572bd89fad67f0cb81f70f89c97.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-db/soci/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-db/soci/soci-4.0.3-r4.ebuild X-VCS-Directories: dev-db/soci/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: 68480a8cb96c9572bd89fad67f0cb81f70f89c97 X-VCS-Branch: master Date: Tue, 24 Jun 2025 14:26: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: 2b7ba831-ac0a-44da-adfc-282664fd69f9 X-Archives-Hash: 36ab5d62c14f38c41e234e3ae4785dcf commit: 68480a8cb96c9572bd89fad67f0cb81f70f89c97 Author: Jan-Espen Oversand radiotube org> AuthorDate: Mon Jun 23 05:05:54 2025 +0000 Commit: Lucio Sauer posteo net> CommitDate: Mon Jun 23 05:05:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=68480a8c dev-db/soci: keyword 4.0.3-r4 for ~x86 Signed-off-by: Jan-Espen Oversand radiotube.org> dev-db/soci/soci-4.0.3-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/soci/soci-4.0.3-r4.ebuild b/dev-db/soci/soci-4.0.3-r4.ebuild index 430c6c89dd..b36989c37a 100644 --- a/dev-db/soci/soci-4.0.3-r4.ebuild +++ b/dev-db/soci/soci-4.0.3-r4.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 +cxx11" RESTRICT="!test? ( test )"