diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-08-21 00:54:30 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-08-21 00:54:30 +0200 |
commit | eacd208ce7f327a759fc3377306a19557e2d05bf (patch) | |
tree | 48c101928127451f4a162a45c30e7e8b4fcf4dee /dev-db/sqlcipher | |
parent | media-fonts/noto-cjk: x86 stable wrt bug #691514 (diff) | |
download | gentoo-eacd208ce7f327a759fc3377306a19557e2d05bf.tar.gz gentoo-eacd208ce7f327a759fc3377306a19557e2d05bf.tar.bz2 gentoo-eacd208ce7f327a759fc3377306a19557e2d05bf.zip |
dev-db/sqlcipher: x86 stable wrt bug #692190
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-db/sqlcipher')
-rw-r--r-- | dev-db/sqlcipher/sqlcipher-4.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/sqlcipher/sqlcipher-4.0.1.ebuild b/dev-db/sqlcipher/sqlcipher-4.0.1.ebuild index 494f5365df5c..587212f81091 100644 --- a/dev-db/sqlcipher/sqlcipher-4.0.1.ebuild +++ b/dev-db/sqlcipher/sqlcipher-4.0.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 libressl static-libs tcl test" |