Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/netty-buffer/
Date: Sun, 09 Jan 2022 08:55:31
Message-Id: 1641718523.d169b31c19022564669215c53986c415a340bc41.flow@gentoo
1 commit: d169b31c19022564669215c53986c415a340bc41
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 9 08:39:09 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 9 08:55:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d169b31c
7
8 dev-java/netty-buffer: add missing "inherit check-reqs"
9
10 Fixes: afbd005cbb28 ("dev-java/netty-buffer: increase heap to 2048M for tests")
11 Closes: https://bugs.gentoo.org/830814
12 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
13
14 dev-java/netty-buffer/netty-buffer-4.0.36-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 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
18 index fc67db58a5f3..008acc23fada 100644
19 --- a/dev-java/netty-buffer/netty-buffer-4.0.36-r1.ebuild
20 +++ b/dev-java/netty-buffer/netty-buffer-4.0.36-r1.ebuild
21 @@ -10,7 +10,7 @@ JAVA_PKG_IUSE="doc source test"
22 MAVEN_ID="io.netty:netty-buffer:4.0.36.Final"
23 JAVA_TESTING_FRAMEWORKS="junit-4"
24
25 -inherit java-pkg-2 java-pkg-simple
26 +inherit check-reqs java-pkg-2 java-pkg-simple
27
28 DESCRIPTION="Async event-driven framework for high performance network applications"
29 HOMEPAGE="https://netty.io/"