public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/zpaq/
Date: Sun,  3 Jul 2016 13:29:36 +0000 (UTC)	[thread overview]
Message-ID: <1467552564.2c9e3ae1f1afaf8eefb25ed43ba4a077eab3d92f.mgorny@gentoo> (raw)

commit:     2c9e3ae1f1afaf8eefb25ed43ba4a077eab3d92f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  3 13:27:43 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul  3 13:29:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c9e3ae1

app-arch/zpaq: Fix Hardened w/ USE=jit, #411521

 app-arch/zpaq/zpaq-7.13-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-arch/zpaq/zpaq-7.13-r1.ebuild b/app-arch/zpaq/zpaq-7.13-r1.ebuild
index a05100b..d4dbbe9 100644
--- a/app-arch/zpaq/zpaq-7.13-r1.ebuild
+++ b/app-arch/zpaq/zpaq-7.13-r1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-inherit flag-o-matic toolchain-funcs
+inherit flag-o-matic pax-utils toolchain-funcs
 
 MY_P=${PN}${PV/./}
 DESCRIPTION="Journaling incremental deduplicating archiving compressor"
@@ -38,11 +38,13 @@ src_compile() {
 
 src_test() {
 	local -x LD_LIBRARY_PATH=".${LD_LIBRARY_PATH+:${LD_LIBRARY_PATH}}"
+	use jit && pax-mark m zpaq
 	default
 }
 
 src_install() {
 	emake install PREFIX="${ED%/}"/usr LIBDIR="\$(PREFIX)/$(get_libdir)"
+	use jit && pax-mark m "${ED%/}"/usr/bin/zpaq
 	einstalldocs
 }
 


             reply	other threads:[~2016-07-03 13:29 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-03 13:29 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-10-27  5:43 [gentoo-commits] repo/gentoo:master commit in: app-arch/zpaq/ Joonas Niilola
2023-10-27  5:43 Joonas Niilola
2022-07-10 10:38 David Seifert
2022-06-10  5:29 Jakov Smolić
2017-12-09  8:19 Michał Górny
2017-06-30 11:19 Michał Górny
2016-07-03 13:29 Michał Górny
2016-05-24  8:57 Michał Górny
2016-05-24  8:57 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1467552564.2c9e3ae1f1afaf8eefb25ed43ba4a077eab3d92f.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox