diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-19 23:32:11 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-19 23:32:11 +0200 |
commit | 8bc4c24273563fac524433fa93658818c75a5b7f (patch) | |
tree | 2e03fe28df3509022577fac3f0642572a40b0b67 /x11-libs/libfm-qt/libfm-qt-0.11.1.ebuild | |
parent | media-gfx/ufraw: keyword ~arm64 (diff) | |
download | gentoo-8bc4c24273563fac524433fa93658818c75a5b7f.tar.gz gentoo-8bc4c24273563fac524433fa93658818c75a5b7f.tar.bz2 gentoo-8bc4c24273563fac524433fa93658818c75a5b7f.zip |
x11-libs/libfm-qt: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'x11-libs/libfm-qt/libfm-qt-0.11.1.ebuild')
-rw-r--r-- | x11-libs/libfm-qt/libfm-qt-0.11.1.ebuild | 4 |
1 files changed, 2 insertions, 2 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 730b63f6f9b6..91eb9ddd080d 100644 --- a/x11-libs/libfm-qt/libfm-qt-0.11.1.ebuild +++ b/x11-libs/libfm-qt/libfm-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 ~x86" + KEYWORDS="~amd64 ~arm64 ~x86" fi DESCRIPTION="Qt port of libfm, a library providing components to build desktop file managers" |