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:58
Message-Id: 1506738631.8b5c7746456bcc16734d2d59c4422a32fd35f829.kensington@gentoo
1 commit: 8b5c7746456bcc16734d2d59c4422a32fd35f829
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 30 02:26:50 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 30 02:30:31 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b5c7746
7
8 x11-themes/qtcurve: stabilise qtcurve-1.9.0_rc1-r1 for amd64/x86
9
10 Bug: https://bugs.gentoo.org/632460
11 Package-Manager: Portage-2.3.8, Repoman-2.3.3
12
13 x11-themes/qtcurve/qtcurve-1.9.0_rc1-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
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 b31ba1a213e..e3ecaf34b03 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="amd64 x86"
26 S="${WORKDIR}/${P/_/-}"
27 fi