From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 138AB58973 for ; Tue, 2 Feb 2016 16:20:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93F2821C06B; Tue, 2 Feb 2016 16:20:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 36D5121C06B for ; Tue, 2 Feb 2016 16:20:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F31234099A for ; Tue, 2 Feb 2016 16:20:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9544B8EB for ; Tue, 2 Feb 2016 16:20:16 +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: <1454430012.9419ce829ff37fa2381721ff03337207c54dcb8a.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.8.18-r1.ebuild X-VCS-Directories: x11-themes/qtcurve/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 9419ce829ff37fa2381721ff03337207c54dcb8a X-VCS-Branch: master Date: Tue, 2 Feb 2016 16:20:16 +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: 4ef14a65-6ad9-4c9e-b451-4bcc94da0451 X-Archives-Hash: 17dac1123ddc13ffabdb16997762bc29 commit: 9419ce829ff37fa2381721ff03337207c54dcb8a Author: Tobias Klausmann gentoo org> AuthorDate: Tue Feb 2 16:19:59 2016 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue Feb 2 16:20:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9419ce82 x11-themes/qtcurve: add alpha keyword Gentoo-Bug: 572114 Package-Manager: portage-2.2.27 x11-themes/qtcurve/qtcurve-1.8.18-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-themes/qtcurve/qtcurve-1.8.18-r1.ebuild b/x11-themes/qtcurve/qtcurve-1.8.18-r1.ebuild index e74b9f2..33ba8a6 100644 --- a/x11-themes/qtcurve/qtcurve-1.8.18-r1.ebuild +++ b/x11-themes/qtcurve/qtcurve-1.8.18-r1.ebuild @@ -12,11 +12,11 @@ HOMEPAGE="https://github.com/QtCurve/qtcurve" if [[ ${PV} == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/QtCurve/qtcurve.git" - KEYWORDS="" + KEYWORDS="alpha" else SRC_URI="https://github.com/QtCurve/${PN}/archive/${PV/_/}.tar.gz -> ${P}.tar.gz https://github.com/QtCurve/qtcurve/commit/020b70404f6202490d5ca131f0ec084355cb98e3.patch -> ${PN}-1.8.18-dont_use_c++11.patch" - KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" fi LICENSE="LGPL-2+"