diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 07:00:27 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 07:00:27 +0000 |
commit | f6fc325880aeea51827181e2d6133b0e615c719d (patch) | |
tree | 69519a3f56b76e283df08439704af7846d8c15bf /media-gfx/pstoedit/pstoedit-3.60.ebuild | |
parent | New separate gnome log viewer package, formerly part of gnome-extra/gnome-utils. (diff) | |
download | historical-f6fc325880aeea51827181e2d6133b0e615c719d.tar.gz historical-f6fc325880aeea51827181e2d6133b0e615c719d.tar.bz2 historical-f6fc325880aeea51827181e2d6133b0e615c719d.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'media-gfx/pstoedit/pstoedit-3.60.ebuild')
-rw-r--r-- | media-gfx/pstoedit/pstoedit-3.60.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/pstoedit/pstoedit-3.60.ebuild b/media-gfx/pstoedit/pstoedit-3.60.ebuild index ea3191a31600..930e1e2ed5d1 100644 --- a/media-gfx/pstoedit/pstoedit-3.60.ebuild +++ b/media-gfx/pstoedit/pstoedit-3.60.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/media-gfx/pstoedit/pstoedit-3.60.ebuild,v 1.2 2012/03/19 09:08:49 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pstoedit/pstoedit-3.60.ebuild,v 1.3 2012/05/05 07:00:18 jdhore Exp $ EAPI=4 inherit autotools eutils @@ -22,7 +22,7 @@ RDEPEND=">=media-libs/libpng-1.4.3 imagemagick? ( >=media-gfx/imagemagick-6.6.1.2[cxx] ) plotutils? ( media-libs/plotutils )" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { sed -i \ |