From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-967971-garchives=archives.gentoo.org@lists.gentoo.org>
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 00B321396D0
	for <garchives@archives.gentoo.org>; Sat, 19 Aug 2017 15:03:14 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 66C691FC048;
	Sat, 19 Aug 2017 15:03:13 +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 43FE01FC048
	for <gentoo-commits@lists.gentoo.org>; Sat, 19 Aug 2017 15:03:13 +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 7425D341A32
	for <gentoo-commits@lists.gentoo.org>; Sat, 19 Aug 2017 15:03:12 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 39AB87B49
	for <gentoo-commits@lists.gentoo.org>; Sat, 19 Aug 2017 15:03:11 +0000 (UTC)
From: "Michael Palimaka" <kensington@gentoo.org>
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" <kensington@gentoo.org>
Message-ID: <1503154982.6f5bf319d3df639b26cae32b5d3c3b1d3e5c8fb7.kensington@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-util/kdevelop/kdevelop-5.1.1.ebuild
X-VCS-Directories: dev-util/kdevelop/
X-VCS-Committer: kensington
X-VCS-Committer-Name: Michael Palimaka
X-VCS-Revision: 6f5bf319d3df639b26cae32b5d3c3b1d3e5c8fb7
X-VCS-Branch: master
Date: Sat, 19 Aug 2017 15:03:11 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: a1ca05f8-faeb-4dce-b1e7-b3fac2904690
X-Archives-Hash: 8c14a10d255e88360cfb09e042d70d8a

commit:     6f5bf319d3df639b26cae32b5d3c3b1d3e5c8fb7
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 15:01:26 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 15:03:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f5bf319

dev-util/kdevelop: x86 stable

Gentoo-bug: 625952
Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-util/kdevelop/kdevelop-5.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/kdevelop/kdevelop-5.1.1.ebuild b/dev-util/kdevelop/kdevelop-5.1.1.ebuild
index 61a2d3a5f90..681bc324503 100644
--- a/dev-util/kdevelop/kdevelop-5.1.1.ebuild
+++ b/dev-util/kdevelop/kdevelop-5.1.1.ebuild
@@ -12,7 +12,7 @@ inherit kde5
 DESCRIPTION="Integrated Development Environment, supporting KF5/Qt, C/C++ and much more"
 LICENSE="GPL-2 LGPL-2"
 IUSE="+gdbui +ninja okteta +plasma +qmake qthelp"
-[[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="amd64 ~x86"
+[[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="amd64 x86"
 
 COMMON_DEPEND="
 	$(add_frameworks_dep kcmutils)