Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/moe/
Date: Mon, 29 Aug 2022 18:45:14
Message-Id: 1661798676.068ada5056d0925fac0a6f7f82f5cc5db8a44aea.ago@gentoo
1 commit: 068ada5056d0925fac0a6f7f82f5cc5db8a44aea
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 29 18:44:36 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 29 18:44:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=068ada50
7
8 app-editors/moe: amd64 stable wrt bug #865435
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11
12 app-editors/moe/moe-1.12.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-editors/moe/moe-1.12.ebuild b/app-editors/moe/moe-1.12.ebuild
16 index 8c5cdd983499..db582752da2c 100644
17 --- a/app-editors/moe/moe-1.12.ebuild
18 +++ b/app-editors/moe/moe-1.12.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.lz"
20
21 LICENSE="GPL-3"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~riscv x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="amd64 ~arm ~riscv x86 ~amd64-linux ~x86-linux"
25
26 RDEPEND="sys-libs/ncurses:="
27 DEPEND="${RDEPEND}"