Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/qtcurve/
Date: Sat, 30 Sep 2017 02:30:59
Message-Id: 1506738632.e46926542e9cf7b5d09cf5d3f5d552cbdad526be.kensington@gentoo
1 commit: e46926542e9cf7b5d09cf5d3f5d552cbdad526be
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 30 02:28:08 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 30 02:30:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4692654
7
8 x11-themes/qtcurve: restore alpha/hppa/ppc/ppc64/sparc keywords
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 x11-themes/qtcurve/qtcurve-1.9.0_rc1-r1.ebuild | 2 +-
13 x11-themes/qtcurve/qtcurve-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/x11-themes/qtcurve/qtcurve-1.9.0_rc1-r1.ebuild b/x11-themes/qtcurve/qtcurve-1.9.0_rc1-r1.ebuild
17 index e3ecaf34b03..fd64a296fdf 100644
18 --- a/x11-themes/qtcurve/qtcurve-1.9.0_rc1-r1.ebuild
19 +++ b/x11-themes/qtcurve/qtcurve-1.9.0_rc1-r1.ebuild
20 @@ -15,7 +15,7 @@ IUSE="+X gtk nls plasma qt4 +qt5 test"
21
22 if [[ "${PV}" != 9999 ]] ; then
23 SRC_URI="https://github.com/KDE/qtcurve/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz"
24 - KEYWORDS="amd64 x86"
25 + KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
26 S="${WORKDIR}/${P/_/-}"
27 fi
28
29
30 diff --git a/x11-themes/qtcurve/qtcurve-9999.ebuild b/x11-themes/qtcurve/qtcurve-9999.ebuild
31 index b31ba1a213e..4a9736491f8 100644
32 --- a/x11-themes/qtcurve/qtcurve-9999.ebuild
33 +++ b/x11-themes/qtcurve/qtcurve-9999.ebuild
34 @@ -15,7 +15,7 @@ IUSE="+X gtk nls plasma qt4 +qt5 test"
35
36 if [[ "${PV}" != 9999 ]] ; then
37 SRC_URI="https://github.com/KDE/qtcurve/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz"
38 - KEYWORDS="~amd64 ~x86"
39 + KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
40 S="${WORKDIR}/${P/_/-}"
41 fi