diff options
-rw-r--r-- | sci-physics/meep/meep-0.10.1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sci-physics/meep/meep-0.10.1.ebuild b/sci-physics/meep/meep-0.10.1.ebuild index 3cf607272198..4c7d45feefdc 100644 --- a/sci-physics/meep/meep-0.10.1.ebuild +++ b/sci-physics/meep/meep-0.10.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/meep/meep-0.10.1.ebuild,v 1.3 2008/06/28 13:14:21 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/meep/meep-0.10.1.ebuild,v 1.4 2008/06/29 00:20:39 mr_bones_ Exp $ inherit eutils autotools @@ -34,7 +34,6 @@ pkg_setup() { fi } - src_unpack() { unpack ${A} cd "${S}" @@ -72,4 +71,3 @@ pkg_postinst() { elog "that you use blas-atlas instead." echo } - |