Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop-python/
Date: Thu, 04 Jan 2018 17:39:54
Message-Id: 1515087583.74f03bc3ef46fc2a6037ffbeb999ce6c41931040.zlogene@gentoo
1 commit: 74f03bc3ef46fc2a6037ffbeb999ce6c41931040
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 4 17:39:43 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 4 17:39:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74f03bc3
7
8 dev-util/kdevelop-python: amd64 stable wrt bug #642564
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 dev-util/kdevelop-python/kdevelop-python-5.2.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-util/kdevelop-python/kdevelop-python-5.2.1.ebuild b/dev-util/kdevelop-python/kdevelop-python-5.2.1.ebuild
16 index e59c88de673..ba7fd2bc14f 100644
17 --- a/dev-util/kdevelop-python/kdevelop-python-5.2.1.ebuild
18 +++ b/dev-util/kdevelop-python/kdevelop-python-5.2.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -12,7 +12,7 @@ inherit kde5 python-single-r1
26
27 DESCRIPTION="Python plugin for KDevelop"
28 IUSE=""
29 -[[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="~amd64 x86"
30 +[[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="amd64 x86"
31
32 REQUIRED_USE="${PYTHON_REQUIRED_USE}"