diff options
author | Sam James <sam@gentoo.org> | 2021-01-23 22:55:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-23 22:55:41 +0000 |
commit | 82364b0b7717c1e0fed6cce428bf6681fae8cc76 (patch) | |
tree | bd163008858f94a05920b3206b1322707342a70f /x11-libs | |
parent | media-sound/pavucontrol-qt: Stabilize 0.16.0 x86, #766342 (diff) | |
download | gentoo-82364b0b7717c1e0fed6cce428bf6681fae8cc76.tar.gz gentoo-82364b0b7717c1e0fed6cce428bf6681fae8cc76.tar.bz2 gentoo-82364b0b7717c1e0fed6cce428bf6681fae8cc76.zip |
x11-libs/libfm-qt: Stabilize 0.16.0 x86, #766342
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libfm-qt/libfm-qt-0.16.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/libfm-qt/libfm-qt-0.16.0.ebuild b/x11-libs/libfm-qt/libfm-qt-0.16.0.ebuild index 39059a8106eb..7b04c4a72ebd 100644 --- a/x11-libs/libfm-qt/libfm-qt-0.16.0.ebuild +++ b/x11-libs/libfm-qt/libfm-qt-0.16.0.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+" |