diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2023-11-09 19:57:52 +0200 |
---|---|---|
committer | Jimi Huotari <chiitoo@gentoo.org> | 2023-11-09 20:05:20 +0200 |
commit | e47d71cebcd54310704dd4526485de9ae258e42b (patch) | |
tree | 460d4a7e571072149fe4f8a06c9a64bfd2789741 /media-gfx | |
parent | x11-misc/pcmanfm-qt: bump year and lxqt-build-tools version (diff) | |
download | qt-e47d71cebcd54310704dd4526485de9ae258e42b.tar.gz qt-e47d71cebcd54310704dd4526485de9ae258e42b.tar.bz2 qt-e47d71cebcd54310704dd4526485de9ae258e42b.zip |
media-gfx/lximage-qt: bump year and lxqt-build-tools and add loong
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/lximage-qt/lximage-qt-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/lximage-qt/lximage-qt-9999.ebuild b/media-gfx/lximage-qt/lximage-qt-9999.ebuild index a961e786..28536ab0 100644 --- a/media-gfx/lximage-qt/lximage-qt-9999.ebuild +++ b/media-gfx/lximage-qt/lximage-qt-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 @@ -15,7 +15,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 ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" fi LICENSE="GPL-2 GPL-2+" @@ -23,7 +23,7 @@ SLOT="0" BDEPEND=" >=dev-qt/linguist-tools-5.15:5 - >=dev-util/lxqt-build-tools-0.12.0 + >=dev-util/lxqt-build-tools-0.13.0 virtual/pkgconfig " DEPEND=" |