diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2021-03-25 04:00:00 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2021-03-26 10:38:02 -0400 |
commit | 1bf5d63efed1d9d2b25e22558d1ff9d1cac6aabe (patch) | |
tree | 50d80307c31d43358d1954d84ee0f82f8bc5a356 /dev-db/sqlite | |
parent | dev-db/sqlite: Version bump (3.35.2). (diff) | |
download | gentoo-1bf5d63efed1d9d2b25e22558d1ff9d1cac6aabe.tar.gz gentoo-1bf5d63efed1d9d2b25e22558d1ff9d1cac6aabe.tar.bz2 gentoo-1bf5d63efed1d9d2b25e22558d1ff9d1cac6aabe.zip |
dev-db/sqlite: 3.34.1 AMD64/X86 stabilization (bug #777990).
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'dev-db/sqlite')
-rw-r--r-- | dev-db/sqlite/sqlite-3.34.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/sqlite/sqlite-3.34.1.ebuild b/dev-db/sqlite/sqlite-3.34.1.ebuild index c76cfd53e3de..c18706a87f4f 100644 --- a/dev-db/sqlite/sqlite-3.34.1.ebuild +++ b/dev-db/sqlite/sqlite-3.34.1.ebuild @@ -22,7 +22,7 @@ fi LICENSE="public-domain" SLOT="3" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="debug doc icu +readline secure-delete static-libs tcl test tools" if [[ "${PV}" == "9999" ]]; then PROPERTIES="live" |