Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/qtermwidget/
Date: Wed, 20 May 2020 23:28:55
Message-Id: 1590017308.159d01583cd2610c94760db893ac2add8c50ef55.asturm@gentoo
1 commit: 159d01583cd2610c94760db893ac2add8c50ef55
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 27 18:04:34 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed May 20 23:28:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=159d0158
7
8 x11-libs/qtermwidget: sync 9999 with 0.15.0
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 x11-libs/qtermwidget/qtermwidget-9999.ebuild | 8 ++++----
15 1 file changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/x11-libs/qtermwidget/qtermwidget-9999.ebuild b/x11-libs/qtermwidget/qtermwidget-9999.ebuild
18 index 7955397d5c4..2f1859de6b2 100644
19 --- a/x11-libs/qtermwidget/qtermwidget-9999.ebuild
20 +++ b/x11-libs/qtermwidget/qtermwidget-9999.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -12,8 +12,8 @@ if [[ "${PV}" == "9999" ]]; then
28 inherit git-r3
29 EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
30 else
31 - SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
32 - KEYWORDS="~amd64 ~arm ~arm64 ~x86"
33 + SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
34 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
35 fi
36
37 LICENSE="BSD GPL-2 LGPL-2+"
38 @@ -21,7 +21,7 @@ SLOT="0/${PV}"
39
40 BDEPEND="
41 dev-qt/linguist-tools:5
42 - >=dev-util/lxqt-build-tools-0.6.0
43 + >=dev-util/lxqt-build-tools-0.7.0
44 "
45 DEPEND="
46 dev-qt/qtcore:5