summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-11-27 13:17:37 +0000
committerJustin Lecher <jlec@gentoo.org>2012-11-27 13:17:37 +0000
commit497b0e9d57d7d061a8049a65c2e42605e3ee9119 (patch)
tree952e7d24a51fb7254f4938de05d5fb07898a2348 /sci-chemistry/cns
parentFix ar invocation (bug 444926, thanks Agostino Sarubbo) (diff)
downloadgentoo-2-497b0e9d57d7d061a8049a65c2e42605e3ee9119.tar.gz
gentoo-2-497b0e9d57d7d061a8049a65c2e42605e3ee9119.tar.bz2
gentoo-2-497b0e9d57d7d061a8049a65c2e42605e3ee9119.zip
sci-chemistry/cns: Drop default value of FCFLAGS as it is in the profile these days
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sci-chemistry/cns')
-rw-r--r--sci-chemistry/cns/ChangeLog6
-rw-r--r--sci-chemistry/cns/cns-1.2.1-r7.ebuild4
-rw-r--r--sci-chemistry/cns/cns-1.3_p7.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/sci-chemistry/cns/ChangeLog b/sci-chemistry/cns/ChangeLog
index 94c320d049b0..2c39184beac2 100644
--- a/sci-chemistry/cns/ChangeLog
+++ b/sci-chemistry/cns/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-chemistry/cns
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/ChangeLog,v 1.52 2012/10/19 09:43:33 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/ChangeLog,v 1.53 2012/11/27 13:17:37 jlec Exp $
+
+ 27 Nov 2012; Justin Lecher <jlec@gentoo.org> cns-1.2.1-r7.ebuild,
+ cns-1.3_p7.ebuild:
+ Drop default value of FCFLAGS as it is in the profile these days
19 Oct 2012; Justin Lecher <jlec@gentoo.org> cns-1.2.1-r7.ebuild,
cns-1.3_p7.ebuild:
diff --git a/sci-chemistry/cns/cns-1.2.1-r7.ebuild b/sci-chemistry/cns/cns-1.2.1-r7.ebuild
index 81fc851b977e..b01e7cccc969 100644
--- a/sci-chemistry/cns/cns-1.2.1-r7.ebuild
+++ b/sci-chemistry/cns/cns-1.2.1-r7.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/sci-chemistry/cns/cns-1.2.1-r7.ebuild,v 1.6 2012/10/19 09:43:33 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2.1-r7.ebuild,v 1.7 2012/11/27 13:17:37 jlec Exp $
EAPI=3
@@ -138,7 +138,7 @@ src_compile() {
LD=$(tc-getFC) \
CCFLAGS="${CFLAGS} -DCNS_ARCH_TYPE_\$(CNS_ARCH_TYPE) \$(EXT_CCFLAGS)" \
LDFLAGS="${LDFLAGS}" \
- F77OPT="${FCFLAGS:- -O2} ${MALIGN}" \
+ F77OPT="${FCFLAGS} ${MALIGN}" \
F77STD="${GLOBALS}" \
OMPLIB="${OMPLIB}" \
compiler="${COMP}" \
diff --git a/sci-chemistry/cns/cns-1.3_p7.ebuild b/sci-chemistry/cns/cns-1.3_p7.ebuild
index 261aa3d09bd8..0caa1251ad4c 100644
--- a/sci-chemistry/cns/cns-1.3_p7.ebuild
+++ b/sci-chemistry/cns/cns-1.3_p7.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/sci-chemistry/cns/cns-1.3_p7.ebuild,v 1.2 2012/10/19 09:43:33 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.3_p7.ebuild,v 1.3 2012/11/27 13:17:37 jlec Exp $
EAPI=3
@@ -144,7 +144,7 @@ src_compile() {
CCFLAGS="${CFLAGS} -DCNS_ARCH_TYPE_\$(CNS_ARCH_TYPE) \$(EXT_CCFLAGS)" \
CXXFLAGS="${CXXFLAGS} -DCNS_ARCH_TYPE_\$(CNS_ARCH_TYPE) \$(EXT_CCFLAGS)" \
LDFLAGS="${LDFLAGS}" \
- F77OPT="${FFLAGS:- -O2} ${MALIGN}" \
+ F77OPT="${FCFLAGS} ${MALIGN}" \
F77STD="${GLOBALS}" \
OMPLIB="${OMPLIB}" \
compiler="${COMP}" \