Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/sqlite/
Date: Mon, 06 Jun 2022 15:51:31
Message-Id: 1654530643.36b9a71df172f124213cc8b7261982bf61a3f861.jsmolic@gentoo
1 commit: 36b9a71df172f124213cc8b7261982bf61a3f861
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 6 15:50:43 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 6 15:50:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36b9a71d
7
8 dev-db/sqlite: Stabilize 3.38.5 arm, #850088
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 dev-db/sqlite/sqlite-3.38.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-db/sqlite/sqlite-3.38.5.ebuild b/dev-db/sqlite/sqlite-3.38.5.ebuild
16 index 433567a65c16..19186bc10045 100644
17 --- a/dev-db/sqlite/sqlite-3.38.5.ebuild
18 +++ b/dev-db/sqlite/sqlite-3.38.5.ebuild
19 @@ -25,7 +25,7 @@ fi
20
21 LICENSE="public-domain"
22 SLOT="3"
23 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~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 ~loong ~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"