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 741A01384C3 for ; Sun, 6 Sep 2015 14:35:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FD95142B4; Sun, 6 Sep 2015 14:35: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 E9105142A4 for ; Sun, 6 Sep 2015 14:35:22 +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 09F24340688 for ; Sun, 6 Sep 2015 14:35:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6108019 for ; Sun, 6 Sep 2015 14:35:19 +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: <1441550085.b962f2666456ec2caf05a973d89df57f9f4814e8.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.1.ebuild X-VCS-Directories: dev-util/kdevplatform/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: b962f2666456ec2caf05a973d89df57f9f4814e8 X-VCS-Branch: master Date: Sun, 6 Sep 2015 14:35:19 +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: 8c04f0c2-1bd6-4da8-8f83-4a2cfdd4bfdd X-Archives-Hash: 26c3579bcf63b386228841ecc0fad763 commit: b962f2666456ec2caf05a973d89df57f9f4814e8 Author: Agostino Sarubbo gentoo org> AuthorDate: Sun Sep 6 14:34:45 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sun Sep 6 14:34:45 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b962f266 dev-util/kdevplatform: ppc stable wrt bug #533386 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ppc" dev-util/kdevplatform/kdevplatform-1.7.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/kdevplatform/kdevplatform-1.7.1.ebuild b/dev-util/kdevplatform/kdevplatform-1.7.1.ebuild index 2b279cf..f15ed0f 100644 --- a/dev-util/kdevplatform/kdevplatform-1.7.1.ebuild +++ b/dev-util/kdevplatform/kdevplatform-1.7.1.ebuild @@ -21,7 +21,7 @@ IUSE="+classbrowser cvs debug +konsole reviewboard subversion" if [[ $PV == *9999 ]]; then KEYWORDS="" else - KEYWORDS="amd64 ~ppc x86" + KEYWORDS="amd64 ppc x86" fi RESTRICT="test"