diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-21 08:13:26 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-21 08:13:26 +0000 |
commit | 4cd9e2f787e70cf0a05f6eb526ed3aa022ddcb87 (patch) | |
tree | 0549996b5385e8d2b91419cffc85ab109bcf752e /sci-libs/amd/amd-2.2.2.ebuild | |
parent | Added EAPI=0 support to fortran.eclass (diff) | |
download | historical-4cd9e2f787e70cf0a05f6eb526ed3aa022ddcb87.tar.gz historical-4cd9e2f787e70cf0a05f6eb526ed3aa022ddcb87.tar.bz2 historical-4cd9e2f787e70cf0a05f6eb526ed3aa022ddcb87.zip |
Added fortran-2.eclass support
Package-Manager: portage-2.2.0_alpha41/cvs/Linux x86_64
Diffstat (limited to 'sci-libs/amd/amd-2.2.2.ebuild')
-rw-r--r-- | sci-libs/amd/amd-2.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/amd/amd-2.2.2.ebuild b/sci-libs/amd/amd-2.2.2.ebuild index e380843457e1..637045b45ce0 100644 --- a/sci-libs/amd/amd-2.2.2.ebuild +++ b/sci-libs/amd/amd-2.2.2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.2.2.ebuild,v 1.1 2011/02/23 19:43:00 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.2.2.ebuild,v 1.2 2011/06/21 08:11:07 jlec Exp $ EAPI="3" -inherit autotools eutils toolchain-funcs +inherit autotools eutils fortran-2 toolchain-funcs MY_PN=AMD |