commit: 9275bf05a79483ea3bda0149ec5899e3f35c920c Author: Honza Macháček <Hloupy.Honza <AT> centrum <DOT> cz> AuthorDate: Tue Apr 15 15:40:28 2014 +0000 Commit: Honza Macháček <Hloupy.Honza <AT> centrum <DOT> cz> CommitDate: Tue Apr 15 15:40:28 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9275bf05
>From sci-libs/etsf_io-1.0.4 removed -fPIC, probably not needed, just >introduced by mistake. Package-Manager: portage-2.2.10 --- sci-libs/etsf_io/ChangeLog | 4 ++++ sci-libs/etsf_io/etsf_io-1.0.4.ebuild | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/sci-libs/etsf_io/ChangeLog b/sci-libs/etsf_io/ChangeLog index f37ec17..918ee5f 100644 --- a/sci-libs/etsf_io/ChangeLog +++ b/sci-libs/etsf_io/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 15 Apr 2014; Honza Macháček <[email protected]> etsf_io-1.0.4.ebuild: + From sci-libs/etsf_io-1.0.4 removed -fPIC, probably not needed, just + introduced by mistake. + *etsf_io-1.0.4 (15 Apr 2014) 15 Apr 2014; Honza Macháček <[email protected]> diff --git a/sci-libs/etsf_io/etsf_io-1.0.4.ebuild b/sci-libs/etsf_io/etsf_io-1.0.4.ebuild index 4069b77..7fe4fce 100644 --- a/sci-libs/etsf_io/etsf_io-1.0.4.ebuild +++ b/sci-libs/etsf_io/etsf_io-1.0.4.ebuild @@ -27,7 +27,7 @@ FORTRAN_STANDARD="90" src_configure() { # fortran 90 uses FCFLAGS - export FCFLAGS="${FFLAGS:--O2} -fPIC" + export FCFLAGS="${FFLAGS:--O2}" econf \ $(use_enable examples build-tutorials) \ --prefix="${EPREFIX}/usr" \
