diff options
author | Sam James <sam@gentoo.org> | 2023-05-29 15:28:06 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-29 15:28:06 +0100 |
commit | 16fd5fc357f6faed08c4e0a7ab1a539ecd5ccc51 (patch) | |
tree | 865202eab010d939a6dfdd64137026bd5f0ad8c8 /dev-lang/mujs | |
parent | dev-lang/mujs: Stabilize 1.3.3 ppc, #907264 (diff) | |
download | gentoo-16fd5fc357f6faed08c4e0a7ab1a539ecd5ccc51.tar.gz gentoo-16fd5fc357f6faed08c4e0a7ab1a539ecd5ccc51.tar.bz2 gentoo-16fd5fc357f6faed08c4e0a7ab1a539ecd5ccc51.zip |
dev-lang/mujs: Stabilize 1.3.3 amd64, #907264
Signed-off-by: Sam James <sam@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 97932e6e21f4..35267ff12b64 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}" |