Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/ncdu/
Date: Sat, 27 Aug 2022 23:12:31
Message-Id: 1661616150.0433bce082dee7e45fdc5c9d72bcf044da193c20.sam@gentoo
1 commit: 0433bce082dee7e45fdc5c9d72bcf044da193c20
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 27 16:02:30 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 27 16:02:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0433bce0
7
8 sys-fs/ncdu: Stabilize 1.17 x86, #866995
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-fs/ncdu/ncdu-1.17.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-fs/ncdu/ncdu-1.17.ebuild b/sys-fs/ncdu/ncdu-1.17.ebuild
16 index 5a1e07fa8282..9047e774921b 100644
17 --- a/sys-fs/ncdu/ncdu-1.17.ebuild
18 +++ b/sys-fs/ncdu/ncdu-1.17.ebuild
19 @@ -9,7 +9,7 @@ SRC_URI="https://dev.yorhel.nl/download/${P}.tar.gz"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~alpha ~amd64 ~arm arm64 ppc ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~x64-macos"
24 +KEYWORDS="~alpha ~amd64 ~arm arm64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~x64-macos"
25
26 DEPEND="sys-libs/ncurses:=[unicode(+)]"
27 RDEPEND="${DEPEND}"