diff options
Diffstat (limited to 'app-crypt/osslsigncode/osslsigncode-2.9.ebuild')
| -rw-r--r-- | app-crypt/osslsigncode/osslsigncode-2.9.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/osslsigncode/osslsigncode-2.9.ebuild b/app-crypt/osslsigncode/osslsigncode-2.9.ebuild index 7974b492fea1..9ba2fc040011 100644 --- a/app-crypt/osslsigncode/osslsigncode-2.9.ebuild +++ b/app-crypt/osslsigncode/osslsigncode-2.9.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit bash-completion-r1 cmake python-any-r1 @@ -21,7 +21,7 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" - sys-libs/zlib:= + virtual/zlib:= >=dev-libs/openssl-3:= " DEPEND="${RDEPEND}" |
