Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/qtcurve/
Date: Sat, 24 Nov 2018 13:16:17
Message-Id: 1543065364.adf0ddc1b83ac17f96cd3d4fc612b4f762424d64.slyfox@gentoo
1 commit: adf0ddc1b83ac17f96cd3d4fc612b4f762424d64
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 24 13:16:04 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 24 13:16:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adf0ddc1
7
8 x11-themes/qtcurve: stable 1.9.0 for ppc/ppc64, bug #668514
9
10 Tested-by: ernsteiswuerfel
11 Package-Manager: Portage-2.3.52, Repoman-2.3.12
12 RepoMan-Options: --include-arches="ppc ppc64"
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 x11-themes/qtcurve/qtcurve-1.9.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/x11-themes/qtcurve/qtcurve-1.9.0.ebuild b/x11-themes/qtcurve/qtcurve-1.9.0.ebuild
19 index dd3ddadebd0..85ce451395d 100644
20 --- a/x11-themes/qtcurve/qtcurve-1.9.0.ebuild
21 +++ b/x11-themes/qtcurve/qtcurve-1.9.0.ebuild
22 @@ -16,7 +16,7 @@ IUSE="+X gtk nls plasma +qt5 test"
23
24 if [[ "${PV}" != 9999 ]] ; then
25 SRC_URI="https://github.com/KDE/qtcurve/archive/v${PV/_/-}.tar.gz -> ${P}.tar.gz"
26 - KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
27 + KEYWORDS="alpha amd64 ~hppa ppc ppc64 ~sparc x86"
28 S="${WORKDIR}/${P/_/-}"
29 fi