Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/cenon/
Date: Thu, 06 Jan 2022 22:45:47
Message-Id: 1641509137.9fe33c8a14697638f5bf62e07d600d3bfa783a71.voyageur@gentoo
1 commit: 9fe33c8a14697638f5bf62e07d600d3bfa783a71
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 6 22:44:40 2022 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 6 22:45:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fe33c8a
7
8 gnustep-apps/cenon: drop ppc keyword
9
10 ppc-specific compilation failure, don't hesitate to ping us if you are
11 interested in a ppc-keyworded cenon
12
13 Closes: https://bugs.gentoo.org/821097
14 Package-Manager: Portage-3.0.30, Repoman-3.0.3
15 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
16
17 gnustep-apps/cenon/cenon-4.0.2-r1.ebuild | 4 ++--
18 gnustep-apps/cenon/cenon-4.0.6.ebuild | 4 ++--
19 2 files changed, 4 insertions(+), 4 deletions(-)
20
21 diff --git a/gnustep-apps/cenon/cenon-4.0.2-r1.ebuild b/gnustep-apps/cenon/cenon-4.0.2-r1.ebuild
22 index 209586efc0a7..f95edddd59f8 100644
23 --- a/gnustep-apps/cenon/cenon-4.0.2-r1.ebuild
24 +++ b/gnustep-apps/cenon/cenon-4.0.2-r1.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2018 Gentoo Foundation
27 +# Copyright 1999-2022 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=5
31 @@ -9,7 +9,7 @@ S=${WORKDIR}/${PN/c/C}
32 DESCRIPTION="Cenon is a vector graphics tool for GNUstep, OpenStep and MacOSX"
33 HOMEPAGE="http://www.cenon.info/"
34 SRC_URI="http://www.cenon.zone/download/source/${P/c/C}.tar.bz2"
35 -KEYWORDS="amd64 ppc x86"
36 +KEYWORDS="amd64 x86"
37 SLOT="0"
38 LICENSE="Cenon"
39 IUSE=""
40
41 diff --git a/gnustep-apps/cenon/cenon-4.0.6.ebuild b/gnustep-apps/cenon/cenon-4.0.6.ebuild
42 index 512edd10e9d2..36e93ec53433 100644
43 --- a/gnustep-apps/cenon/cenon-4.0.6.ebuild
44 +++ b/gnustep-apps/cenon/cenon-4.0.6.ebuild
45 @@ -1,4 +1,4 @@
46 -# Copyright 1999-2019 Gentoo Authors
47 +# Copyright 1999-2022 Gentoo Authors
48 # Distributed under the terms of the GNU General Public License v2
49
50 EAPI=7
51 @@ -9,7 +9,7 @@ S=${WORKDIR}/${PN/c/C}
52 DESCRIPTION="Cenon is a vector graphics tool for GNUstep, OpenStep and MacOSX"
53 HOMEPAGE="http://www.cenon.info/"
54 SRC_URI="http://www.cenon.zone/download/source/${P/c/C}.tar.bz2"
55 -KEYWORDS="~amd64 ~ppc ~x86"
56 +KEYWORDS="~amd64 ~x86"
57 SLOT="0"
58 LICENSE="Cenon"
59 IUSE=""