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: Tue, 01 Dec 2015 11:20:59
Message-Id: 1448968822.229a5cc3f8f6d26d3a016002c2e561140c274d7d.ago@gentoo
1 commit: 229a5cc3f8f6d26d3a016002c2e561140c274d7d
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 1 11:20:22 2015 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 1 11:20:22 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=229a5cc3
7
8 dev-util/kdevelop-python: amd64 stable wrt bug #565998
9
10 Package-Manager: portage-2.2.20.1
11 RepoMan-Options: --include-arches="amd64"
12
13 dev-util/kdevelop-python/kdevelop-python-1.7.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-util/kdevelop-python/kdevelop-python-1.7.2.ebuild b/dev-util/kdevelop-python/kdevelop-python-1.7.2.ebuild
17 index 924bb1e..ad79021 100644
18 --- a/dev-util/kdevelop-python/kdevelop-python-1.7.2.ebuild
19 +++ b/dev-util/kdevelop-python/kdevelop-python-1.7.2.ebuild
20 @@ -14,7 +14,7 @@ inherit kde4-base python-any-r1
21
22 if [[ ${KDE_BUILD_TYPE} = release ]]; then
23 SRC_URI="mirror://kde/stable/kdevelop/${KDEVELOP_VERSION}/src/${MY_P}.tar.xz"
24 - KEYWORDS="~amd64 ~x86"
25 + KEYWORDS="amd64 ~x86"
26 S=${WORKDIR}/${MY_P}
27 fi