diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 07:10:20 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 07:10:20 +0000 |
commit | 79f5843c305c71a480871defe1b2039e7e84d63e (patch) | |
tree | 1351bcb6f87069e1230f971826b42aaf21ebf898 /sci-electronics/gerbv/gerbv-2.5.0.ebuild | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-79f5843c305c71a480871defe1b2039e7e84d63e.tar.gz gentoo-2-79f5843c305c71a480871defe1b2039e7e84d63e.tar.bz2 gentoo-2-79f5843c305c71a480871defe1b2039e7e84d63e.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'sci-electronics/gerbv/gerbv-2.5.0.ebuild')
-rw-r--r-- | sci-electronics/gerbv/gerbv-2.5.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-electronics/gerbv/gerbv-2.5.0.ebuild b/sci-electronics/gerbv/gerbv-2.5.0.ebuild index 239ce9e938e2..98db30d53c62 100644 --- a/sci-electronics/gerbv/gerbv-2.5.0.ebuild +++ b/sci-electronics/gerbv/gerbv-2.5.0.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-electronics/gerbv/gerbv-2.5.0.ebuild,v 1.2 2011/03/02 21:40:55 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-2.5.0.ebuild,v 1.3 2012/05/04 07:10:19 jdhore Exp $ EAPI="4" @@ -21,7 +21,7 @@ RDEPEND=" >=x11-libs/cairo-1.2" DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.9" + virtual/pkgconfig" src_configure() { econf \ |