summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2022-02-02 21:00:53 +0100
committerAlfredo Tupone <tupone@gentoo.org>2022-02-02 21:00:53 +0100
commit7a5895c5b526f682afd76fb976e331810b0c2099 (patch)
tree3fb62612589855e331b17de07b485ae16700e73c /dev-ada
parentapp-emulation/libdsk: bump to 1.5.18 (diff)
downloadgentoo-7a5895c5b526f682afd76fb976e331810b0c2099.tar.gz
gentoo-7a5895c5b526f682afd76fb976e331810b0c2099.tar.bz2
gentoo-7a5895c5b526f682afd76fb976e331810b0c2099.zip
dev-ada/spawn: MissingUseDepDefault
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ada')
-rw-r--r--dev-ada/spawn/spawn-22.0.0.ebuild4
1 files 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}"