summaryrefslogtreecommitdiff
path: root/app-text/highlight/highlight-4.12.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/highlight/highlight-4.12.ebuild')
-rw-r--r--app-text/highlight/highlight-4.12.ebuild9
1 files changed, 9 insertions, 0 deletions
diff --git a/app-text/highlight/highlight-4.12.ebuild b/app-text/highlight/highlight-4.12.ebuild
index 9536ec876b81..3927f1c60a44 100644
--- a/app-text/highlight/highlight-4.12.ebuild
+++ b/app-text/highlight/highlight-4.12.ebuild
@@ -53,6 +53,15 @@ myhlopts=(
examples_dir="${EPREFIX}/usr/share/doc/${PF}/extras"
)
+src_unpack() {
+ if use verify-sig ; then
+ # Needed because the testsuite tarball is unsigned
+ verify-sig_verify_detached "${DISTDIR}"/${P}.tar.bz2{,.asc}
+ fi
+
+ default
+}
+
src_prepare() {
default