diff options
author | Paolo Pedroni <paolo.pedroni@iol.it> | 2015-11-27 16:49:17 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-11-28 17:32:43 +0000 |
commit | 017eada826b7ca0a1ae561f567e190f0909b15cd (patch) | |
tree | cf0d559e8a8e68f44b7a69dbbb3341dd6b35ff0a /x11-misc | |
parent | lxqt-base/lxqt-meta: Fix indentation in metadata.xml file. (diff) | |
download | gentoo-017eada826b7ca0a1ae561f567e190f0909b15cd.tar.gz gentoo-017eada826b7ca0a1ae561f567e190f0909b15cd.tar.bz2 gentoo-017eada826b7ca0a1ae561f567e190f0909b15cd.zip |
lxqt-base/lxqt-*-0.10.0: drop ~arm and ~arm64
lxqt-base/liblxqt-0.10.0: drop ~arm and ~arm64
x11-misc/pcmanfm-qt-0.10.0: drop ~arm and ~arm64
kde-frameworks/solid and kde-plasma/libkscreen are not keyworded for arm
and arm64
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/pcmanfm-qt/pcmanfm-qt-0.10.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/pcmanfm-qt/pcmanfm-qt-0.10.0.ebuild b/x11-misc/pcmanfm-qt/pcmanfm-qt-0.10.0.ebuild index 47cb5417e51a..16f804bbe32e 100644 --- a/x11-misc/pcmanfm-qt/pcmanfm-qt-0.10.0.ebuild +++ b/x11-misc/pcmanfm-qt/pcmanfm-qt-0.10.0.ebuild @@ -11,7 +11,7 @@ if [[ "${PV}" == "9999" ]]; then EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}" else SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~x86" fi DESCRIPTION="Fast lightweight tabbed filemanager (Qt port)" |