diff options
author | Sam James <sam@gentoo.org> | 2023-01-01 01:29:54 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-01 01:29:54 +0000 |
commit | a6e2e54d29b754848ed65b506230fe1270eec5b8 (patch) | |
tree | ade2c33805f5bc65ae387dab73f4ca57ec69d16e | |
parent | sys-libs/ncurses: add 6.4 (diff) | |
download | gentoo-a6e2e54d29b754848ed65b506230fe1270eec5b8.tar.gz gentoo-a6e2e54d29b754848ed65b506230fe1270eec5b8.tar.bz2 gentoo-a6e2e54d29b754848ed65b506230fe1270eec5b8.zip |
dev-db/sqlite: Stabilize 3.40.1 hppa, #889142
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-db/sqlite/sqlite-3.40.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/sqlite/sqlite-3.40.1.ebuild b/dev-db/sqlite/sqlite-3.40.1.ebuild index 8fedfa7fed3b..e701724ef344 100644 --- a/dev-db/sqlite/sqlite-3.40.1.ebuild +++ b/dev-db/sqlite/sqlite-3.40.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -24,7 +24,7 @@ else " S="${WORKDIR}/${PN}-src-${SRC_PV}" - 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" + 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" fi LICENSE="public-domain" |