From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 28CDD1396D0 for ; Sat, 30 Sep 2017 02:30:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F2D6E0CBF; Sat, 30 Sep 2017 02:30:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1F3D9E0CBF for ; Sat, 30 Sep 2017 02:30:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 977893417E7 for ; Sat, 30 Sep 2017 02:30:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F35469095 for ; Sat, 30 Sep 2017 02:30:53 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1506738631.8b5c7746456bcc16734d2d59c4422a32fd35f829.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/qtcurve/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/qtcurve/qtcurve-1.9.0_rc1-r1.ebuild X-VCS-Directories: x11-themes/qtcurve/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 8b5c7746456bcc16734d2d59c4422a32fd35f829 X-VCS-Branch: master Date: Sat, 30 Sep 2017 02:30:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e360e529-1337-44b4-aa58-c8e981593659 X-Archives-Hash: d872fb4bfe8963e0f0819ac0a9e865ca commit: 8b5c7746456bcc16734d2d59c4422a32fd35f829 Author: Michael Palimaka gentoo org> AuthorDate: Sat Sep 30 02:26:50 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Sep 30 02:30:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b5c7746 x11-themes/qtcurve: stabilise qtcurve-1.9.0_rc1-r1 for amd64/x86 Bug: https://bugs.gentoo.org/632460 Package-Manager: Portage-2.3.8, Repoman-2.3.3 x11-themes/qtcurve/qtcurve-1.9.0_rc1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-themes/qtcurve/qtcurve-1.9.0_rc1-r1.ebuild b/x11-themes/qtcurve/qtcurve-1.9.0_rc1-r1.ebuild index b31ba1a213e..e3ecaf34b03 100644 --- a/x11-themes/qtcurve/qtcurve-1.9.0_rc1-r1.ebuild +++ b/x11-themes/qtcurve/qtcurve-1.9.0_rc1-r1.ebuild @@ -15,7 +15,7 @@ IUSE="+X gtk nls plasma qt4 +qt5 test" if [[ "${PV}" != 9999 ]] ; then SRC_URI="https://github.com/KDE/qtcurve/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" S="${WORKDIR}/${P/_/-}" fi