commit: e4cbe05077ba2a2dfd1caedfe48738e8e01204bd Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> AuthorDate: Sun Nov 28 19:53:28 2021 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Sun Nov 28 19:53:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4cbe050
dev-java/icedtea-bin: fixed missing eclass in 3.16.0-r1 pkgcheck scan reports multilib-build as unused though it is used from a file in FILESDIR Closes: https://bugs.gentoo.org/827748 Closes: https://bugs.gentoo.org/827751 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> dev-java/icedtea-bin/icedtea-bin-3.16.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/icedtea-bin/icedtea-bin-3.16.0-r1.ebuild b/dev-java/icedtea-bin/icedtea-bin-3.16.0-r1.ebuild index 03f3ec1c260e..cfe0122b65a4 100644 --- a/dev-java/icedtea-bin/icedtea-bin-3.16.0-r1.ebuild +++ b/dev-java/icedtea-bin/icedtea-bin-3.16.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit java-vm-2 toolchain-funcs +inherit java-vm-2 multilib-build toolchain-funcs abi_uri() { echo "${2-$1}? (
