Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop-python/
Date: Sun, 14 Oct 2018 01:44:20
Message-Id: 1539480838.9e92dbc94ef29eaecd292ff23104b74ee5f3c904.whissi@gentoo
1 commit: 9e92dbc94ef29eaecd292ff23104b74ee5f3c904
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 14 01:33:58 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 14 01:33:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e92dbc9
7
8 dev-util/kdevelop-python: x86 stable (bug #667314)
9
10 Package-Manager: Portage-2.3.50, Repoman-2.3.11
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-util/kdevelop-python/kdevelop-python-5.2.4.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-util/kdevelop-python/kdevelop-python-5.2.4.ebuild b/dev-util/kdevelop-python/kdevelop-python-5.2.4.ebuild
17 index f62599c11d9..1f2db3dd4c5 100644
18 --- a/dev-util/kdevelop-python/kdevelop-python-5.2.4.ebuild
19 +++ b/dev-util/kdevelop-python/kdevelop-python-5.2.4.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -12,7 +12,7 @@ inherit kde5 python-single-r1
27
28 DESCRIPTION="Python plugin for KDevelop"
29 IUSE=""
30 -[[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="~amd64 ~x86"
31 +[[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="~amd64 x86"
32
33 REQUIRED_USE="${PYTHON_REQUIRED_USE}"