diff --git a/net-proxy/v2ray/v2ray-5.5.0.ebuild b/net-proxy/v2ray/v2ray-5.5.0.ebuild index 4bbd9c1..d678a9f 100644 --- a/net-proxy/v2ray/v2ray-5.5.0.ebuild +++ b/net-proxy/v2ray/v2ray-5.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,24 +6,22 @@ EAPI=8 inherit systemd go-module DESCRIPTION="A platform for building proxies to bypass network restrictions." -HOMEPAGE="https://github.com/v2fly/v2ray-core" - +HOMEPAGE="https://www.v2fly.org/" SRC_URI="https://github.com/v2fly/v2ray-core/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz https://github.com/Puqns67/gentoo-deps/releases/download/${P}/${P}-deps.tar.xz" -RESTRICT="mirror" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~riscv" -IUSE="" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + +RESTRICT="mirror" -BDEPEND="dev-lang/go" DEPEND="" -RDEPEND=" +RDEPEND="${DEPEND} !net-proxy/v2ray-bin dev-libs/v2ray-geoip-bin - dev-libs/v2ray-domain-list-community-bin -" + dev-libs/v2ray-domain-list-community-bin" +BDEPEND="dev-lang/go" S="${WORKDIR}/${PN}-core-${PV}"