diff options
author | Sam James <sam@gentoo.org> | 2021-07-10 01:45:24 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-10 01:47:25 +0100 |
commit | 33cebf121095be913458d1f39e3789a05643525e (patch) | |
tree | ae0a21d4ec6882389abd8871ed16a01ac7634bc5 /x11-misc/pcmanfm-qt | |
parent | x11-libs/libfm-qt: Stabilize 0.17.1 amd64, #801154 (diff) | |
download | gentoo-33cebf121095be913458d1f39e3789a05643525e.tar.gz gentoo-33cebf121095be913458d1f39e3789a05643525e.tar.bz2 gentoo-33cebf121095be913458d1f39e3789a05643525e.zip |
x11-misc/pcmanfm-qt: Stabilize 0.17.0-r1 amd64, #801154
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc/pcmanfm-qt')
-rw-r--r-- | x11-misc/pcmanfm-qt/pcmanfm-qt-0.17.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/pcmanfm-qt/pcmanfm-qt-0.17.0-r1.ebuild b/x11-misc/pcmanfm-qt/pcmanfm-qt-0.17.0-r1.ebuild index 11ef42c99714..0e2853aac367 100644 --- a/x11-misc/pcmanfm-qt/pcmanfm-qt-0.17.0-r1.ebuild +++ b/x11-misc/pcmanfm-qt/pcmanfm-qt-0.17.0-r1.ebuild @@ -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 ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" fi LICENSE="GPL-2 GPL-2+ LGPL-2.1+" |