diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2024-06-14 14:12:00 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2024-06-14 14:19:36 +0200 |
commit | 3e3b6279bd902e90032243148e7c96cc755afc6d (patch) | |
tree | ea43d60ebea0bc8f1ff5144c07ff5e12ff4bd4e0 /eclass/java-utils-2.eclass | |
parent | dev-python/markdown-exec: Bump to 1.9.1 (diff) | |
download | gentoo-3e3b6279bd902e90032243148e7c96cc755afc6d.tar.gz gentoo-3e3b6279bd902e90032243148e7c96cc755afc6d.tar.bz2 gentoo-3e3b6279bd902e90032243148e7c96cc755afc6d.zip |
Revert "java-utils-2.eclass: eerror if java-utils-2 is inherited directly"
This reverts commit 41faa907e3a36f4ed00aced3499d469abb865281.
Bug: https://bugs.gentoo.org/207098
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/37156
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'eclass/java-utils-2.eclass')
-rw-r--r-- | eclass/java-utils-2.eclass | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/eclass/java-utils-2.eclass b/eclass/java-utils-2.eclass index b72a00b352d2..adbc5242053a 100644 --- a/eclass/java-utils-2.eclass +++ b/eclass/java-utils-2.eclass @@ -34,12 +34,6 @@ export WANT_JAVA_CONFIG="2" has test ${JAVA_PKG_IUSE} && RESTRICT+=" !test? ( test )" -# this eclass must be inherited after java-pkg-2 or java-pkg-opt-2 -# bug #207098 -if ! has java-pkg-2 ${INHERITED} && ! has java-pkg-opt-2 ${INHERITED}; then - eerror "java-utils-2 eclass must not be inherited directly." -fi - # @VARIABLE: JAVA_PKG_E_DEPEND # @INTERNAL # @DESCRIPTION: |