mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
app-arch/fuse-archive: fix #947648
Closes: https://bugs.gentoo.org/ Signed-off-by: NRK <nrk@disroot.org>
This commit is contained in:
@@ -29,10 +29,9 @@ DEPEND="
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
# TODO(NRK): enable tests. requires python.
|
||||
# also takes a lot of disk space (and time) by generating big.zip.
|
||||
src_test() {
|
||||
:
|
||||
src_configure() {
|
||||
sed -i 's|-O2||g' Makefile || die "sed failed"
|
||||
sed -i 's|-O0 -g||g' Makefile || die "sed failed"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
@@ -49,3 +48,9 @@ src_install() {
|
||||
dobin out/fuse-archive
|
||||
doman fuse-archive.1
|
||||
}
|
||||
|
||||
# TODO(NRK): enable tests. requires python.
|
||||
# also takes a lot of disk space (and time) by generating big.zip.
|
||||
src_test() {
|
||||
:
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user