Skip to content

Commit

Permalink
app-text/ansifilter: fix verify-sig w/ USE=gui
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/913373
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Sep 1, 2023
1 parent 251b7e7 commit 8f31dd4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app-text/ansifilter/ansifilter-2.20.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ BDEPEND="verify-sig? ( sec-keys/openpgp-keys-andresimon )"

DOCS=( ChangeLog.adoc README.adoc )

src_unpack() {
if use verify-sig ; then
verify-sig_verify_detached "${DISTDIR}"/${P}.tar.bz2{,.asc}
fi

default
}

src_prepare() {
default

Expand Down

0 comments on commit 8f31dd4

Please sign in to comment.