diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-10-16 18:31:48 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-10-16 18:31:48 +0000 |
commit | 97c58de7566f55f5244aecdea73e8753e853b689 (patch) | |
tree | 5914bc9de14432832b2a7df877b7b0022484dd6a /eclass/ChangeLog | |
parent | sci-libs/fftw: Use versionator.eclass, #438536 (diff) | |
download | historical-97c58de7566f55f5244aecdea73e8753e853b689.tar.gz historical-97c58de7566f55f5244aecdea73e8753e853b689.tar.bz2 historical-97c58de7566f55f5244aecdea73e8753e853b689.zip |
Add enhanced DEP support in fortran-2.eclass to easy the usage. Only inherit fortran-2 is need for general use. For a USE dependency on fortran the new FORTRAN_NEEDED=USE variable was introduced
Diffstat (limited to 'eclass/ChangeLog')
-rw-r--r-- | eclass/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index d50cad827293..78a1787f1c7c 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.448 2012/10/16 14:26:58 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.449 2012/10/16 18:31:48 jlec Exp $ + + 16 Oct 2012; Justin Lecher <jlec@gentoo.org> fortran-2.eclass: + Add enhanced DEP support in fortran-2.eclass to easy the usage. Only inherit + fortran-2 is need for general use. For a USE dependency on fortran the new + FORTRAN_NEEDED=USE variable was introduced 16 Oct 2012; Ben de Groot <yngwin@gentoo.org> -qt4.eclass: Removing qt4.eclass as announced on Sep 13 |