diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 07:46:51 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 07:46:51 +0000 |
commit | 1e67413a8d2fdae15ffe325da6d0ea81c6c47438 (patch) | |
tree | 1e3bedea37010b2dff4fae1217c2a68ce3c55657 /sci-mathematics/dataplot | |
parent | Use virtual/pkgconfig. (diff) | |
download | gentoo-2-1e67413a8d2fdae15ffe325da6d0ea81c6c47438.tar.gz gentoo-2-1e67413a8d2fdae15ffe325da6d0ea81c6c47438.tar.bz2 gentoo-2-1e67413a8d2fdae15ffe325da6d0ea81c6c47438.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'sci-mathematics/dataplot')
-rw-r--r-- | sci-mathematics/dataplot/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/dataplot/dataplot-20090821.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-mathematics/dataplot/ChangeLog b/sci-mathematics/dataplot/ChangeLog index 90f851012af4..fee66fad7483 100644 --- a/sci-mathematics/dataplot/ChangeLog +++ b/sci-mathematics/dataplot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/dataplot -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v 1.14 2011/11/25 20:52:51 bicatali Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v 1.15 2012/05/04 07:46:51 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> dataplot-20090821.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 25 Nov 2011; Sébastien Fabbro <bicatali@gentoo.org> -dataplot-20080225.ebuild, -files/dpsrc-dp1patches-20080225.patch, diff --git a/sci-mathematics/dataplot/dataplot-20090821.ebuild b/sci-mathematics/dataplot/dataplot-20090821.ebuild index 1260a3bcee98..ff2326cf1d7e 100644 --- a/sci-mathematics/dataplot/dataplot-20090821.ebuild +++ b/sci-mathematics/dataplot/dataplot-20090821.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20090821.ebuild,v 1.3 2011/06/21 14:44:22 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20090821.ebuild,v 1.4 2012/05/04 07:46:51 jdhore Exp $ EAPI=3 @@ -29,7 +29,7 @@ COMMON_DEPEND=" opengl? ( virtual/opengl ) gd? ( media-libs/gd[png,jpeg] )" DEPEND="${COMMON_DEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" RDEPEND=" virtual/fortran ${COMMON_DEPEND} |