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/
Date: Sun, 14 Oct 2018 01:44:21
Message-Id: 1539480792.c32bb8b20cbfff174f3eb8a5f75d39216a285317.whissi@gentoo
1 commit: c32bb8b20cbfff174f3eb8a5f75d39216a285317
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 14 01:33:12 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 14 01:33:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c32bb8b2
7
8 dev-util/kdevelop: 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/kdevelop-5.2.4.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-util/kdevelop/kdevelop-5.2.4.ebuild b/dev-util/kdevelop/kdevelop-5.2.4.ebuild
17 index f07d8b229fd..f9a3cea017e 100644
18 --- a/dev-util/kdevelop/kdevelop-5.2.4.ebuild
19 +++ b/dev-util/kdevelop/kdevelop-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 @@ -13,7 +13,7 @@ inherit kde5
27 DESCRIPTION="Integrated Development Environment, supporting KF5/Qt, C/C++ and much more"
28 LICENSE="GPL-2 LGPL-2"
29 IUSE="cvs +gdbui hex +plasma +qmake reviewboard subversion webkit"
30 -[[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="~amd64 ~x86"
31 +[[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="~amd64 x86"
32
33 COMMON_DEPEND="
34 $(add_frameworks_dep karchive)