diff options
author | James Le Cuirot <chewi@gentoo.org> | 2022-01-09 09:30:11 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-01-09 09:30:11 +0000 |
commit | 3a0a35c59e0a5b88a4265174c795bc4e5043aa79 (patch) | |
tree | 046932f37658decb9c0f89968a006960e13a23f4 /x11-terms | |
parent | x11-terms/st-terminfo: Keyword 0.8.5 for ~m68k (diff) | |
download | gentoo-3a0a35c59e0a5b88a4265174c795bc4e5043aa79.tar.gz gentoo-3a0a35c59e0a5b88a4265174c795bc4e5043aa79.tar.bz2 gentoo-3a0a35c59e0a5b88a4265174c795bc4e5043aa79.zip |
x11-terms/st: Keyword 0.8.5 for ~m68k
Manually tested and working.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/st/st-0.8.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-terms/st/st-0.8.5.ebuild b/x11-terms/st/st-0.8.5.ebuild index defaa3e758e2..61641700f566 100644 --- a/x11-terms/st/st-0.8.5.ebuild +++ b/x11-terms/st/st-0.8.5.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://git.suckless.org/${PN}" else SRC_URI="https://dl.suckless.org/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~ppc64 ~riscv ~x86" fi LICENSE="MIT-with-advertising" |