diff options
author | 2023-01-06 21:51:11 +0000 | |
---|---|---|
committer | 2023-01-06 21:51:11 +0000 | |
commit | 54a8530740a174ddc0e86127633f00f1520b32a7 (patch) | |
tree | dfa44fdb6ba294faafdcfb7a0a95d37983331320 /dev-lang | |
parent | net-irc/scrollz: Stabilize 2.3.1 amd64, #889966 (diff) | |
download | gentoo-54a8530740a174ddc0e86127633f00f1520b32a7.tar.gz gentoo-54a8530740a174ddc0e86127633f00f1520b32a7.tar.bz2 gentoo-54a8530740a174ddc0e86127633f00f1520b32a7.zip |
dev-lang/mujs: Stabilize 1.3.2 sparc, #889968
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/mujs/mujs-1.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/mujs/mujs-1.3.2.ebuild b/dev-lang/mujs/mujs-1.3.2.ebuild index 267cf273a319..a2561ff2233a 100644 --- a/dev-lang/mujs/mujs-1.3.2.ebuild +++ b/dev-lang/mujs/mujs-1.3.2.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 @@ -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 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos" RDEPEND="sys-libs/readline:=" DEPEND="${RDEPEND}" |