diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-26 19:52:31 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-26 19:52:31 +0200 |
commit | f3eb5e2c08e914c45bc99f28be7275be869d3fb3 (patch) | |
tree | 934241b9a664739698431fd625ebdd1c80002199 /x11-terms | |
parent | x11-terms/st: Stabilize 0.9 arm64, #892039 (diff) | |
download | gentoo-f3eb5e2c08e914c45bc99f28be7275be869d3fb3.tar.gz gentoo-f3eb5e2c08e914c45bc99f28be7275be869d3fb3.tar.bz2 gentoo-f3eb5e2c08e914c45bc99f28be7275be869d3fb3.zip |
x11-terms/st-terminfo: Stabilize 0.9 arm64, #892039
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/st-terminfo/st-terminfo-0.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-terms/st-terminfo/st-terminfo-0.9.ebuild b/x11-terms/st-terminfo/st-terminfo-0.9.ebuild index e7705495c78e..c4573143051e 100644 --- a/x11-terms/st-terminfo/st-terminfo-0.9.ebuild +++ b/x11-terms/st-terminfo/st-terminfo-0.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ~m68k ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm arm64 ~hppa ~m68k ~ppc64 ~riscv ~x86" fi LICENSE="MIT-with-advertising" |