commit: 5b7c19d78e2aa85f819438200228071d42641cfc Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Aug 15 18:09:18 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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