diff options
author | Sam James <sam@gentoo.org> | 2022-06-17 18:24:40 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-17 18:24:50 +0100 |
commit | 0628614788d1f1065eece02e80d1503d93a24796 (patch) | |
tree | 369bff0de45257f33f7050a23c3f31a22a38a652 /app-emulation/crossover-bin | |
parent | net-libs/libdmapsharing: add 2.9.41 (diff) | |
download | gentoo-0628614788d1f1065eece02e80d1503d93a24796.tar.gz gentoo-0628614788d1f1065eece02e80d1503d93a24796.tar.bz2 gentoo-0628614788d1f1065eece02e80d1503d93a24796.zip |
app-emulation/crossover-bin: allow newer gnutls
Only C++ ABI was broken and it's niche. Not many consumers of it.
Bug: https://bugs.gentoo.org/852806
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/crossover-bin')
-rw-r--r-- | app-emulation/crossover-bin/crossover-bin-21.1.0-r2.ebuild (renamed from app-emulation/crossover-bin/crossover-bin-21.1.0-r1.ebuild) | 9 | ||||
-rw-r--r-- | app-emulation/crossover-bin/crossover-bin-21.2.0-r1.ebuild (renamed from app-emulation/crossover-bin/crossover-bin-21.2.0.ebuild) | 7 |
2 files changed, 13 insertions, 3 deletions
diff --git a/app-emulation/crossover-bin/crossover-bin-21.1.0-r1.ebuild b/app-emulation/crossover-bin/crossover-bin-21.1.0-r2.ebuild index 0e66d60c63cb..e37777f2cb0d 100644 --- a/app-emulation/crossover-bin/crossover-bin-21.1.0-r1.ebuild +++ b/app-emulation/crossover-bin/crossover-bin-21.1.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -86,7 +86,12 @@ RDEPEND="${DEPEND} pcap? ( net-libs/libpcap[abi_x86_32(-)] ) png? ( media-libs/libpng:0[abi_x86_32(-)] ) scanner? ( media-gfx/sane-backends[abi_x86_32(-)] ) - ssl? ( net-libs/gnutls:0/30[abi_x86_32(-)] ) + ssl? ( + || ( + net-libs/gnutls:0/30.30[abi_x86_32(-)] + net-libs/gnutls:0/30[abi_x86_32(-)] + ) + ) v4l? ( media-libs/libv4l[abi_x86_32(-)] ) vulkan? ( media-libs/vulkan-loader[abi_x86_32(-)] ) dev-libs/glib:2 diff --git a/app-emulation/crossover-bin/crossover-bin-21.2.0.ebuild b/app-emulation/crossover-bin/crossover-bin-21.2.0-r1.ebuild index 271458098dd9..be7f3937855d 100644 --- a/app-emulation/crossover-bin/crossover-bin-21.2.0.ebuild +++ b/app-emulation/crossover-bin/crossover-bin-21.2.0-r1.ebuild @@ -84,7 +84,12 @@ RDEPEND="${DEPEND} pcap? ( net-libs/libpcap[abi_x86_32(-)] ) png? ( media-libs/libpng:0[abi_x86_32(-)] ) scanner? ( media-gfx/sane-backends[abi_x86_32(-)] ) - ssl? ( net-libs/gnutls:0/30[abi_x86_32(-)] ) + ssl? ( + || ( + net-libs/gnutls:0/30.30[abi_x86_32(-)] + net-libs/gnutls:0/30[abi_x86_32(-)] + ) + ) v4l? ( media-libs/libv4l[abi_x86_32(-)] ) vulkan? ( media-libs/vulkan-loader[abi_x86_32(-)] ) dev-libs/glib:2 |