mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
pentoo-proxies: cleanup
This commit is contained in:
parent
356bade965
commit
abe6ff766f
1 changed files with 6 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
|
@ -9,11 +9,10 @@ HOMEPAGE="http://www.pentoo.ch"
|
|||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE="java pentoo-extra pentoo-full python_targets_python3_6"
|
||||
IUSE="java pentoo-extra pentoo-full"
|
||||
|
||||
PDEPEND="
|
||||
java? ( pentoo-extra? ( net-proxy/burpsuite )
|
||||
net-proxy/zaproxy )
|
||||
java? ( net-proxy/zaproxy )
|
||||
|
||||
pentoo-full? (
|
||||
net-dns/dnscrypt-proxy
|
||||
|
|
@ -25,4 +24,6 @@ java? ( pentoo-extra? ( net-proxy/burpsuite )
|
|||
net-proxy/tsocks
|
||||
net-vpn/iodine
|
||||
net-vpn/tor
|
||||
)"
|
||||
)
|
||||
pentoo-extra? ( java? ( net-proxy/burpsuite ) )
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in a new issue