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-terms/qterminal/
Date: Sun, 04 Nov 2018 19:14:27
Message-Id: 1541358820.3b37348d4cc3de14d6c4c141835710099464678b.whissi@gentoo
1 commit: 3b37348d4cc3de14d6c4c141835710099464678b
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 4 19:06:19 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 4 19:13:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b37348d
7
8 x11-terms/qterminal: x86 stable (bug #670014)
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.11
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 x11-terms/qterminal/qterminal-0.9.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/x11-terms/qterminal/qterminal-0.9.0.ebuild b/x11-terms/qterminal/qterminal-0.9.0.ebuild
17 index 6b2342fe629..09c158cf3c4 100644
18 --- a/x11-terms/qterminal/qterminal-0.9.0.ebuild
19 +++ b/x11-terms/qterminal/qterminal-0.9.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -10,7 +10,7 @@ if [[ ${PV} = *9999* ]]; then
27 EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
28 else
29 SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
30 - KEYWORDS="~amd64 ~arm ~arm64 ~x86"
31 + KEYWORDS="~amd64 ~arm ~arm64 x86"
32 fi
33
34 DESCRIPTION="Qt-based multitab terminal emulator"