commit: 3781b8e315726d5e49bec152b8a3f2587015fb6f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 25 15:55:27 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 25 15:55:27 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3781b8e3
dev-libs/opensc: sync live
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/opensc/opensc-9999.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-libs/opensc/opensc-9999.ebuild
b/dev-libs/opensc/opensc-9999.ebuild
index 42544e82ef41..9d1c97398367 100644
--- a/dev-libs/opensc/opensc-9999.ebuild
+++ b/dev-libs/opensc/opensc-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -28,10 +28,12 @@ RDEPEND="zlib? ( sys-libs/zlib )
pace? ( dev-libs/openpace:= )
pcsc-lite? ( >=sys-apps/pcsc-lite-1.3.0 )
notify? ( dev-libs/glib:2 )"
+# vim-core needed for xxd in tests
DEPEND="${RDEPEND}
app-text/docbook-xsl-stylesheets
dev-libs/libxslt
test? (
+ app-editors/vim-core
dev-util/cmocka
dev-libs/softhsm
)"