commit: ffb7893d8b8968418cd1e7d8ee22d1f10c1714e1 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Tue Jan 14 12:33:43 2025 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Sun Jan 19 10:01:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffb7893d
dev-lang/nqp: switch live ebuild to latest dev-java/asm:0 since this latest version, Gentoo has switched asm to defaut slot. Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/40132 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> dev-lang/nqp/nqp-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/nqp/nqp-9999.ebuild b/dev-lang/nqp/nqp-9999.ebuild index a56f63b23cda..6d46ea3814be 100644 --- a/dev-lang/nqp/nqp-9999.ebuild +++ b/dev-lang/nqp/nqp-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -23,7 +23,7 @@ RESTRICT="!test? ( test )" REQUIRED_USE="|| ( java moar )" CDEPEND="java? ( - dev-java/asm:9 + >=dev-java/asm-9.7.1_p20241213:0 dev-java/jna:4 ) moar? ( ~dev-lang/moarvm-${PV}[clang=] )"
