diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-02-17 06:41:37 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-02-17 07:21:18 +0100 |
commit | d39311be33fb0888563bb3b1e250f7847ef39c29 (patch) | |
tree | ff0be4fe29ecd1d0df81ad4ba75edc6fd3477dc0 /net-vpn | |
parent | dev-libs/libevent: Remove old (diff) | |
download | gentoo-d39311be33fb0888563bb3b1e250f7847ef39c29.tar.gz gentoo-d39311be33fb0888563bb3b1e250f7847ef39c29.tar.bz2 gentoo-d39311be33fb0888563bb3b1e250f7847ef39c29.zip |
net-vpn/tor: Force rebuild along with libevent due to ABI change
Revbump net-vpn/tor and require revbumped dev-libs/libevent to ensure
that both are rebuilt with the >=sys-libs/glibc-2.36 as that causes
libevent to change ABI.
Bug: https://bugs.gentoo.org/894536
Bug: https://github.com/libevent/libevent/issues/1393
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/tor/tor-0.4.7.13-r1.ebuild (renamed from net-vpn/tor/tor-0.4.7.13.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-vpn/tor/tor-0.4.7.13.ebuild b/net-vpn/tor/tor-0.4.7.13-r1.ebuild index 7ac5744f3d9f..8333b20dfdbc 100644 --- a/net-vpn/tor/tor-0.4.7.13.ebuild +++ b/net-vpn/tor/tor-0.4.7.13-r1.ebuild @@ -30,7 +30,7 @@ IUSE="caps doc lzma +man scrypt seccomp selinux +server systemd tor-hardening te RESTRICT="!test? ( test )" DEPEND=" - dev-libs/libevent:=[ssl] + >=dev-libs/libevent-2.1.12-r1:=[ssl] sys-libs/zlib caps? ( sys-libs/libcap ) man? ( app-text/asciidoc ) |