diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-09-02 11:19:27 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-09-02 19:34:46 +0200 |
commit | 9646e64203728b0fc1aef8608cff388e529c1ae4 (patch) | |
tree | 07dcd2c7ed919a19ab87b4daf1e8e7d7b8e73495 /eclass/java-pkg-opt-2.eclass | |
parent | java-pkg-2.eclass: Set @PROVIDES (diff) | |
download | gentoo-9646e64203728b0fc1aef8608cff388e529c1ae4.tar.gz gentoo-9646e64203728b0fc1aef8608cff388e529c1ae4.tar.bz2 gentoo-9646e64203728b0fc1aef8608cff388e529c1ae4.zip |
java-pkg-opt-2.eclass: Set @PROVIDES
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/java-pkg-opt-2.eclass')
-rw-r--r-- | eclass/java-pkg-opt-2.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/java-pkg-opt-2.eclass b/eclass/java-pkg-opt-2.eclass index 7f1f5a2f8394..85783bae6e2d 100644 --- a/eclass/java-pkg-opt-2.eclass +++ b/eclass/java-pkg-opt-2.eclass @@ -7,6 +7,7 @@ # @AUTHOR: # Thomas Matthijs <axxo@gentoo.org> # @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 |