diff options
author | 2024-03-12 21:28:54 +0200 | |
---|---|---|
committer | 2024-03-12 21:28:54 +0200 | |
commit | 0efaeff75915b4f52a94f3fc45e1b0a39b4614dc (patch) | |
tree | 86c3ec082882fd52eeef948b366278fe6cee3656 /dev-lang | |
parent | app-text/zathura-pdf-mupdf: Stabilize 0.4.1 arm, #926847 (diff) | |
download | gentoo-0efaeff75915b4f52a94f3fc45e1b0a39b4614dc.tar.gz gentoo-0efaeff75915b4f52a94f3fc45e1b0a39b4614dc.tar.bz2 gentoo-0efaeff75915b4f52a94f3fc45e1b0a39b4614dc.zip |
dev-lang/mujs: Stabilize 1.3.4 arm, #926848
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/mujs/mujs-1.3.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/mujs/mujs-1.3.4.ebuild b/dev-lang/mujs/mujs-1.3.4.ebuild index 01af3eb22a5b..9c49258b2d86 100644 --- a/dev-lang/mujs/mujs-1.3.4.ebuild +++ b/dev-lang/mujs/mujs-1.3.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ SRC_URI="https://mujs.com/downloads/${P}.tar.gz" LICENSE="ISC" # The subslot matches the SONAME SLOT="0/${PV}" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos" RDEPEND="sys-libs/readline:=" DEPEND="${RDEPEND}" |