diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-11-04 08:20:14 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-11-04 09:01:15 +0100 |
| commit | ce9200747de99446af96c5a204195c89bada1872 (patch) | |
| tree | 9e3363643a692509eb02d1a6a6e00dcabd19d421 /app-crypt/osslsigncode/osslsigncode-2.9.ebuild | |
| parent | 574f6da657ef85212089457f77fcc267bd99e52f (diff) | |
| download | gentoo-ce9200747de99446af96c5a204195c89bada1872.tar.gz gentoo-ce9200747de99446af96c5a204195c89bada1872.tar.bz2 gentoo-ce9200747de99446af96c5a204195c89bada1872.zip | |
app-*/*: update for virtual/zlib
Update done using:
```
git grep -l zlib app-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g
git diff --name-only | xargs copybump
git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead
pkgcheck scan --commits -c VisibilityCheck --exit error
```
Signed-off-by: Michał Górny <mgorny@gentoo.org>
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}" |
