Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
Date: Wed, 06 Jan 2021 13:03:50
Message-Id: 1609938220.1c75b69f60997aee61801c77e662ee33507962ba.grobian@gentoo
1 commit: 1c75b69f60997aee61801c77e662ee33507962ba
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 6 13:03:40 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 6 13:03:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c75b69f
7
8 app-editors/zile: drop x86-macos
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 app-editors/zile/zile-2.3.24-r2.ebuild | 4 ++--
14 app-editors/zile/zile-2.4.14.ebuild | 4 ++--
15 app-editors/zile/zile-2.4.15.ebuild | 2 +-
16 3 files changed, 5 insertions(+), 5 deletions(-)
17
18 diff --git a/app-editors/zile/zile-2.3.24-r2.ebuild b/app-editors/zile/zile-2.3.24-r2.ebuild
19 index c796a61701f..a283c37c087 100644
20 --- a/app-editors/zile/zile-2.3.24-r2.ebuild
21 +++ b/app-editors/zile/zile-2.3.24-r2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
29
30 LICENSE="GPL-3+"
31 SLOT="0"
32 -KEYWORDS="~alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
33 +KEYWORDS="~alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
34 IUSE="test valgrind"
35 RESTRICT="!test? ( test )"
36
37
38 diff --git a/app-editors/zile/zile-2.4.14.ebuild b/app-editors/zile/zile-2.4.14.ebuild
39 index 06dc725535f..38cea8b08e8 100644
40 --- a/app-editors/zile/zile-2.4.14.ebuild
41 +++ b/app-editors/zile/zile-2.4.14.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2020 Gentoo Authors
44 +# Copyright 1999-2021 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48 @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
49
50 LICENSE="GPL-3+"
51 SLOT="0"
52 -KEYWORDS="~alpha amd64 arm arm64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
53 +KEYWORDS="~alpha amd64 arm arm64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
54 IUSE="acl test"
55 RESTRICT="!test? ( test )"
56
57
58 diff --git a/app-editors/zile/zile-2.4.15.ebuild b/app-editors/zile/zile-2.4.15.ebuild
59 index 16a2248ef54..07c97a015ba 100644
60 --- a/app-editors/zile/zile-2.4.15.ebuild
61 +++ b/app-editors/zile/zile-2.4.15.ebuild
62 @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
63
64 LICENSE="GPL-3+"
65 SLOT="0"
66 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
67 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
68 IUSE="acl"
69
70 RDEPEND=">=dev-libs/boehm-gc-7.2:=