commit: 8d3edb124d0f37c23c653a27aba748788a88d9ce
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 31 09:42:41 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Aug 31 09:42:41 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8d3edb12
sci-chemistry/gamess: pax_kernel --> pax-kernel
since the flag has been renamed in ::gentoo as well
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
.../{gamess-20180930.3.ebuild => gamess-20180930.3-r1.ebuild} | 8 ++++----
sci-chemistry/gamess/metadata.xml | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/sci-chemistry/gamess/gamess-20180930.3.ebuild
b/sci-chemistry/gamess/gamess-20180930.3-r1.ebuild
similarity index 98%
rename from sci-chemistry/gamess/gamess-20180930.3.ebuild
rename to sci-chemistry/gamess/gamess-20180930.3-r1.ebuild
index 77b60edca..17fe76f76 100644
--- a/sci-chemistry/gamess/gamess-20180930.3.ebuild
+++ b/sci-chemistry/gamess/gamess-20180930.3-r1.ebuild
@@ -19,7 +19,7 @@ LICENSE="gamess"
# new version comes out the stable version will be useless since
# users can not get at the tarball any more.
KEYWORDS="~amd64 ~x86"
-IUSE="mpi msucc neo openmp pax_kernel qmmm-tinker vb2000"
+IUSE="mpi msucc neo openmp pax-kernel qmmm-tinker vb2000"
CDEPEND="
app-shells/tcsh
@@ -136,7 +136,7 @@ src_prepare() {
# for hardened-gcc let't turn off ssp, since it breakes
# a few routines
- if use pax_kernel && [[ ${FCOMP} == g77 ]]; then
+ if use pax-kernel && [[ ${FCOMP} == g77 ]]; then
FFLAGS="${FFLAGS} -fno-stack-protector-all"
fi
@@ -263,7 +263,7 @@ src_compile() {
# for hardened (PAX) users and ifc we need to turn
# MPROTECT off
- if [[ ${FCOMP} == "ifort" ]] && use pax_kernel; then
+ if [[ ${FCOMP} == "ifort" ]] && use pax-kernel; then
pax-mark -PemRxS actvte.x
fi
@@ -281,7 +281,7 @@ src_compile() {
# for hardened (PAX) users and ifc we need to turn
# MPROTECT off
- if [[ ${FCOMP} == "ifort" ]] && use pax_kernel; then
+ if [[ ${FCOMP} == "ifort" ]] && use pax-kernel; then
pax-mark -PemRxS ${PN}.00.x
fi
}
diff --git a/sci-chemistry/gamess/metadata.xml
b/sci-chemistry/gamess/metadata.xml
index 7f7e33d86..5d367dd16 100644
--- a/sci-chemistry/gamess/metadata.xml
+++ b/sci-chemistry/gamess/metadata.xml
@@ -13,7 +13,7 @@
<flag name="msucc">Build Michigan State University CCT3 and
CCSD3A methods.
This will increase build time and memory requirements
by ~10 times</flag>
<flag name="neo">Enable NEO for nuclear basis support</flag>
- <flag name="pax_kernel">Make this package work on PAX
kernels</flag>
+ <flag name="pax-kernel">Make this package work on PAX
kernels</flag>
<flag name="qmmm-tinker">Enable tinker qmmm code</flag>
<flag name="vb2000">Enable Valence Bond method using VB2000
code</flag>
</use>