diff --git a/x11-misc/pcmanfm-qt/pcmanfm-qt-0.11.1.ebuild b/x11-misc/pcmanfm-qt/pcmanfm-qt-0.11.1.ebuild index e8cf21ba1580e..8cea8b82021cd 100644 --- a/x11-misc/pcmanfm-qt/pcmanfm-qt-0.11.1.ebuild +++ b/x11-misc/pcmanfm-qt/pcmanfm-qt-0.11.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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="Fast lightweight tabbed filemanager (Qt port)"