Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/qtcurve/
Date: Sat, 20 Oct 2018 15:21:08
Message-Id: 1540048833.bc20fbe6321580718022b196fc62435117cab5fe.zlogene@gentoo
1 commit: bc20fbe6321580718022b196fc62435117cab5fe
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 20 15:20:33 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 20 15:20:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc20fbe6
7
8 x11-themes/qtcurve: amd64 stable wrt bug #668514
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 x11-themes/qtcurve/qtcurve-1.9.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/x11-themes/qtcurve/qtcurve-1.9.0.ebuild b/x11-themes/qtcurve/qtcurve-1.9.0.ebuild
17 index 1320bd47e40..cb783404aa5 100644
18 --- a/x11-themes/qtcurve/qtcurve-1.9.0.ebuild
19 +++ b/x11-themes/qtcurve/qtcurve-1.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 @@ -16,7 +16,7 @@ IUSE="+X gtk nls plasma +qt5 test"
27
28 if [[ "${PV}" != 9999 ]] ; then
29 SRC_URI="https://github.com/KDE/qtcurve/archive/v${PV/_/-}.tar.gz -> ${P}.tar.gz"
30 - KEYWORDS="alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
31 + KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
32 S="${WORKDIR}/${P/_/-}"
33 fi