diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-06-26 08:49:21 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-06-26 08:49:21 +0200 |
commit | ba35d8c7300c75c661e798ae76dbc490d14fa3ac (patch) | |
tree | d0ce8255218cb6bfc9cbb816c6241acdef03173e /x11-libs/libfm-qt | |
parent | app-editors/emacs: x86 stable wrt bug #688616 (diff) | |
download | gentoo-ba35d8c7300c75c661e798ae76dbc490d14fa3ac.tar.gz gentoo-ba35d8c7300c75c661e798ae76dbc490d14fa3ac.tar.bz2 gentoo-ba35d8c7300c75c661e798ae76dbc490d14fa3ac.zip |
x11-libs/libfm-qt: x86 stable wrt bug #688660
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"
Diffstat (limited to 'x11-libs/libfm-qt')
-rw-r--r-- | x11-libs/libfm-qt/libfm-qt-0.14.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/libfm-qt/libfm-qt-0.14.1-r2.ebuild b/x11-libs/libfm-qt/libfm-qt-0.14.1-r2.ebuild index 54bea0084811..33df83e33096 100644 --- a/x11-libs/libfm-qt/libfm-qt-0.14.1-r2.ebuild +++ b/x11-libs/libfm-qt/libfm-qt-0.14.1-r2.ebuild @@ -13,7 +13,7 @@ if [[ "${PV}" == "9999" ]]; then EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" else SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 x86" fi LICENSE="GPL-2+ LGPL-2.1+" |