Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libqtxdg/
Date: Sun, 08 Sep 2019 16:18:48
Message-Id: 1567959432.e0d9e29146af835a293e2b340d50aa19e1961fdb.asturm@gentoo
1 commit: e0d9e29146af835a293e2b340d50aa19e1961fdb
2 Author: Erhard F <erhard_f <AT> mailbox <DOT> org>
3 AuthorDate: Tue Sep 3 19:44:20 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 8 16:17:12 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0d9e291
7
8 dev-libs/libqtxdg: keyworded 3.3.1 for ppc64, bug #689606
9
10 Bug: https://bugs.gentoo.org/689606
11 Package-Manager: Portage-2.3.69, Repoman-2.3.16
12 Signed-off-by: Erhard Furtner <erhard_f <AT> mailbox.org>
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 dev-libs/libqtxdg/libqtxdg-3.3.1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-libs/libqtxdg/libqtxdg-3.3.1.ebuild b/dev-libs/libqtxdg/libqtxdg-3.3.1.ebuild
19 index 91b64f8020e..b9a18597a1c 100644
20 --- a/dev-libs/libqtxdg/libqtxdg-3.3.1.ebuild
21 +++ b/dev-libs/libqtxdg/libqtxdg-3.3.1.ebuild
22 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then
23 EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
24 else
25 SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
26 - KEYWORDS="amd64 ~arm ~arm64 x86"
27 + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
28 fi
29
30 LICENSE="LGPL-2.1+ Nokia-Qt-LGPL-Exception-1.1"