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 836A6138336 for ; Tue, 19 Jun 2018 14:32:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4247E0909; Tue, 19 Jun 2018 14:32:09 +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 7BF7BE090E for ; Tue, 19 Jun 2018 14:32:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CE7E0335C9F for ; Tue, 19 Jun 2018 14:32:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 021342E9 for ; Tue, 19 Jun 2018 14:32:05 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1529418719.d1e96f30b4e5f636c51305d11213f00f588725c1.klausman@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-r2.ebuild X-VCS-Directories: x11-themes/qtcurve/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: d1e96f30b4e5f636c51305d11213f00f588725c1 X-VCS-Branch: master Date: Tue, 19 Jun 2018 14:32:05 +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: 2b3fdf4f-467a-4c86-b20e-7205d6477639 X-Archives-Hash: aa8e9030394d9ab0e778da9e199d7f6d commit: d1e96f30b4e5f636c51305d11213f00f588725c1 Author: Tobias Klausmann gentoo org> AuthorDate: Tue Jun 19 14:31:43 2018 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue Jun 19 14:31:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1e96f30 x11-themes/qtcurve-1.9.0_rc1-r2: alpha stable Gentoo-Bug: http://bugs.gentoo.org/656612 x11-themes/qtcurve/qtcurve-1.9.0_rc1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-themes/qtcurve/qtcurve-1.9.0_rc1-r2.ebuild b/x11-themes/qtcurve/qtcurve-1.9.0_rc1-r2.ebuild index d6326f91f55..600372fcffb 100644 --- a/x11-themes/qtcurve/qtcurve-1.9.0_rc1-r2.ebuild +++ b/x11-themes/qtcurve/qtcurve-1.9.0_rc1-r2.ebuild @@ -15,7 +15,7 @@ IUSE="+X gtk nls plasma +qt5 test" if [[ "${PV}" != 9999 ]] ; then SRC_URI="https://github.com/KDE/qtcurve/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86" + KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86" S="${WORKDIR}/${P/_/-}" fi