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: Fri, 10 Jan 2020 01:26:19
Message-Id: 1578617444.1cc2e6d6e01b9b727093e49f9caaebd2acd90a1d.whissi@gentoo
1 commit: 1cc2e6d6e01b9b727093e49f9caaebd2acd90a1d
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 10 00:50:44 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 10 00:50:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cc2e6d6
7
8 dev-util/kdevelop-python: x86 stable (bug #703290)
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-util/kdevelop-python/kdevelop-python-5.4.5.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-util/kdevelop-python/kdevelop-python-5.4.5.ebuild b/dev-util/kdevelop-python/kdevelop-python-5.4.5.ebuild
17 index 613839b2f02..5cd079d31e5 100644
18 --- a/dev-util/kdevelop-python/kdevelop-python-5.4.5.ebuild
19 +++ b/dev-util/kdevelop-python/kdevelop-python-5.4.5.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -11,7 +11,7 @@ QTMIN=5.12.3
27 inherit ecm kde.org python-single-r1
28
29 if [[ ${KDE_BUILD_TYPE} = release ]]; then
30 - KEYWORDS="amd64 ~x86"
31 + KEYWORDS="amd64 x86"
32 fi
33
34 DESCRIPTION="Python plugin for KDevelop"