diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 07:55:34 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 07:55:34 +0000 |
commit | bc6b2c758470e719839f4352e2fc625a44e9bb14 (patch) | |
tree | 0ad42a02aee7ba62cbd877ff180ccdc5da8e7714 /sci-physics/mpb | |
parent | Run edos2unix for libmediainfo.pc pkg-config file wrt #414545 (diff) | |
download | historical-bc6b2c758470e719839f4352e2fc625a44e9bb14.tar.gz historical-bc6b2c758470e719839f4352e2fc625a44e9bb14.tar.bz2 historical-bc6b2c758470e719839f4352e2fc625a44e9bb14.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'sci-physics/mpb')
-rw-r--r-- | sci-physics/mpb/ChangeLog | 7 | ||||
-rw-r--r-- | sci-physics/mpb/mpb-1.4.2-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-physics/mpb/ChangeLog b/sci-physics/mpb/ChangeLog index 8b2e8bd9dfb4..0cc8ca0c82f5 100644 --- a/sci-physics/mpb/ChangeLog +++ b/sci-physics/mpb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-physics/mpb -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/mpb/ChangeLog,v 1.13 2009/11/25 22:12:23 maekke Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/mpb/ChangeLog,v 1.14 2012/05/04 07:55:34 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> mpb-1.4.2-r2.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 25 Nov 2009; Markus Meier <maekke@gentoo.org> mpb-1.4.2-r2.ebuild: amd64/x86 stable, bug #294450 diff --git a/sci-physics/mpb/mpb-1.4.2-r2.ebuild b/sci-physics/mpb/mpb-1.4.2-r2.ebuild index 7958f1b3a98f..06a38861e0d2 100644 --- a/sci-physics/mpb/mpb-1.4.2-r2.ebuild +++ b/sci-physics/mpb/mpb-1.4.2-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/mpb/mpb-1.4.2-r2.ebuild,v 1.3 2009/11/25 22:12:23 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/mpb/mpb-1.4.2-r2.ebuild,v 1.4 2012/05/04 07:55:34 jdhore Exp $ EAPI=2 inherit eutils autotools flag-o-matic @@ -24,7 +24,7 @@ RDEPEND="virtual/lapack mpi? ( virtual/mpi )" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { epatch "${FILESDIR}"/${P}-autotools.patch |