diff options
author | Sam James <sam@gentoo.org> | 2021-07-10 01:45:22 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-10 01:47:24 +0100 |
commit | 2b3f7481c585b48566f69e7ed5882c847f8395cc (patch) | |
tree | 27faf2747fa9c3ad0ff81a3f9a48ac8dc1f311fa /x11-libs/libfm-qt | |
parent | media-sound/pavucontrol-qt: Stabilize 0.17.0 amd64, #801154 (diff) | |
download | gentoo-2b3f7481c585b48566f69e7ed5882c847f8395cc.tar.gz gentoo-2b3f7481c585b48566f69e7ed5882c847f8395cc.tar.bz2 gentoo-2b3f7481c585b48566f69e7ed5882c847f8395cc.zip |
x11-libs/libfm-qt: Stabilize 0.17.1 amd64, #801154
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-libs/libfm-qt')
-rw-r--r-- | x11-libs/libfm-qt/libfm-qt-0.17.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/libfm-qt/libfm-qt-0.17.1.ebuild b/x11-libs/libfm-qt/libfm-qt-0.17.1.ebuild index e7f00d8d8c06..6be4abd5d622 100644 --- a/x11-libs/libfm-qt/libfm-qt-0.17.1.ebuild +++ b/x11-libs/libfm-qt/libfm-qt-0.17.1.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="BSD GPL-2+ LGPL-2.1+" |