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 333A71581FB for ; Sun, 24 Nov 2024 08:01:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F048E0843; Sun, 24 Nov 2024 08:01:00 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55B54E0843 for ; Sun, 24 Nov 2024 08:01:00 +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 6F06C340CBB for ; Sun, 24 Nov 2024 08:00:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A75541F41 for ; Sun, 24 Nov 2024 08:00:56 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1732435196.00d45c851abc9d45eba9f3a98ce686012471ed8b.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/sqlcipher/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/sqlcipher/sqlcipher-4.6.1.ebuild X-VCS-Directories: dev-db/sqlcipher/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 00d45c851abc9d45eba9f3a98ce686012471ed8b X-VCS-Branch: master Date: Sun, 24 Nov 2024 08:00:56 +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: 439c21a5-2396-4d0d-97a1-b49f820031d7 X-Archives-Hash: 711e1c26cc657653730c95c28edf0973 commit: 00d45c851abc9d45eba9f3a98ce686012471ed8b Author: Joonas Niilola gentoo org> AuthorDate: Sun Nov 24 07:59:56 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Nov 24 07:59:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00d45c85 dev-db/sqlcipher: Stabilize 4.6.1 x86, #944615 Signed-off-by: Joonas Niilola gentoo.org> dev-db/sqlcipher/sqlcipher-4.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/sqlcipher/sqlcipher-4.6.1.ebuild b/dev-db/sqlcipher/sqlcipher-4.6.1.ebuild index 8c23e9b3614b..d891a38d912c 100644 --- a/dev-db/sqlcipher/sqlcipher-4.6.1.ebuild +++ b/dev-db/sqlcipher/sqlcipher-4.6.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/sqlcipher/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="debug libedit readline tcl test" # Testsuite requires compilation with TCL, bug #582584 REQUIRED_USE="