diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2022-01-26 13:08:52 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2022-01-27 09:17:25 +0100 |
commit | 774db98c4095508bab67dbc6ab600a0d17c8d2ed (patch) | |
tree | 2c7e6e9fb43083e6e5ed8fde776f9d7bb755f007 /dev-java | |
parent | sys-kernel/vanilla-sources: Automated version bump to {4.4.300,4.9.298,4.14.2... (diff) | |
download | gentoo-774db98c4095508bab67dbc6ab600a0d17c8d2ed.tar.gz gentoo-774db98c4095508bab67dbc6ab600a0d17c8d2ed.tar.bz2 gentoo-774db98c4095508bab67dbc6ab600a0d17c8d2ed.zip |
dev-java/commons-logging: REQUIRED_USE="doc?
Closes: https://bugs.gentoo.org/820863
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/23964
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/commons-logging/commons-logging-1.2-r3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-java/commons-logging/commons-logging-1.2-r3.ebuild b/dev-java/commons-logging/commons-logging-1.2-r3.ebuild index 86716083acb8..4635bb99ffe2 100644 --- a/dev-java/commons-logging/commons-logging-1.2-r3.ebuild +++ b/dev-java/commons-logging/commons-logging-1.2-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,6 +16,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="avalon-framework avalon-logkit log4j servletapi test" +REQUIRED_USE="doc? ( avalon-framework avalon-logkit log4j servletapi )" RESTRICT="!test? ( test ) !servletapi? ( test )" CDEPEND=" |