diff options
author | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2012-04-23 20:25:30 +0000 |
---|---|---|
committer | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2012-04-23 20:25:30 +0000 |
commit | 1814f5582d0a108be410f3cdb1e9302ea22c484a (patch) | |
tree | 2bc9578df1fefa04a66b528c0d5417759993bf44 /net-mail | |
parent | Fix compilation and installation on Darwin, by Francois Bissey, bug #410493 (diff) | |
download | gentoo-2-1814f5582d0a108be410f3cdb1e9302ea22c484a.tar.gz gentoo-2-1814f5582d0a108be410f3cdb1e9302ea22c484a.tar.bz2 gentoo-2-1814f5582d0a108be410f3cdb1e9302ea22c484a.zip |
Added PaX markings for test phase. It's required for test in which gdb break
is used.
(Portage version: 2.1.10.57/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/notmuch/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/notmuch/notmuch-0.12.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/net-mail/notmuch/ChangeLog b/net-mail/notmuch/ChangeLog index b1d72eee1711..c9013fc0a793 100644 --- a/net-mail/notmuch/ChangeLog +++ b/net-mail/notmuch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/notmuch # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.39 2012/03/24 16:55:32 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.40 2012/04/23 20:25:30 aidecoe Exp $ + + 23 Apr 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> notmuch-0.12.ebuild: + Added PaX markings for test phase. It's required for test in which gdb break + is used. 24 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> notmuch-0.11.1-r2.ebuild: diff --git a/net-mail/notmuch/notmuch-0.12.ebuild b/net-mail/notmuch/notmuch-0.12.ebuild index a26ab95d8016..0af25cc2b682 100644 --- a/net-mail/notmuch/notmuch-0.12.ebuild +++ b/net-mail/notmuch/notmuch-0.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.12.ebuild,v 1.3 2012/03/20 13:26:23 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.12.ebuild,v 1.4 2012/04/23 20:25:30 aidecoe Exp $ EAPI=4 @@ -8,7 +8,7 @@ PYTHON_DEPEND="python? 2:2.6 3:3.2" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="2.[45] 3.1" -inherit elisp-common distutils +inherit elisp-common pax-utils distutils DESCRIPTION="The mail indexer" HOMEPAGE="http://notmuchmail.org/" @@ -97,7 +97,9 @@ src_compile() { } src_test() { + pax-mark -m notmuch LD_LIBRARY_PATH="${MY_LD_LIBRARY_PATH}" default + pax-mark -z -e notmuch } src_install() { |