mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
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@hard-wi.red>
This commit is contained in:
@@ -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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
# Auto-Generated by cargo-ebuild 0.3.1
|
# Auto-Generated by cargo-ebuild 0.3.1
|
||||||
@@ -47,6 +47,8 @@ IUSE=""
|
|||||||
DEPEND=""
|
DEPEND=""
|
||||||
RDEPEND=""
|
RDEPEND=""
|
||||||
|
|
||||||
|
QA_FLAGS_IGNORED="usr/bin/hx"
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
cargo_src_install
|
cargo_src_install
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
@@ -43,6 +43,8 @@ SLOT="0"
|
|||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="~amd64 ~x86"
|
||||||
RESTRICT="mirror"
|
RESTRICT="mirror"
|
||||||
|
|
||||||
|
QA_FLAGS_IGNORED="usr/bin/hx"
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
cargo_src_install
|
cargo_src_install
|
||||||
|
|
||||||
|
|||||||
@@ -49,6 +49,8 @@ IUSE=""
|
|||||||
DEPEND=""
|
DEPEND=""
|
||||||
RDEPEND=""
|
RDEPEND=""
|
||||||
|
|
||||||
|
QA_FLAGS_IGNORED="usr/bin/hx"
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
cargo_src_install
|
cargo_src_install
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user