diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-07-31 19:34:55 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-07-31 19:34:55 +0300 |
commit | 2e9dd2f7faf0cb92f64c3647d11a0f316770a7f9 (patch) | |
tree | b0ce5035e0712da1550117a2d4c5af0a2701ef54 /x11-libs | |
parent | media-sound/pavucontrol-qt: x86 stable wrt bug #734818 (diff) | |
download | gentoo-2e9dd2f7faf0cb92f64c3647d11a0f316770a7f9.tar.gz gentoo-2e9dd2f7faf0cb92f64c3647d11a0f316770a7f9.tar.bz2 gentoo-2e9dd2f7faf0cb92f64c3647d11a0f316770a7f9.zip |
x11-libs/libfm-qt: x86 stable wrt bug #734818
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libfm-qt/libfm-qt-0.15.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/libfm-qt/libfm-qt-0.15.1-r1.ebuild b/x11-libs/libfm-qt/libfm-qt-0.15.1-r1.ebuild index 23175a3aff8d..f7b601350e68 100644 --- a/x11-libs/libfm-qt/libfm-qt-0.15.1-r1.ebuild +++ b/x11-libs/libfm-qt/libfm-qt-0.15.1-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="BSD GPL-2+ LGPL-2.1+" |