diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-29 20:48:51 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-29 20:48:51 +0300 |
commit | 7691ffd6a5e86f28e8b19c030e41926eb423738b (patch) | |
tree | fc359a9193e85de5c3c6e931574b7c1c55864abe /dev-lang/mujs | |
parent | net-libs/libmicrohttpd: Stabilize 0.9.76 amd64, #907351 (diff) | |
download | gentoo-7691ffd6a5e86f28e8b19c030e41926eb423738b.tar.gz gentoo-7691ffd6a5e86f28e8b19c030e41926eb423738b.tar.bz2 gentoo-7691ffd6a5e86f28e8b19c030e41926eb423738b.zip |
dev-lang/mujs: Stabilize 1.3.3 x86, #907264
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-lang/mujs')
-rw-r--r-- | dev-lang/mujs/mujs-1.3.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/mujs/mujs-1.3.3.ebuild b/dev-lang/mujs/mujs-1.3.3.ebuild index a4c0c10c9f34..d12f63816dc9 100644 --- a/dev-lang/mujs/mujs-1.3.3.ebuild +++ b/dev-lang/mujs/mujs-1.3.3.ebuild @@ -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}" |