diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-04-08 09:07:33 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-04-08 09:07:33 +0200 |
commit | 2ed742bcea01a808cb5e102581d1113cf1a42469 (patch) | |
tree | 34b9d076b603d2cf651ecfa2fa14403e46a936b3 /dev-db | |
parent | media-libs/quarter: x86 stable wrt bug #836846 (diff) | |
download | gentoo-2ed742bcea01a808cb5e102581d1113cf1a42469.tar.gz gentoo-2ed742bcea01a808cb5e102581d1113cf1a42469.tar.bz2 gentoo-2ed742bcea01a808cb5e102581d1113cf1a42469.zip |
dev-db/sqlcipher: x86 stable wrt bug #836922
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
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 bcf58a5295d9..3e42f15b41c7 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" |