diff options
author | Sam James <sam@gentoo.org> | 2021-05-29 06:12:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-29 06:12:16 +0000 |
commit | 3f1cd858c427798586393068c7987d6d8d3bafe9 (patch) | |
tree | 371239e6c090a7c2bde20c59c9ec33e87144beea /dev-lang/mujs | |
parent | dev-perl/ExtUtils-InstallPaths: Stabilize 0.12.0 ppc, #792711 (diff) | |
download | gentoo-3f1cd858c427798586393068c7987d6d8d3bafe9.tar.gz gentoo-3f1cd858c427798586393068c7987d6d8d3bafe9.tar.bz2 gentoo-3f1cd858c427798586393068c7987d6d8d3bafe9.zip |
dev-lang/mujs: Stabilize 1.1.2 sparc, #792690
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/mujs')
-rw-r--r-- | dev-lang/mujs/mujs-1.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/mujs/mujs-1.1.2.ebuild b/dev-lang/mujs/mujs-1.1.2.ebuild index ace30371661d..85b3c945ffcb 100644 --- a/dev-lang/mujs/mujs-1.1.2.ebuild +++ b/dev-lang/mujs/mujs-1.1.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://mujs.com/downloads/${P}.tar.xz" LICENSE="ISC" # subslot matches SONAME SLOT="0/${PV}" -KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos" RDEPEND="sys-libs/readline:0=" DEPEND="${RDEPEND}" |