Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 02 Sep 2021 17:35:01
Message-Id: 1630604086.9646e64203728b0fc1aef8608cff388e529c1ae4.mgorny@gentoo
1 commit: 9646e64203728b0fc1aef8608cff388e529c1ae4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 2 09:19:27 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 2 17:34:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9646e642
7
8 java-pkg-opt-2.eclass: Set @PROVIDES
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 eclass/java-pkg-opt-2.eclass | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/eclass/java-pkg-opt-2.eclass b/eclass/java-pkg-opt-2.eclass
16 index 7f1f5a2f839..85783bae6e2 100644
17 --- a/eclass/java-pkg-opt-2.eclass
18 +++ b/eclass/java-pkg-opt-2.eclass
19 @@ -7,6 +7,7 @@
20 # @AUTHOR:
21 # Thomas Matthijs <axxo@g.o>
22 # @SUPPORTED_EAPIS: 5 6 7
23 +# @PROVIDES: java-utils-2
24 # @BLURB: Eclass for package with optional Java support
25 # @DESCRIPTION:
26 # Inherit this eclass instead of java-pkg-2 if you only need optional Java