diff options
author | Yixun Lan <dlan@gentoo.org> | 2022-04-23 09:35:50 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-04-23 09:39:10 +0800 |
commit | 90be40ba53918331001a9a4d0e6042f425c6cb04 (patch) | |
tree | 3d8a863c6121b9eea17a4eacbe499dcb0f02fc0a /net-vpn/vpncloud | |
parent | app-admin/ryzen_monitor: remove whitespace in DESCRIPTION (diff) | |
download | gentoo-90be40ba53918331001a9a4d0e6042f425c6cb04.tar.gz gentoo-90be40ba53918331001a9a4d0e6042f425c6cb04.tar.bz2 gentoo-90be40ba53918331001a9a4d0e6042f425c6cb04.zip |
net-vpn/vpncloud: fix LDFLAGS QA warning
use QA_FLAGS_IGNORED to ignore it, since it's a rust app
Closes: https://bugs.gentoo.org/840104
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'net-vpn/vpncloud')
-rw-r--r-- | net-vpn/vpncloud/vpncloud-2.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-vpn/vpncloud/vpncloud-2.3.0.ebuild b/net-vpn/vpncloud/vpncloud-2.3.0.ebuild index 5058e41b5091..6419ba5719fb 100644 --- a/net-vpn/vpncloud/vpncloud-2.3.0.ebuild +++ b/net-vpn/vpncloud/vpncloud-2.3.0.ebuild @@ -155,8 +155,6 @@ zeroize-1.4.3 inherit cargo systemd DESCRIPTION="High performance peer-to-peer mesh VPN" -# Double check the homepage as the cargo_metadata crate -# does not provide this value so instead repository is used HOMEPAGE="https://vpncloud.ddswd.de/" SRC_URI="https://github.com/dswd/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz $(cargo_crate_uris ${CRATES})" @@ -171,6 +169,8 @@ IUSE="man" DEPEND="man? ( dev-ruby/asciidoctor )" RDEPEND="" +QA_FLAGS_IGNORED="/usr/bin/${PN}" + src_install() { cargo_src_install keepdir /etc/vpncloud |