Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/vile/
Date: Wed, 01 Feb 2023 07:27:15
Message-Id: 1675236405.03e416a7656a999c52779923b61cae4181e2a4eb.sam@gentoo
1 commit: 03e416a7656a999c52779923b61cae4181e2a4eb
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 1 07:26:45 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 07:26:45 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03e416a7
7
8 app-editors/vile: Stabilize 9.8x amd64, #892750
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-editors/vile/vile-9.8x.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-editors/vile/vile-9.8x.ebuild b/app-editors/vile/vile-9.8x.ebuild
16 index 91e20371b305..1cad799980de 100644
17 --- a/app-editors/vile/vile-9.8x.ebuild
18 +++ b/app-editors/vile/vile-9.8x.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2022 Gentoo Authors
21 +# Copyright 1999-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -15,7 +15,7 @@ SRC_URI+=" verify-sig? ( https://invisible-island.net/archives/vile/current/${P}
26
27 LICENSE="GPL-2"
28 SLOT="0"
29 -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
30 +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
31 IUSE="perl iconv"
32
33 RDEPEND=">=sys-libs/ncurses-5.2:=