Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop-python/
Date: Sat, 26 Oct 2019 22:42:22
Message-Id: 1572129715.e4a91912eb9e47d0551a0d8b84262da35a2227eb.asturm@gentoo
1 commit: e4a91912eb9e47d0551a0d8b84262da35a2227eb
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 26 22:11:26 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 26 22:41:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4a91912
7
8 dev-util/kdevelop-python: 5.4.2 amd64 stable
9
10 Bug: https://bugs.gentoo.org/696208
11 Package-Manager: Portage-2.3.78, Repoman-2.3.17
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 dev-util/kdevelop-python/kdevelop-python-5.4.2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-util/kdevelop-python/kdevelop-python-5.4.2.ebuild b/dev-util/kdevelop-python/kdevelop-python-5.4.2.ebuild
18 index 3b17d528450..e5342a7fcbd 100644
19 --- a/dev-util/kdevelop-python/kdevelop-python-5.4.2.ebuild
20 +++ b/dev-util/kdevelop-python/kdevelop-python-5.4.2.ebuild
21 @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{5,6,7} )
22 inherit kde5 python-single-r1
23
24 if [[ ${KDE_BUILD_TYPE} = release ]]; then
25 - KEYWORDS="~amd64 x86"
26 + KEYWORDS="amd64 x86"
27 fi
28
29 DESCRIPTION="Python plugin for KDevelop"