commit: d169b31c19022564669215c53986c415a340bc41
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 9 08:39:09 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Jan 9 08:55:23 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d169b31c
dev-java/netty-buffer: add missing "inherit check-reqs"
Fixes: afbd005cbb28 ("dev-java/netty-buffer: increase heap to 2048M for tests")
Closes: https://bugs.gentoo.org/830814
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
dev-java/netty-buffer/netty-buffer-4.0.36-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-java/netty-buffer/netty-buffer-4.0.36-r1.ebuild
b/dev-java/netty-buffer/netty-buffer-4.0.36-r1.ebuild
index fc67db58a5f3..008acc23fada 100644
--- a/dev-java/netty-buffer/netty-buffer-4.0.36-r1.ebuild
+++ b/dev-java/netty-buffer/netty-buffer-4.0.36-r1.ebuild
@@ -10,7 +10,7 @@ JAVA_PKG_IUSE="doc source test"
MAVEN_ID="io.netty:netty-buffer:4.0.36.Final"
JAVA_TESTING_FRAMEWORKS="junit-4"
-inherit java-pkg-2 java-pkg-simple
+inherit check-reqs java-pkg-2 java-pkg-simple
DESCRIPTION="Async event-driven framework for high performance network
applications"
HOMEPAGE="https://netty.io/"