diff options
-rw-r--r-- | x11-misc/pcmanfm-qt/pcmanfm-qt-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/pcmanfm-qt/pcmanfm-qt-2.0.0.ebuild b/x11-misc/pcmanfm-qt/pcmanfm-qt-2.0.0.ebuild index 68c3f864159d..92ef246fac77 100644 --- a/x11-misc/pcmanfm-qt/pcmanfm-qt-2.0.0.ebuild +++ b/x11-misc/pcmanfm-qt/pcmanfm-qt-2.0.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 ~arm64 ~riscv" + KEYWORDS="amd64 ~arm64 ~riscv" fi LICENSE="GPL-2 GPL-2+ LGPL-2.1+" |