commit: 9646e64203728b0fc1aef8608cff388e529c1ae4 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Sep 2 09:19:27 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Sep 2 17:34:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9646e642
java-pkg-opt-2.eclass: Set @PROVIDES Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> eclass/java-pkg-opt-2.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/java-pkg-opt-2.eclass b/eclass/java-pkg-opt-2.eclass index 7f1f5a2f839..85783bae6e2 100644 --- a/eclass/java-pkg-opt-2.eclass +++ b/eclass/java-pkg-opt-2.eclass @@ -7,6 +7,7 @@ # @AUTHOR: # Thomas Matthijs <[email protected]> # @SUPPORTED_EAPIS: 5 6 7 +# @PROVIDES: java-utils-2 # @BLURB: Eclass for package with optional Java support # @DESCRIPTION: # Inherit this eclass instead of java-pkg-2 if you only need optional Java
