diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2023-11-09 20:49:40 +0200 |
---|---|---|
committer | Jimi Huotari <chiitoo@gentoo.org> | 2023-11-09 20:49:40 +0200 |
commit | b1e44684eeadb04698f88b32bbd9a6dd1773ca5f (patch) | |
tree | 90acfbf569f58036f0ef93294b139c72cb160512 | |
parent | app-misc/qtxdg-tools: bump dependencies and year and keywords (diff) | |
download | qt-b1e44684eeadb04698f88b32bbd9a6dd1773ca5f.tar.gz qt-b1e44684eeadb04698f88b32bbd9a6dd1773ca5f.tar.bz2 qt-b1e44684eeadb04698f88b32bbd9a6dd1773ca5f.zip |
dev-util/lxqt-build-tools: bump year and keywords
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
-rw-r--r-- | dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild b/dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild index 27cb7786..8c41191e 100644 --- a/dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild +++ b/dev-util/lxqt-build-tools/lxqt-build-tools-9999.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 @@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" else SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc64 ~riscv ~x86" fi LICENSE="BSD" |