mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-fs/ncdu: use "edo" for tests, fix RedirectedUrl
Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<changelog>https://dev.yorhel.nl/ncdu/changes2</changelog>
|
||||
<doc lang="en">https://dev.yorhel.nl/ncdu/man2</doc>
|
||||
<doc lang="en">https://dev.yorhel.nl/ncdu/man</doc>
|
||||
<bugs-to>https://code.blicky.net/yorhel/ncdu/issues</bugs-to>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit verify-sig
|
||||
inherit verify-sig edo
|
||||
|
||||
DESCRIPTION="NCurses Disk Usage"
|
||||
HOMEPAGE="https://dev.yorhel.nl/ncdu"
|
||||
@@ -39,7 +39,7 @@ src_unpack() {
|
||||
}
|
||||
|
||||
src_test() {
|
||||
zig build test || die "Tests failed"
|
||||
edo zig build test
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
Reference in New Issue
Block a user