Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop-python/
Date: Sat, 06 May 2017 17:20:52
Message-Id: 1494091185.7253c3a32e4c99ad53414514bdd7910fe90d6dfb.ago@gentoo
1 commit: 7253c3a32e4c99ad53414514bdd7910fe90d6dfb
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 6 17:19:45 2017 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Sat May 6 17:19:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7253c3a3
7
8 dev-util/kdevelop-python: x86 stable wrt bug #617606
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-util/kdevelop-python/kdevelop-python-5.1.0-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-util/kdevelop-python/kdevelop-python-5.1.0-r1.ebuild b/dev-util/kdevelop-python/kdevelop-python-5.1.0-r1.ebuild
18 index cd2b9864432..4e6c4ee8caa 100644
19 --- a/dev-util/kdevelop-python/kdevelop-python-5.1.0-r1.ebuild
20 +++ b/dev-util/kdevelop-python/kdevelop-python-5.1.0-r1.ebuild
21 @@ -11,7 +11,7 @@ inherit kde5 python-single-r1
22
23 DESCRIPTION="Python plugin for KDevelop"
24 IUSE=""
25 -[[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="amd64 ~x86"
26 +[[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="amd64 x86"
27
28 REQUIRED_USE="${PYTHON_REQUIRED_USE}"