Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/qtermwidget/
Date: Mon, 11 Mar 2019 06:51:52
Message-Id: 1552287094.7981eaaa97ba51e08afe5036fe976b57f3bc042e.kensington@gentoo
1 commit: 7981eaaa97ba51e08afe5036fe976b57f3bc042e
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 11 06:50:41 2019 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 11 06:51:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7981eaaa
7
8 x11-libs/qtermwidget: add ~ppc64 keyword
9
10 Bug: https://bugs.gentoo.org/679252
11 Package-Manager: Portage-2.3.51, Repoman-2.3.12
12 Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>
13
14 x11-libs/qtermwidget/qtermwidget-0.14.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/x11-libs/qtermwidget/qtermwidget-0.14.1.ebuild b/x11-libs/qtermwidget/qtermwidget-0.14.1.ebuild
18 index 9c367cc15cb..ad0fb2e7781 100644
19 --- a/x11-libs/qtermwidget/qtermwidget-0.14.1.ebuild
20 +++ b/x11-libs/qtermwidget/qtermwidget-0.14.1.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="BSD GPL-2 LGPL-2+"