mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
dev-lang/hare: Fix PREFIX and QA_FLAGS_IGNORED
Closes: https://bugs.gentoo.org/866473 Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -30,8 +30,8 @@ BDEPEND="
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
# hare and harec are built by hare
|
||||
QA_FLAGS_IGNORED="usr/bin/harec?"
|
||||
# hare and haredoc are built by hare
|
||||
QA_FLAGS_IGNORED="usr/bin/hare usr/bin/haredoc"
|
||||
|
||||
src_configure() {
|
||||
local target_arch
|
||||
@@ -46,8 +46,8 @@ src_configure() {
|
||||
sed -i \
|
||||
-e 's;=aarch64-;=;' \
|
||||
-e 's;=riscv64-;=;' \
|
||||
-e "s;^ARCH =.*;ARCH=${target_arch};" \
|
||||
-e 's;^PREFIX=.*;PREFIX=/usr;' \
|
||||
-e "s;^ARCH =.*;ARCH = ${target_arch};" \
|
||||
-e 's;^PREFIX =.*;PREFIX = /usr;' \
|
||||
-e 's;^AS =;AS ?=;' \
|
||||
-e 's;^LD =;LD ?=;' \
|
||||
-e 's;^AR =;AR ?=;' \
|
||||
@@ -30,8 +30,8 @@ BDEPEND="
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
# hare and harec are built by hare
|
||||
QA_FLAGS_IGNORED="usr/bin/harec?"
|
||||
# hare and haredoc are built by hare
|
||||
QA_FLAGS_IGNORED="usr/bin/hare usr/bin/haredoc"
|
||||
|
||||
src_configure() {
|
||||
local target_arch
|
||||
@@ -46,8 +46,8 @@ src_configure() {
|
||||
sed -i \
|
||||
-e 's;=aarch64-;=;' \
|
||||
-e 's;=riscv64-;=;' \
|
||||
-e "s;^ARCH =.*;ARCH=${target_arch};" \
|
||||
-e 's;^PREFIX=.*;PREFIX=/usr;' \
|
||||
-e "s;^ARCH =.*;ARCH = ${target_arch};" \
|
||||
-e 's;^PREFIX =.*;PREFIX = /usr;' \
|
||||
-e 's;^AS =;AS ?=;' \
|
||||
-e 's;^LD =;LD ?=;' \
|
||||
-e 's;^AR =;AR ?=;' \
|
||||
|
||||
Reference in New Issue
Block a user