pentoo-proxies: cleanup

This commit is contained in:
blshkv 2021-01-20 08:29:49 +08:00
parent 356bade965
commit abe6ff766f
No known key found for this signature in database
GPG key ID: 32BDCED870788F04

View file

@ -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 ) )
"