diff options
author | 2012-05-04 03:33:18 +0000 | |
---|---|---|
committer | 2012-05-04 03:33:18 +0000 | |
commit | d167bd34636a7036c9df2c541b4af35ba53eecd9 (patch) | |
tree | e4ee6d26fbac3f1a4160ae7b28fccfa193639af3 /app-text/pdfgrep/pdfgrep-1.3.0.ebuild | |
parent | add missing test to IUSE (diff) | |
download | historical-d167bd34636a7036c9df2c541b4af35ba53eecd9.tar.gz historical-d167bd34636a7036c9df2c541b4af35ba53eecd9.tar.bz2 historical-d167bd34636a7036c9df2c541b4af35ba53eecd9.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'app-text/pdfgrep/pdfgrep-1.3.0.ebuild')
-rw-r--r-- | app-text/pdfgrep/pdfgrep-1.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/pdfgrep/pdfgrep-1.3.0.ebuild b/app-text/pdfgrep/pdfgrep-1.3.0.ebuild index 15a901a08d88..197a582d171c 100644 --- a/app-text/pdfgrep/pdfgrep-1.3.0.ebuild +++ b/app-text/pdfgrep/pdfgrep-1.3.0.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/app-text/pdfgrep/pdfgrep-1.3.0.ebuild,v 1.3 2012/02/21 12:06:02 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pdfgrep/pdfgrep-1.3.0.ebuild,v 1.4 2012/05/04 03:33:14 jdhore Exp $ EAPI=4 @@ -16,7 +16,7 @@ IUSE="unac" RDEPEND="app-text/poppler[cxx] unac? ( app-text/unac )" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_configure() { econf $(use_with unac) |