diff options
author | Sam James <sam@gentoo.org> | 2023-09-07 21:52:45 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-07 21:52:45 +0100 |
commit | 539e59a2bb13b3f33b27cf059a8dc8a8273d543a (patch) | |
tree | 1a8d8a5bfedf0f6cf5fad75adc82e73062a305a4 /sys-libs/slang | |
parent | media-libs/libjpeg-turbo: Stabilize 3.0.0 arm, #913822 (diff) | |
download | gentoo-539e59a2bb13b3f33b27cf059a8dc8a8273d543a.tar.gz gentoo-539e59a2bb13b3f33b27cf059a8dc8a8273d543a.tar.bz2 gentoo-539e59a2bb13b3f33b27cf059a8dc8a8273d543a.zip |
sys-libs/slang: Stabilize 2.3.3 arm, #913835
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/slang')
-rw-r--r-- | sys-libs/slang/slang-2.3.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/slang/slang-2.3.3.ebuild b/sys-libs/slang/slang-2.3.3.ebuild index 489081b5fb94..8577d56ff7a8 100644 --- a/sys-libs/slang/slang-2.3.3.ebuild +++ b/sys-libs/slang/slang-2.3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ if [[ ${PV} == *_pre* ]] ; then else SRC_URI="https://www.jedsoft.org/releases/${PN}/${P}.tar.bz2 https://www.jedsoft.org/releases/${PN}/old/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" + KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" fi LICENSE="GPL-2" |