From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 52D18138BED for ; Fri, 23 Oct 2015 10:26:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFB52E0802; Fri, 23 Oct 2015 10:26:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 76E97E0802 for ; Fri, 23 Oct 2015 10:26:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D060340AFA for ; Fri, 23 Oct 2015 10:26:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 278401644 for ; Fri, 23 Oct 2015 10:26:07 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1445595540.52de333af5b0a6b93620bd6aa6de2152d7865ba8.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pdfgrep/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/pdfgrep/pdfgrep-1.4.1-r1.ebuild app-text/pdfgrep/pdfgrep-1.4.1.ebuild X-VCS-Directories: app-text/pdfgrep/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 52de333af5b0a6b93620bd6aa6de2152d7865ba8 X-VCS-Branch: master Date: Fri, 23 Oct 2015 10:26:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0718d84d-a468-496e-a9e4-780d9d3a79a5 X-Archives-Hash: 766fc9c301eda967020ba1cb4ef20143 commit: 52de333af5b0a6b93620bd6aa6de2152d7865ba8 Author: Florian Schmaus geekplace eu> AuthorDate: Fri Oct 23 10:11:56 2015 +0000 Commit: Justin Lecher gentoo 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) }