commit: fcf7c120b3af9e62117022ca0a875ad86d42a3d2 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Aug 15 18:09:17 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Aug 15 18:09:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcf7c120
dev-db/sqlcipher: Stabilize 4.5.5 x86, #937968 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-db/sqlcipher/sqlcipher-4.5.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/sqlcipher/sqlcipher-4.5.5.ebuild b/dev-db/sqlcipher/sqlcipher-4.5.5.ebuild index ab295c81df0f..b844e15296b0 100644 --- a/dev-db/sqlcipher/sqlcipher-4.5.5.ebuild +++ b/dev-db/sqlcipher/sqlcipher-4.5.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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