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 131F01384B4 for ; Fri, 25 Dec 2015 16:47:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 529AE21C001; Fri, 25 Dec 2015 16:47:34 +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 DDFCEE085C for ; Fri, 25 Dec 2015 16:47:32 +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 F11C534082B for ; Fri, 25 Dec 2015 16:47:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BAD1CF1 for ; Fri, 25 Dec 2015 16:47:29 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1451062026.41bf32b16244e3455dafbcdc0fdf699727f4412a.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kdevplatform/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/kdevplatform/kdevplatform-1.7.2.ebuild X-VCS-Directories: dev-util/kdevplatform/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 41bf32b16244e3455dafbcdc0fdf699727f4412a X-VCS-Branch: master Date: Fri, 25 Dec 2015 16:47:29 +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: be43aacd-f3ab-4d8b-bf03-25eb5c57a05c X-Archives-Hash: 0062d3a807e4f1f9397120a7ab177cef commit: 41bf32b16244e3455dafbcdc0fdf699727f4412a Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Dec 25 16:47:06 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Dec 25 16:47:06 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41bf32b1 dev-util/kdevplatform: x86 stable wrt bug #565998 Package-Manager: portage-2.2.24 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> dev-util/kdevplatform/kdevplatform-1.7.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/kdevplatform/kdevplatform-1.7.2.ebuild b/dev-util/kdevplatform/kdevplatform-1.7.2.ebuild index eaed9fa..a65dc8c 100644 --- a/dev-util/kdevplatform/kdevplatform-1.7.2.ebuild +++ b/dev-util/kdevplatform/kdevplatform-1.7.2.ebuild @@ -19,7 +19,7 @@ LICENSE="GPL-2 LGPL-2" IUSE="+classbrowser cvs debug +konsole reviewboard subversion" if [[ ${KDE_BUILD_TYPE} = release ]]; then - KEYWORDS="amd64 ~ppc ~x86" + KEYWORDS="amd64 ~ppc x86" fi RESTRICT="test"