commit:     6d6771a3e20574376d81106e8d30d1d6182e15f8
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  5 20:17:28 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Jan  5 20:17:59 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d6771a3

dev-ada/VSS: require static-libs for test

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ada/VSS/VSS-25.0.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-ada/VSS/VSS-25.0.0.ebuild b/dev-ada/VSS/VSS-25.0.0.ebuild
index 1e9ac750fbce..0e4d588c6859 100644
--- a/dev-ada/VSS/VSS-25.0.0.ebuild
+++ b/dev-ada/VSS/VSS-25.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2024 Gentoo Authors
+# Copyright 2021-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -16,7 +16,8 @@ SLOT="0/${PV}"
 KEYWORDS="~amd64 ~x86"
 IUSE="+shared static-libs static-pic test"
 RESTRICT="!test? ( test )"
-REQUIRED_USE="${ADA_REQUIRED_USE}"
+REQUIRED_USE="${ADA_REQUIRED_USE}
+       test? ( static-libs )"
 
 RDEPEND="${ADA_DEPS}
        dev-ada/xmlada:=[shared?,static-libs?,static-pic?,${ADA_USEDEP}]"

Reply via email to