From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-964666-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 74137139694 for <garchives@archives.gentoo.org>; Mon, 31 Jul 2017 12:20:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF06B1FC0F9; Mon, 31 Jul 2017 12:20:15 +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 8BF7C1FC0F9 for <gentoo-commits@lists.gentoo.org>; Mon, 31 Jul 2017 12:20:15 +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 3BCEF34182F for <gentoo-commits@lists.gentoo.org>; Mon, 31 Jul 2017 12:20:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9107874CD for <gentoo-commits@lists.gentoo.org>; Mon, 31 Jul 2017 12:20:11 +0000 (UTC) From: "Tobias Klausmann" <klausman@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, "Tobias Klausmann" <klausman@gentoo.org> Message-ID: <1501503591.863850c142f8b51052eceb17d934abe8f744a9e1.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/kdevelop-python/kdevelop-python-5.1.1.ebuild X-VCS-Directories: dev-util/kdevelop-python/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 863850c142f8b51052eceb17d934abe8f744a9e1 X-VCS-Branch: master Date: Mon, 31 Jul 2017 12:20: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: 611df859-7cca-4140-beee-0feb8f40f870 X-Archives-Hash: 89b9e68e70d9c91cfcd61f88cbd9e4ee commit: 863850c142f8b51052eceb17d934abe8f744a9e1 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org> AuthorDate: Mon Jul 31 12:19:51 2017 +0000 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org> CommitDate: Mon Jul 31 12:19:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=863850c1 dev-util/kdevelop-python-5.1.1-r0: amd64 stable Gentoo-Bug: 625952 dev-util/kdevelop-python/kdevelop-python-5.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/kdevelop-python/kdevelop-python-5.1.1.ebuild b/dev-util/kdevelop-python/kdevelop-python-5.1.1.ebuild index fe446336d5e..cd2b9864432 100644 --- a/dev-util/kdevelop-python/kdevelop-python-5.1.1.ebuild +++ b/dev-util/kdevelop-python/kdevelop-python-5.1.1.ebuild @@ -11,7 +11,7 @@ inherit kde5 python-single-r1 DESCRIPTION="Python plugin for KDevelop" IUSE="" -[[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="~amd64 ~x86" +[[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="amd64 ~x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}"