diff options
author | Sam James <sam@gentoo.org> | 2022-01-28 02:33:53 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-28 02:33:53 +0000 |
commit | d81f1d73d9b4379fba36f6968cc052aa19e7b204 (patch) | |
tree | 5fa7b1b5fc875734b12b501972f6422efa8bb72f /dev-lang/mujs | |
parent | app-portage/portage-utils: Stabilize 0.93.3 ppc64, #830885 (diff) | |
download | gentoo-d81f1d73d9b4379fba36f6968cc052aa19e7b204.tar.gz gentoo-d81f1d73d9b4379fba36f6968cc052aa19e7b204.tar.bz2 gentoo-d81f1d73d9b4379fba36f6968cc052aa19e7b204.zip |
dev-lang/mujs: Stabilize 1.2.0 ppc64, #832133
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/mujs')
-rw-r--r-- | dev-lang/mujs/mujs-1.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/mujs/mujs-1.2.0.ebuild b/dev-lang/mujs/mujs-1.2.0.ebuild index 53c9edbaa46a..5ae95d745358 100644 --- a/dev-lang/mujs/mujs-1.2.0.ebuild +++ b/dev-lang/mujs/mujs-1.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 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.xz" LICENSE="ISC" # The subslot matches the SONAME SLOT="0/${PV}" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos" RDEPEND="sys-libs/readline:=" DEPEND="${RDEPEND}" |