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: Fri, 13 May 2022 20:09:23
Message-Id: 1652472541.f53dd787db84272293289b4b1d9d9d4c74592f70.jsmolic@gentoo
1 commit: f53dd787db84272293289b4b1d9d9d4c74592f70
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 13 20:09:01 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Fri May 13 20:09:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f53dd787
7
8 dev-db/sqlite: Stabilize 3.38.2 amd64, #844046
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 dev-db/sqlite/sqlite-3.38.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-db/sqlite/sqlite-3.38.2.ebuild b/dev-db/sqlite/sqlite-3.38.2.ebuild
16 index 9a51b02916c7..1c331d746174 100644
17 --- a/dev-db/sqlite/sqlite-3.38.2.ebuild
18 +++ b/dev-db/sqlite/sqlite-3.38.2.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"