diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2017-12-10 19:02:36 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2017-12-10 19:42:23 -0500 |
commit | c4f494940fd3d8c63fe2fd475637f7b847461d0b (patch) | |
tree | 9878a7127462ec299e5f4ec7c819f8db40b1edc2 /x11-libs | |
parent | dev-libs/libqtxdg: stable on amd64 and x86 (diff) | |
download | gentoo-c4f494940fd3d8c63fe2fd475637f7b847461d0b.tar.gz gentoo-c4f494940fd3d8c63fe2fd475637f7b847461d0b.tar.bz2 gentoo-c4f494940fd3d8c63fe2fd475637f7b847461d0b.zip |
x11-libs/libfm-qt: stable on amd64 and x86
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libfm-qt/libfm-qt-0.11.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/libfm-qt/libfm-qt-0.11.1.ebuild b/x11-libs/libfm-qt/libfm-qt-0.11.1.ebuild index 91eb9ddd080d..ddf7d325f99a 100644 --- a/x11-libs/libfm-qt/libfm-qt-0.11.1.ebuild +++ b/x11-libs/libfm-qt/libfm-qt-0.11.1.ebuild @@ -10,7 +10,7 @@ if [[ "${PV}" == "9999" ]]; then EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}" else SRC_URI="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 x86" fi DESCRIPTION="Qt port of libfm, a library providing components to build desktop file managers" |