Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tty-clock/
Date: Tue, 11 Jan 2022 02:23:49
Message-Id: 1641867813.b82d953a4707c040c85669b3229268960ad1eb10.gyakovlev@gentoo
1 commit: b82d953a4707c040c85669b3229268960ad1eb10
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 11 02:18:27 2022 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 11 02:23:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b82d953a
7
8 app-misc/tty-clock: keyword 2.3 for ~arm64
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 app-misc/tty-clock/tty-clock-2.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-misc/tty-clock/tty-clock-2.3.ebuild b/app-misc/tty-clock/tty-clock-2.3.ebuild
16 index 4118f7d9021e..15ecda1954e4 100644
17 --- a/app-misc/tty-clock/tty-clock-2.3.ebuild
18 +++ b/app-misc/tty-clock/tty-clock-2.3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 2021 Gentoo Authors
21 +# Copyright 2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/xorg62/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}
26
27 LICENSE="BSD"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~ppc64"
30 +KEYWORDS="~amd64 ~arm64 ~ppc64"
31
32 DEPEND="sys-libs/ncurses:=[unicode(+)]"
33 RDEPEND="${DEPEND}"