summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-04-02 15:45:21 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-04-02 15:45:21 +0000
commit9cc198a1ca7e9b2d9569130d287e65d6fcbaf8f2 (patch)
tree202f849ab9d615628df2307ff878efd59f6d17eb /sci-chemistry
parentarm stable wrt #360241 (diff)
downloadgentoo-2-9cc198a1ca7e9b2d9569130d287e65d6fcbaf8f2.tar.gz
gentoo-2-9cc198a1ca7e9b2d9569130d287e65d6fcbaf8f2.tar.bz2
gentoo-2-9cc198a1ca7e9b2d9569130d287e65d6fcbaf8f2.zip
Remove illegal QA_EXECSTACK for source based package.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/gromacs/ChangeLog5
-rw-r--r--sci-chemistry/gromacs/gromacs-4.5.4.ebuild10
2 files changed, 11 insertions, 4 deletions
diff --git a/sci-chemistry/gromacs/ChangeLog b/sci-chemistry/gromacs/ChangeLog
index 3856dc1ed466..9e7efe2e8876 100644
--- a/sci-chemistry/gromacs/ChangeLog
+++ b/sci-chemistry/gromacs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-chemistry/gromacs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v 1.74 2011/04/02 15:43:13 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v 1.75 2011/04/02 15:45:21 ssuominen Exp $
+
+ 02 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> gromacs-4.5.4.ebuild:
+ Remove illegal QA_EXECSTACK for source based package.
02 Apr 2011; Kacper Kowalik <xarthisius@gentoo.org> gromacs-4.5.4.ebuild:
Revert to ~ppc64
diff --git a/sci-chemistry/gromacs/gromacs-4.5.4.ebuild b/sci-chemistry/gromacs/gromacs-4.5.4.ebuild
index cd67aaa8d9ac..0e17b24e511f 100644
--- a/sci-chemistry/gromacs/gromacs-4.5.4.ebuild
+++ b/sci-chemistry/gromacs/gromacs-4.5.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-4.5.4.ebuild,v 1.4 2011/04/02 15:43:13 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-4.5.4.ebuild,v 1.5 2011/04/02 15:45:21 ssuominen Exp $
EAPI="3"
@@ -49,8 +49,12 @@ RDEPEND="${CDEPEND}
RESTRICT="test"
#gromacs has gnu exec stacks for speedup
-QA_EXECSTACK="usr/lib/libgmx.so.*
- usr/lib/libgmx_d.so.*"
+# - ebuild author
+#it's not legal to hide execstacks in source based packages by QA_ vars,
+#and if this were a binary-only package these libs would be in /opt instead
+# - ssuominen, for the QA team
+#QA_EXECSTACK="usr/lib/libgmx.so.*
+# usr/lib/libgmx_d.so.*"
src_prepare() {
if use mpi && use threads; then