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: Sun, 01 Jan 2023 01:30:19
Message-Id: 1672536594.a6e2e54d29b754848ed65b506230fe1270eec5b8.sam@gentoo
1 commit: a6e2e54d29b754848ed65b506230fe1270eec5b8
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 1 01:29:54 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 01:29:54 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6e2e54d
7
8 dev-db/sqlite: Stabilize 3.40.1 hppa, #889142
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-db/sqlite/sqlite-3.40.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-db/sqlite/sqlite-3.40.1.ebuild b/dev-db/sqlite/sqlite-3.40.1.ebuild
16 index 8fedfa7fed3b..e701724ef344 100644
17 --- a/dev-db/sqlite/sqlite-3.40.1.ebuild
18 +++ b/dev-db/sqlite/sqlite-3.40.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2022 Gentoo Authors
21 +# Copyright 1999-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -24,7 +24,7 @@ else
26 "
27 S="${WORKDIR}/${PN}-src-${SRC_PV}"
28
29 - 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"
30 + 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"
31 fi
32
33 LICENSE="public-domain"