Diff frp-0.44.0 with a frp-0.45.0

/usr/portage/net-vpn/frp/frp-0.45.0.ebuild 2023-10-09 14:52:34.760368483 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
......
6 6

  
7 7
DESCRIPTION="A reverse proxy that exposes a server behind a NAT or firewall to the internet"
8 8
HOMEPAGE="https://github.com/fatedier/frp"
9
SRC_URI="https://github.com/fatedier/frp/archive/v${PV}.tar.gz -> ${P}.tar.gz
10
	https://dev.gentoo.org/~zmedico/dist/frp-0.42.0-deps.tar.xz"
9
SRC_URI="https://github.com/zmedico/frp/archive/v${PV}-vendor.tar.gz -> ${P}-vendor.tar.gz"
11 10

  
12 11
LICENSE="Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0"
13 12
SLOT="0"
14
KEYWORDS="~amd64 ~riscv"
13
KEYWORDS="~amd64 ~loong ~riscv"
15 14
IUSE=""
15
S=${WORKDIR}/${P}-vendor
16 16

  
17 17
src_prepare() {
18 18
	# patch LDFLAGS to preserve symbol table #792408
Thank you!