diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-17 21:25:47 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-17 21:25:47 +0200 |
commit | da8c45f4f0f3607ae1b90072aa56129d9711a7a4 (patch) | |
tree | 76fc2d9cb6059dc07e063cf1483b8093f51d00db /x11-misc | |
parent | gui-libs/xdg-desktop-portal-lxqt: Stabilize 0.3.0 arm64, #886365 (diff) | |
download | gentoo-da8c45f4f0f3607ae1b90072aa56129d9711a7a4.tar.gz gentoo-da8c45f4f0f3607ae1b90072aa56129d9711a7a4.tar.bz2 gentoo-da8c45f4f0f3607ae1b90072aa56129d9711a7a4.zip |
x11-misc/pcmanfm-qt: Stabilize 1.2.0 arm64, #886365
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/pcmanfm-qt/pcmanfm-qt-1.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/pcmanfm-qt/pcmanfm-qt-1.2.0.ebuild b/x11-misc/pcmanfm-qt/pcmanfm-qt-1.2.0.ebuild index bc8e3d8733c9..2911b656b08b 100644 --- a/x11-misc/pcmanfm-qt/pcmanfm-qt-1.2.0.ebuild +++ b/x11-misc/pcmanfm-qt/pcmanfm-qt-1.2.0.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 ~arm ~arm64 ~loong ~ppc64 ~riscv x86" + KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" fi LICENSE="GPL-2 GPL-2+ LGPL-2.1+" |