Skip to content

Commit

Permalink
app-arch/pixz: drop obsolete man page workaround in 9999
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/822732
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Oct 17, 2022
1 parent 1cc9cb4 commit 77f6e35
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app-arch/pixz/pixz-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,5 @@ src_configure() {
use static && append-ldflags -static
append-flags -std=gnu99

# Workaround silly logic that breaks cross-compiles.
# https://github.com/vasi/pixz/issues/67
export ac_cv_file_src_pixz_1=$([[ -f src/pixz.1 ]] && echo yes || echo no)
econf
}

src_install() {
default

[[ ${PV} == "9999" ]] || doman src/pixz.1
}

0 comments on commit 77f6e35

Please sign in to comment.