diff options
author | Sam James <sam@gentoo.org> | 2024-09-01 22:28:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-01 22:28:09 +0100 |
commit | 44aaf2489d8ca3d3caa20898889d7e7fd2f939e0 (patch) | |
tree | 28b1325dcf9afad9eb23d54c7b8af5934e02f706 /media-gfx | |
parent | x11-misc/pcmanfm-qt: Stabilize 2.0.0 amd64, #938702 (diff) | |
download | gentoo-44aaf2489d8ca3d3caa20898889d7e7fd2f939e0.tar.gz gentoo-44aaf2489d8ca3d3caa20898889d7e7fd2f939e0.tar.bz2 gentoo-44aaf2489d8ca3d3caa20898889d7e7fd2f939e0.zip |
media-gfx/lximage-qt: Stabilize 2.0.1 amd64, #938702
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/lximage-qt/lximage-qt-2.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/lximage-qt/lximage-qt-2.0.1.ebuild b/media-gfx/lximage-qt/lximage-qt-2.0.1.ebuild index d369079f6c01..cff2fc237659 100644 --- a/media-gfx/lximage-qt/lximage-qt-2.0.1.ebuild +++ b/media-gfx/lximage-qt/lximage-qt-2.0.1.ebuild @@ -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 ~arm64 ~riscv" + KEYWORDS="amd64 ~arm64 ~riscv" fi LICENSE="GPL-2 GPL-2+" |