diff options
author | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2012-04-24 07:13:41 +0000 |
---|---|---|
committer | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2012-04-24 07:13:41 +0000 |
commit | 3bcb3ca4e23700bfc10d81156148b13e7fa21eb7 (patch) | |
tree | d5b0c8c5a884e7cd921509602abe38380c931567 | |
parent | marked x86 per bug 413091 (diff) | |
download | gentoo-2-3bcb3ca4e23700bfc10d81156148b13e7fa21eb7.tar.gz gentoo-2-3bcb3ca4e23700bfc10d81156148b13e7fa21eb7.tar.bz2 gentoo-2-3bcb3ca4e23700bfc10d81156148b13e7fa21eb7.zip |
Added PaX markings for test phase in stable ebuilds, too. It's required for
test in which gdb break is used (on PaX kernel).
(Portage version: 2.1.10.57/cvs/Linux x86_64)
-rw-r--r-- | net-mail/notmuch/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/notmuch/notmuch-0.10.2-r2.ebuild | 6 | ||||
-rw-r--r-- | net-mail/notmuch/notmuch-0.11.1-r2.ebuild | 6 |
3 files changed, 14 insertions, 5 deletions
diff --git a/net-mail/notmuch/ChangeLog b/net-mail/notmuch/ChangeLog index c9013fc0a793..ad6e0745d0be 100644 --- a/net-mail/notmuch/ChangeLog +++ b/net-mail/notmuch/ChangeLog @@ -1,6 +1,11 @@ # 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.40 2012/04/23 20:25:30 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.41 2012/04/24 07:13:41 aidecoe Exp $ + + 24 Apr 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> notmuch-0.10.2-r2.ebuild, + notmuch-0.11.1-r2.ebuild: + Added PaX markings for test phase in stable ebuilds, too. It's required for + test in which gdb break is used (on PaX kernel). 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 diff --git a/net-mail/notmuch/notmuch-0.10.2-r2.ebuild b/net-mail/notmuch/notmuch-0.10.2-r2.ebuild index e630636f7ca1..08d1848d4af5 100644 --- a/net-mail/notmuch/notmuch-0.10.2-r2.ebuild +++ b/net-mail/notmuch/notmuch-0.10.2-r2.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.10.2-r2.ebuild,v 1.8 2012/03/20 13:26:23 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.10.2-r2.ebuild,v 1.9 2012/04/24 07:13:41 aidecoe Exp $ EAPI=4 @@ -8,7 +8,7 @@ PYTHON_DEPEND="python? 2:2.6" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="2.[45] 3.*" -inherit elisp-common distutils +inherit elisp-common pax-utils distutils inherit autotools-utils DESCRIPTION="The mail indexer" @@ -102,7 +102,9 @@ src_compile() { } src_test() { + pax-mark -m notmuch LD_LIBRARY_PATH="${MY_LD_LIBRARY_PATH}" default + pax-mark -z -e notmuch } src_install() { diff --git a/net-mail/notmuch/notmuch-0.11.1-r2.ebuild b/net-mail/notmuch/notmuch-0.11.1-r2.ebuild index 9fd06a26acf3..2e14686e2809 100644 --- a/net-mail/notmuch/notmuch-0.11.1-r2.ebuild +++ b/net-mail/notmuch/notmuch-0.11.1-r2.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.11.1-r2.ebuild,v 1.8 2012/03/24 16:55:32 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.11.1-r2.ebuild,v 1.9 2012/04/24 07:13:41 aidecoe Exp $ EAPI=4 @@ -8,7 +8,7 @@ PYTHON_DEPEND="python? 2:2.6" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="2.[45] 3.*" -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() { |