Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/st-terminfo/
Date: Sun, 09 Jan 2022 09:30:40
Message-Id: 1641720591.195a2f7c5a1cc3b9a0d87a9341b54b0c31951885.chewi@gentoo
1 commit: 195a2f7c5a1cc3b9a0d87a9341b54b0c31951885
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 9 09:29:51 2022 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 9 09:29:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=195a2f7c
7
8 x11-terms/st-terminfo: Keyword 0.8.5 for ~m68k
9
10 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
11
12 x11-terms/st-terminfo/st-terminfo-0.8.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/x11-terms/st-terminfo/st-terminfo-0.8.5.ebuild b/x11-terms/st-terminfo/st-terminfo-0.8.5.ebuild
16 index 05cc1126c2b2..e7705495c78e 100644
17 --- a/x11-terms/st-terminfo/st-terminfo-0.8.5.ebuild
18 +++ b/x11-terms/st-terminfo/st-terminfo-0.8.5.ebuild
19 @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then
20 else
21 SRC_URI="https://dl.suckless.org/st/st-${PV}.tar.gz"
22 S="${WORKDIR}/st-${PV}"
23 - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~riscv ~x86"
24 + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~ppc64 ~riscv ~x86"
25 fi
26
27 LICENSE="MIT-with-advertising"