diff options
author | James Le Cuirot <chewi@gentoo.org> | 2022-01-09 09:29:51 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-01-09 09:29:51 +0000 |
commit | 195a2f7c5a1cc3b9a0d87a9341b54b0c31951885 (patch) | |
tree | 90ddaeca58c75c5398771e625312bf20e172d24c /x11-terms/st-terminfo | |
parent | media-video/pipewire: fix lv2 dep (diff) | |
download | gentoo-195a2f7c5a1cc3b9a0d87a9341b54b0c31951885.tar.gz gentoo-195a2f7c5a1cc3b9a0d87a9341b54b0c31951885.tar.bz2 gentoo-195a2f7c5a1cc3b9a0d87a9341b54b0c31951885.zip |
x11-terms/st-terminfo: Keyword 0.8.5 for ~m68k
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'x11-terms/st-terminfo')
-rw-r--r-- | x11-terms/st-terminfo/st-terminfo-0.8.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-terms/st-terminfo/st-terminfo-0.8.5.ebuild b/x11-terms/st-terminfo/st-terminfo-0.8.5.ebuild index 05cc1126c2b2..e7705495c78e 100644 --- a/x11-terms/st-terminfo/st-terminfo-0.8.5.ebuild +++ b/x11-terms/st-terminfo/st-terminfo-0.8.5.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then else SRC_URI="https://dl.suckless.org/st/st-${PV}.tar.gz" S="${WORKDIR}/st-${PV}" - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~ppc64 ~riscv ~x86" fi LICENSE="MIT-with-advertising" |