Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: kde-base/kimono/
Date: Mon, 30 Nov 2020 02:19:33
Message-Id: 1606702758.2ec2fc4e21b7ae9649ecd4b15616f62126a69868.asturm@gentoo
1 commit: 2ec2fc4e21b7ae9649ecd4b15616f62126a69868
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 30 02:04:41 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 30 02:19:18 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=2ec2fc4e
7
8 kde-base/kimono: Drop ~ppc, ~ppc64 KEYWORDS
9
10 Package-Manager: Portage-3.0.11, Repoman-3.0.2
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-base/kimono/kimono-4.14.3.ebuild | 7 ++++---
14 1 file changed, 4 insertions(+), 3 deletions(-)
15
16 diff --git a/kde-base/kimono/kimono-4.14.3.ebuild b/kde-base/kimono/kimono-4.14.3.ebuild
17 index e9407bf3..6d917352 100644
18 --- a/kde-base/kimono/kimono-4.14.3.ebuild
19 +++ b/kde-base/kimono/kimono-4.14.3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -6,7 +6,7 @@ EAPI=5
27 inherit mono-env kde4-base
28
29 DESCRIPTION="C# bindings for KDE"
30 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
31 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
32 IUSE="akonadi debug plasma"
33
34 DEPEND="
35 @@ -26,7 +26,8 @@ pkg_setup() {
36 src_prepare() {
37 kde4-base_src_prepare
38
39 - sed -i "/add_subdirectory( examples )/ s:^:#:" plasma/CMakeLists.txt
40 + sed -e "/add_subdirectory( examples )/ s:^:#:" \
41 + -i plasma/CMakeLists.txt || die
42 }
43
44 src_configure() {