Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libfm-qt/
Date: Thu, 27 Jun 2019 07:29:43
Message-Id: 1561620535.953c8b958beca3dd6b79f2f1e949b4454e4e9aa7.slyfox@gentoo
1 commit: 953c8b958beca3dd6b79f2f1e949b4454e4e9aa7
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 27 07:28:55 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 27 07:28:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=953c8b95
7
8 x11-libs/libfm-qt: keyworded 0.14.1-r2 for ppc64, bug #676874
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.16
11 RepoMan-Options: --include-arches="ppc64"
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 x11-libs/libfm-qt/libfm-qt-0.14.1-r2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/x11-libs/libfm-qt/libfm-qt-0.14.1-r2.ebuild b/x11-libs/libfm-qt/libfm-qt-0.14.1-r2.ebuild
18 index 2305e06f36f..100cff14a7f 100644
19 --- a/x11-libs/libfm-qt/libfm-qt-0.14.1-r2.ebuild
20 +++ b/x11-libs/libfm-qt/libfm-qt-0.14.1-r2.ebuild
21 @@ -13,7 +13,7 @@ if [[ "${PV}" == "9999" ]]; then
22 EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
23 else
24 SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
25 - KEYWORDS="amd64 ~arm ~arm64 x86"
26 + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
27 fi
28
29 LICENSE="GPL-2+ LGPL-2.1+"