diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2019-12-08 11:48:17 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2019-12-08 11:48:17 -0500 |
commit | 1de013c480d4d2d88370524964671e0071f0e0be (patch) | |
tree | d64c4b2481245c22438f513ee2635524e56e9ff1 /net-vpn | |
parent | net-vpn/tor: also port older versions to GLEP 81 (diff) | |
download | gentoo-1de013c480d4d2d88370524964671e0071f0e0be.tar.gz gentoo-1de013c480d4d2d88370524964671e0071f0e0be.tar.bz2 gentoo-1de013c480d4d2d88370524964671e0071f0e0be.zip |
net-vpn/tor: depend on >=sys-libs/libseccomp-2.4.1, bug #700358
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/tor/tor-0.4.1.6-r1.ebuild | 2 | ||||
-rw-r--r-- | net-vpn/tor/tor-0.4.2.4_rc-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-vpn/tor/tor-0.4.1.6-r1.ebuild b/net-vpn/tor/tor-0.4.1.6-r1.ebuild index 548a309eebce..0e4ac6b73434 100644 --- a/net-vpn/tor/tor-0.4.1.6-r1.ebuild +++ b/net-vpn/tor/tor-0.4.1.6-r1.ebuild @@ -27,7 +27,7 @@ DEPEND=" libressl? ( dev-libs/libressl:0= ) lzma? ( app-arch/xz-utils ) scrypt? ( app-crypt/libscrypt ) - seccomp? ( sys-libs/libseccomp ) + seccomp? ( >=sys-libs/libseccomp-2.4.1 ) systemd? ( sys-apps/systemd ) zstd? ( app-arch/zstd )" RDEPEND=" diff --git a/net-vpn/tor/tor-0.4.2.4_rc-r1.ebuild b/net-vpn/tor/tor-0.4.2.4_rc-r1.ebuild index b4e2fd0c1db8..e81cec3f97ec 100644 --- a/net-vpn/tor/tor-0.4.2.4_rc-r1.ebuild +++ b/net-vpn/tor/tor-0.4.2.4_rc-r1.ebuild @@ -27,7 +27,7 @@ DEPEND=" libressl? ( dev-libs/libressl:0= ) lzma? ( app-arch/xz-utils ) scrypt? ( app-crypt/libscrypt ) - seccomp? ( sys-libs/libseccomp ) + seccomp? ( >=sys-libs/libseccomp-2.4.1 ) systemd? ( sys-apps/systemd ) zstd? ( app-arch/zstd )" RDEPEND=" |