Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/sqlite/
Date: Thu, 08 Jul 2021 03:53:40
Message-Id: 1625716371.16ccd66ba29403f0239bc9b2d7b0e2490491507c.sam@gentoo
1 commit: 16ccd66ba29403f0239bc9b2d7b0e2490491507c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 8 03:52:51 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 8 03:52:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16ccd66b
7
8 dev-db/sqlite: Stabilize 3.35.5 arm64, #799764
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-db/sqlite/sqlite-3.35.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-db/sqlite/sqlite-3.35.5.ebuild b/dev-db/sqlite/sqlite-3.35.5.ebuild
16 index e7759136aa7..64fd3ed89e5 100644
17 --- a/dev-db/sqlite/sqlite-3.35.5.ebuild
18 +++ b/dev-db/sqlite/sqlite-3.35.5.ebuild
19 @@ -22,7 +22,7 @@ fi
20
21 LICENSE="public-domain"
22 SLOT="3"
23 -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"
24 +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"
25 IUSE="debug doc icu +readline secure-delete static-libs tcl test tools"
26 if [[ "${PV}" == "9999" ]]; then
27 PROPERTIES="live"