diff options
Diffstat (limited to 'dev-lang/hare/hare-9999.ebuild')
-rw-r--r-- | dev-lang/hare/hare-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/hare/hare-9999.ebuild b/dev-lang/hare/hare-9999.ebuild index 2497ea2c1..d8353170c 100644 --- a/dev-lang/hare/hare-9999.ebuild +++ b/dev-lang/hare/hare-9999.ebuild @@ -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 ?=;' \ |