diff options
author | Sam James <sam@gentoo.org> | 2024-08-15 19:09:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-08-15 19:09:18 +0100 |
commit | 5b7c19d78e2aa85f819438200228071d42641cfc (patch) | |
tree | edf96d48ba81fdcd9e1cec5e1ffa1d7629f86670 /dev-db | |
parent | dev-db/sqlcipher: Stabilize 4.5.5 x86, #937968 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |