--- eclass/fortran-2.eclass 2011/08/22 04:46:31 1.5 +++ eclass/fortran-2.eclass 2012/09/27 16:35:41 1.6 @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/fortran-2.eclass,v 1.5 2011/08/22 04:46:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/fortran-2.eclass,v 1.6 2012/09/27 16:35:41 axs Exp $ # @ECLASS: fortran-2.eclass # @MAINTAINER: @@ -149,6 +149,6 @@ } case ${EAPI:-0} in - 0|1|2|3|4) EXPORT_FUNCTIONS pkg_setup ;; + 0|1|2|3|4|5) EXPORT_FUNCTIONS pkg_setup ;; *) die "EAPI=${EAPI} is not supported" ;; esac