diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-04-08 09:06:34 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-04-08 09:06:34 +0200 |
commit | 53ca2fcb3311cd406bd16a023f15fd0299dd8668 (patch) | |
tree | e1f07cfccacfb46bdc5696f512bce8e52920d50a /dev-db | |
parent | media-libs/quarter: amd64 stable wrt bug #836846 (diff) | |
download | gentoo-53ca2fcb3311cd406bd16a023f15fd0299dd8668.tar.gz gentoo-53ca2fcb3311cd406bd16a023f15fd0299dd8668.tar.bz2 gentoo-53ca2fcb3311cd406bd16a023f15fd0299dd8668.zip |
dev-db/sqlcipher: amd64 stable wrt bug #836922
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/sqlcipher/sqlcipher-4.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/sqlcipher/sqlcipher-4.5.1.ebuild b/dev-db/sqlcipher/sqlcipher-4.5.1.ebuild index 4d7ee1fefb7f..bcf58a5295d9 100644 --- a/dev-db/sqlcipher/sqlcipher-4.5.1.ebuild +++ b/dev-db/sqlcipher/sqlcipher-4.5.1.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 static-libs tcl test" |