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/
Date: Sun, 09 Jan 2022 09:30:38
Message-Id: 1641720611.3a0a35c59e0a5b88a4265174c795bc4e5043aa79.chewi@gentoo
1 commit: 3a0a35c59e0a5b88a4265174c795bc4e5043aa79
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 9 09:30:11 2022 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 9 09:30:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a0a35c5
7
8 x11-terms/st: Keyword 0.8.5 for ~m68k
9
10 Manually tested and working.
11
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 x11-terms/st/st-0.8.5.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/x11-terms/st/st-0.8.5.ebuild b/x11-terms/st/st-0.8.5.ebuild
18 index defaa3e758e2..61641700f566 100644
19 --- a/x11-terms/st/st-0.8.5.ebuild
20 +++ b/x11-terms/st/st-0.8.5.ebuild
21 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
22 EGIT_REPO_URI="https://git.suckless.org/${PN}"
23 else
24 SRC_URI="https://dl.suckless.org/${PN}/${P}.tar.gz"
25 - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~riscv ~x86"
26 + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~ppc64 ~riscv ~x86"
27 fi
28
29 LICENSE="MIT-with-advertising"