diff options
author | 2012-05-04 07:55:34 +0000 | |
---|---|---|
committer | 2012-05-04 07:55:34 +0000 | |
commit | bc6b2c758470e719839f4352e2fc625a44e9bb14 (patch) | |
tree | 0ad42a02aee7ba62cbd877ff180ccdc5da8e7714 /sci-physics/harminv | |
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/harminv')
-rw-r--r-- | sci-physics/harminv/ChangeLog | 5 | ||||
-rw-r--r-- | sci-physics/harminv/harminv-1.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-physics/harminv/ChangeLog b/sci-physics/harminv/ChangeLog index 4418f2541d86..b08fa61185a9 100644 --- a/sci-physics/harminv/ChangeLog +++ b/sci-physics/harminv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-physics/harminv # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/harminv/ChangeLog,v 1.3 2012/04/25 16:56:30 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/harminv/ChangeLog,v 1.4 2012/05/04 07:55:33 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> harminv-1.3.1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 25 Apr 2012; Justin Lecher <jlec@gentoo.org> harminv-1.3.1.ebuild, metadata.xml: diff --git a/sci-physics/harminv/harminv-1.3.1.ebuild b/sci-physics/harminv/harminv-1.3.1.ebuild index 83f1888bd115..a158e703f256 100644 --- a/sci-physics/harminv/harminv-1.3.1.ebuild +++ b/sci-physics/harminv/harminv-1.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/harminv/harminv-1.3.1.ebuild,v 1.3 2012/04/25 16:56:30 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/harminv/harminv-1.3.1.ebuild,v 1.4 2012/05/04 07:55:33 jdhore Exp $ EAPI=4 @@ -19,7 +19,7 @@ IUSE="static-libs" RDEPEND="virtual/lapack" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" PATCHES=( "${FILESDIR}"/${P}-configure.ac.patch ) |