Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/qtcurve/
Date: Tue, 02 Feb 2016 16:20:27
Message-Id: 1454430012.9419ce829ff37fa2381721ff03337207c54dcb8a.klausman@gentoo
1 commit: 9419ce829ff37fa2381721ff03337207c54dcb8a
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 2 16:19:59 2016 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 2 16:20:12 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9419ce82
7
8 x11-themes/qtcurve: add alpha keyword
9
10 Gentoo-Bug: 572114
11
12 Package-Manager: portage-2.2.27
13
14 x11-themes/qtcurve/qtcurve-1.8.18-r1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/x11-themes/qtcurve/qtcurve-1.8.18-r1.ebuild b/x11-themes/qtcurve/qtcurve-1.8.18-r1.ebuild
18 index e74b9f2..33ba8a6 100644
19 --- a/x11-themes/qtcurve/qtcurve-1.8.18-r1.ebuild
20 +++ b/x11-themes/qtcurve/qtcurve-1.8.18-r1.ebuild
21 @@ -12,11 +12,11 @@ HOMEPAGE="https://github.com/QtCurve/qtcurve"
22 if [[ ${PV} == *9999* ]]; then
23 inherit git-r3
24 EGIT_REPO_URI="https://github.com/QtCurve/qtcurve.git"
25 - KEYWORDS=""
26 + KEYWORDS="alpha"
27 else
28 SRC_URI="https://github.com/QtCurve/${PN}/archive/${PV/_/}.tar.gz -> ${P}.tar.gz
29 https://github.com/QtCurve/qtcurve/commit/020b70404f6202490d5ca131f0ec084355cb98e3.patch -> ${PN}-1.8.18-dont_use_c++11.patch"
30 - KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
31 + KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
32 fi
33
34 LICENSE="LGPL-2+"