diff options
-rw-r--r-- | sys-cluster/hpl/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/hpl/hpl-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-cluster/hpl/ChangeLog b/sys-cluster/hpl/ChangeLog index ccaada6abea3..ec2beefc6767 100644 --- a/sys-cluster/hpl/ChangeLog +++ b/sys-cluster/hpl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/hpl # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/hpl/ChangeLog,v 1.3 2004/06/24 22:38:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/hpl/ChangeLog,v 1.4 2004/12/28 22:05:47 ribosome Exp $ + + 28 Dec 2004; Olivier Fisette <ribosome@gentoo.org> hpl-1.0.ebuild: + Dependency update: dev-libs/atlas -> sci-libs/atlas. 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> hpl-1.0.ebuild: Add inherit eutils diff --git a/sys-cluster/hpl/hpl-1.0.ebuild b/sys-cluster/hpl/hpl-1.0.ebuild index 58ced750f42f..1ae3328a45ac 100644 --- a/sys-cluster/hpl/hpl-1.0.ebuild +++ b/sys-cluster/hpl/hpl-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/hpl/hpl-1.0.ebuild,v 1.6 2004/07/15 02:55:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/hpl/hpl-1.0.ebuild,v 1.7 2004/12/28 22:05:47 ribosome Exp $ inherit eutils @@ -14,7 +14,7 @@ IUSE="" DEPEND="sys-cluster/mpich app-sci/blas - dev-libs/atlas" + sci-libs/atlas" src_compile() { cd ${WORKDIR}/hpl |