commit: 9313cf6d5ecf8700819ebace72f84f3d08240d17
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 14 07:57:18 2022 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Dec 14 07:57:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9313cf6d
dev-ada/templates-parser: adding REQUIRED_USE
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ada/templates-parser/templates-parser-23.0.0.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-ada/templates-parser/templates-parser-23.0.0.ebuild
b/dev-ada/templates-parser/templates-parser-23.0.0.ebuild
index ab3ed9e8723a..2b3432cc43f6 100644
--- a/dev-ada/templates-parser/templates-parser-23.0.0.ebuild
+++ b/dev-ada/templates-parser/templates-parser-23.0.0.ebuild
@@ -21,6 +21,8 @@ DEPEND="${RDEPEND}
dev-ada/gprbuild[${ADA_USEDEP}]"
IUSE="+shared static-libs"
+REQUIRED_USE="|| ( shared static-libs )
+ ${ADA_REQUIRED_USE}"
src_configure() {
emake PROCESSORS=$(makeopts_jobs) \