mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 11:18:09 -07:00
dev-lang/mujs: wire up python-any-r1
Closes: https://bugs.gentoo.org/963882 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
@@ -2,8 +2,9 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
|
||||
inherit flag-o-matic multilib toolchain-funcs
|
||||
inherit flag-o-matic multilib python-any-r1 toolchain-funcs
|
||||
|
||||
DESCRIPTION="An embeddable JavaScript interpreter written in C"
|
||||
HOMEPAGE="https://mujs.com/ https://codeberg.org/ccxvii/mujs"
|
||||
@@ -18,6 +19,7 @@ LICENSE="ISC"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos"
|
||||
|
||||
BDEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="sys-libs/readline:="
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user