summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-08-15 19:09:18 +0100
committerSam James <sam@gentoo.org>2024-08-15 19:09:18 +0100
commit5b7c19d78e2aa85f819438200228071d42641cfc (patch)
treeedf96d48ba81fdcd9e1cec5e1ffa1d7629f86670 /dev-db
parentdev-db/sqlcipher: Stabilize 4.5.5 x86, #937968 (diff)
downloadgentoo-5b7c19d78e2aa85f819438200228071d42641cfc.tar.gz
gentoo-5b7c19d78e2aa85f819438200228071d42641cfc.tar.bz2
gentoo-5b7c19d78e2aa85f819438200228071d42641cfc.zip
dev-db/sqlcipher: Stabilize 4.5.5 amd64, #937968
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/sqlcipher/sqlcipher-4.5.5.ebuild2
1 files changed, 1 insertions, 1 deletions
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