Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/qtermwidget/
Date: Mon, 01 Mar 2021 17:18:12
Message-Id: 1614618995.8e6fd4c6738654ab9d39aed4453fc2b6b7c6a090.whissi@gentoo
1 commit: 8e6fd4c6738654ab9d39aed4453fc2b6b7c6a090
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 1 17:16:35 2021 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 1 17:16:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e6fd4c6
7
8 x11-libs/qtermwidget: x86 stable (bug #773463)
9
10 Package-Manager: Portage-3.0.16, Repoman-3.0.2
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 x11-libs/qtermwidget/qtermwidget-0.16.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/x11-libs/qtermwidget/qtermwidget-0.16.1.ebuild b/x11-libs/qtermwidget/qtermwidget-0.16.1.ebuild
17 index 8f022c1013f..c44c8466419 100644
18 --- a/x11-libs/qtermwidget/qtermwidget-0.16.1.ebuild
19 +++ b/x11-libs/qtermwidget/qtermwidget-0.16.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -13,7 +13,7 @@ if [[ "${PV}" == "9999" ]]; then
27 EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
28 else
29 SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
30 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
31 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86"
32 fi
33
34 LICENSE="BSD GPL-2 LGPL-2+"