commit:     52de333af5b0a6b93620bd6aa6de2152d7865ba8
Author:     Florian Schmaus <flo <AT> geekplace <DOT> eu>
AuthorDate: Fri Oct 23 10:11:56 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Oct 23 10:19:00 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52de333a

app-text/pdfgrep: Fix pcre use flag

Package-Manager: portage-2.2.20.1

 app-text/pdfgrep/{pdfgrep-1.4.1.ebuild => pdfgrep-1.4.1-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pdfgrep/pdfgrep-1.4.1.ebuild 
b/app-text/pdfgrep/pdfgrep-1.4.1-r1.ebuild
similarity index 95%
rename from app-text/pdfgrep/pdfgrep-1.4.1.ebuild
rename to app-text/pdfgrep/pdfgrep-1.4.1-r1.ebuild
index e4221d5..7ad1d96 100644
--- a/app-text/pdfgrep/pdfgrep-1.4.1.ebuild
+++ b/app-text/pdfgrep/pdfgrep-1.4.1-r1.ebuild
@@ -26,6 +26,6 @@ DEPEND="${RDEPEND}
 
 src_configure() {
        econf \
-               $(use_with pcre) \
+               $(use_with pcre libpcre) \
                $(use_with unac)
 }

Reply via email to