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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2BBB115852A for ; Thu, 15 Aug 2024 18:09:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE4D9E29FF; Thu, 15 Aug 2024 18:09:37 +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 pigeon.gentoo.org (Postfix) with ESMTPS id B774DE29FF for ; Thu, 15 Aug 2024 18:09:37 +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 D0BDC3430A1 for ; Thu, 15 Aug 2024 18:09:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BE3A1EF2 for ; Thu, 15 Aug 2024 18:09:35 +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: <1723745358.5b7c19d78e2aa85f819438200228071d42641cfc.sam@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.5.5.ebuild X-VCS-Directories: dev-db/sqlcipher/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5b7c19d78e2aa85f819438200228071d42641cfc X-VCS-Branch: master Date: Thu, 15 Aug 2024 18:09:35 +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: 978f4ba5-f2cb-4959-aaef-2311665e9306 X-Archives-Hash: 03bb1ef06617180e9bc17a11b5bbe1f1 commit: 5b7c19d78e2aa85f819438200228071d42641cfc Author: Sam James gentoo org> AuthorDate: Thu Aug 15 18:09:18 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Aug 15 18:09:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b7c19d7 dev-db/sqlcipher: Stabilize 4.5.5 amd64, #937968 Signed-off-by: Sam James gentoo.org> dev-db/sqlcipher/sqlcipher-4.5.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/sqlcipher/sqlcipher-4.5.5.ebuild b/dev-db/sqlcipher/sqlcipher-4.5.5.ebuild index b844e15296b0..75ec062c1486 100644 --- a/dev-db/sqlcipher/sqlcipher-4.5.5.ebuild +++ b/dev-db/sqlcipher/sqlcipher-4.5.5.ebuild @@ -11,7 +11,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" # libedit and readline support are mutually exclusive # Testsuite requires compilation with TCL, bug #582584