Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libfm-qt/
Date: Wed, 19 Jul 2017 21:32:25
Message-Id: 1500499931.8bc4c24273563fac524433fa93658818c75a5b7f.aballier@gentoo
1 commit: 8bc4c24273563fac524433fa93658818c75a5b7f
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 19 21:32:11 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 19 21:32:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bc4c242
7
8 x11-libs/libfm-qt: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 x11-libs/libfm-qt/libfm-qt-0.11.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/x11-libs/libfm-qt/libfm-qt-0.11.1.ebuild b/x11-libs/libfm-qt/libfm-qt-0.11.1.ebuild
16 index 730b63f6f9b..91eb9ddd080 100644
17 --- a/x11-libs/libfm-qt/libfm-qt-0.11.1.ebuild
18 +++ b/x11-libs/libfm-qt/libfm-qt-0.11.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -10,7 +10,7 @@ if [[ "${PV}" == "9999" ]]; then
26 EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}"
27 else
28 SRC_URI="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz"
29 - KEYWORDS="~amd64 ~x86"
30 + KEYWORDS="~amd64 ~arm64 ~x86"
31 fi
32
33 DESCRIPTION="Qt port of libfm, a library providing components to build desktop file managers"