commit: 7a5895c5b526f682afd76fb976e331810b0c2099
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 2 20:00:53 2022 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Feb 2 20:00:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a5895c5
dev-ada/spawn: MissingUseDepDefault
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ada/spawn/spawn-22.0.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ada/spawn/spawn-22.0.0.ebuild
b/dev-ada/spawn/spawn-22.0.0.ebuild
index 2d8433b46e3a..8dadaafbd2ee 100644
--- a/dev-ada/spawn/spawn-22.0.0.ebuild
+++ b/dev-ada/spawn/spawn-22.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -20,7 +20,7 @@ REQUIRED_USE="|| ( shared static-libs static-pic )
RDEPEND="${ADA_DEPS}
glib? (
- dev-ada/gtkada[${ADA_USEDEP},shared?,static-libs?,static-pic?]
+ dev-ada/gtkada[${ADA_USEDEP},shared?,static-libs?,static-pic(-)?]
dev-libs/glib
)"
DEPEND="${RDEPEND}"