diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-21 09:55:33 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-21 09:55:33 +0000 |
commit | 489bf0e3210582acc8d1e18a3eea7fe5fb3e6693 (patch) | |
tree | 9fd74c7ef1ff37bf9a492d375f35eb8f0b604b8a /sci-physics | |
parent | Added fortran-2.eclass support (diff) | |
download | gentoo-2-489bf0e3210582acc8d1e18a3eea7fe5fb3e6693.tar.gz gentoo-2-489bf0e3210582acc8d1e18a3eea7fe5fb3e6693.tar.bz2 gentoo-2-489bf0e3210582acc8d1e18a3eea7fe5fb3e6693.zip |
Added fortran-2.eclass support
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/paw/ChangeLog | 7 | ||||
-rw-r--r-- | sci-physics/paw/paw-2.14.04-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-physics/paw/ChangeLog b/sci-physics/paw/ChangeLog index 3e5285b95e4d..5eff685a0511 100644 --- a/sci-physics/paw/ChangeLog +++ b/sci-physics/paw/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-physics/paw -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/ChangeLog,v 1.20 2010/10/10 21:55:59 ulm Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/ChangeLog,v 1.21 2011/06/21 09:55:33 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> paw-2.14.04-r2.ebuild: + Added fortran-2.eclass support 10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> paw-2.14.04-r2.ebuild: Fix openmotif dependency. diff --git a/sci-physics/paw/paw-2.14.04-r2.ebuild b/sci-physics/paw/paw-2.14.04-r2.ebuild index 310aeac6b048..95eafb0271a1 100644 --- a/sci-physics/paw/paw-2.14.04-r2.ebuild +++ b/sci-physics/paw/paw-2.14.04-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/paw-2.14.04-r2.ebuild,v 1.18 2010/10/10 21:55:59 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/paw-2.14.04-r2.ebuild,v 1.19 2011/06/21 09:55:33 jlec Exp $ EAPI=2 -inherit eutils toolchain-funcs +inherit eutils fortran-2 toolchain-funcs DEB_PN=paw DEB_PV=${PV}.dfsg.2 |