commit:     0032b00dd1d7650e9353402a034d1a4fda76ef92
Author:     YOSHIOKA Takuma <lo48576 <AT> hard-wi <DOT> red>
AuthorDate: Wed Apr  7 18:02:48 2021 +0000
Commit:     YOSHIOKA Takuma <lo48576 <AT> hard-wi <DOT> red>
CommitDate: Wed Apr  7 18:02:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0032b00d

sys-apps/hex: Specify QA_FLAGS_IGNORED

CFLAGS/LDFLAGS won't be respected since the application is written
in Rust.

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: YOSHIOKA Takuma <lo48576 <AT> hard-wi.red>

 sys-apps/hex/hex-0.3.2.ebuild | 4 +++-
 sys-apps/hex/hex-0.4.0.ebuild | 4 +++-
 sys-apps/hex/hex-0.4.1.ebuild | 2 ++
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/sys-apps/hex/hex-0.3.2.ebuild b/sys-apps/hex/hex-0.3.2.ebuild
index bfc055044..945fdc99d 100644
--- a/sys-apps/hex/hex-0.3.2.ebuild
+++ b/sys-apps/hex/hex-0.3.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2017-2020 Gentoo Authors
+# Copyright 2017-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Auto-Generated by cargo-ebuild 0.3.1
@@ -47,6 +47,8 @@ IUSE=""
 DEPEND=""
 RDEPEND=""
 
+QA_FLAGS_IGNORED="usr/bin/hx"
+
 src_install() {
        cargo_src_install
 

diff --git a/sys-apps/hex/hex-0.4.0.ebuild b/sys-apps/hex/hex-0.4.0.ebuild
index 837cde3b4..718ad7402 100644
--- a/sys-apps/hex/hex-0.4.0.ebuild
+++ b/sys-apps/hex/hex-0.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2017-2020 Gentoo Authors
+# Copyright 2017-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -43,6 +43,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 RESTRICT="mirror"
 
+QA_FLAGS_IGNORED="usr/bin/hx"
+
 src_install() {
        cargo_src_install
 

diff --git a/sys-apps/hex/hex-0.4.1.ebuild b/sys-apps/hex/hex-0.4.1.ebuild
index e5a260d22..7141edd33 100644
--- a/sys-apps/hex/hex-0.4.1.ebuild
+++ b/sys-apps/hex/hex-0.4.1.ebuild
@@ -49,6 +49,8 @@ IUSE=""
 DEPEND=""
 RDEPEND=""
 
+QA_FLAGS_IGNORED="usr/bin/hx"
+
 src_install() {
        cargo_src_install
 

Reply via email to