diff options
author | 2007-09-13 13:36:49 +0000 | |
---|---|---|
committer | 2007-09-13 13:36:49 +0000 | |
commit | 1848133b4db84d5acbe268de794b32f083d9ba8e (patch) | |
tree | b26e3747d4a3568eadf927004c8e67e1b12e4021 /sci-physics/cernlib | |
parent | Fixed a compilation issue, closes #180545, thanks to kavol@email.cz. (diff) | |
download | gentoo-2-1848133b4db84d5acbe268de794b32f083d9ba8e.tar.gz gentoo-2-1848133b4db84d5acbe268de794b32f083d9ba8e.tar.bz2 gentoo-2-1848133b4db84d5acbe268de794b32f083d9ba8e.zip |
added empty IUSE
(Portage version: 2.1.2.12)
Diffstat (limited to 'sci-physics/cernlib')
-rw-r--r-- | sci-physics/cernlib/cernlib-2006.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-physics/cernlib/cernlib-2006.ebuild b/sci-physics/cernlib/cernlib-2006.ebuild index 5b4975b4ec2b..e4570e977b41 100644 --- a/sci-physics/cernlib/cernlib-2006.ebuild +++ b/sci-physics/cernlib/cernlib-2006.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/cernlib/cernlib-2006.ebuild,v 1.4 2007/09/03 15:48:46 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/cernlib/cernlib-2006.ebuild,v 1.5 2007/09/13 13:36:49 bicatali Exp $ inherit eutils multilib fortran @@ -31,6 +31,8 @@ RDEPEND="virtual/motif virtual/lapack dev-lang/cfortran" +IUSE="" + S=${WORKDIR}/${DEB_PN}-${DEB_PV}.orig FORTRAN="gfortran g77 ifc" |