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:
Mike Gilbert
2025-11-18 16:15:24 -05:00
parent 4b92188e47
commit e8a585b1dd

View File

@@ -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}"