Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libqtxdg/
Date: Tue, 16 Oct 2018 13:08:04
Message-Id: 1539694197.c03fb18b72b58052e54c510a582273f1aeb954cf.zlogene@gentoo
1 commit: c03fb18b72b58052e54c510a582273f1aeb954cf
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 16 12:49:57 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 16 12:49:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c03fb18b
7
8 dev-libs/libqtxdg: amd64 stable wrt bug #664568
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 dev-libs/libqtxdg/libqtxdg-3.2.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-libs/libqtxdg/libqtxdg-3.2.0.ebuild b/dev-libs/libqtxdg/libqtxdg-3.2.0.ebuild
17 index 8b7be2b0ab3..db7bb699051 100644
18 --- a/dev-libs/libqtxdg/libqtxdg-3.2.0.ebuild
19 +++ b/dev-libs/libqtxdg/libqtxdg-3.2.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 @@ -13,7 +13,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 LICENSE="LGPL-2.1+ Nokia-Qt-LGPL-Exception-1.1"