commit:     90be40ba53918331001a9a4d0e6042f425c6cb04
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 23 01:35:50 2022 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sat Apr 23 01:39:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90be40ba

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 <AT> gentoo.org>

 net-vpn/vpncloud/vpncloud-2.3.0.ebuild | 4 ++--
 1 file 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

Reply via email to