From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B52DA139694 for ; Tue, 1 Aug 2017 20:54:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C1811FC05A; Tue, 1 Aug 2017 20:54:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DE2BC1FC05A for ; Tue, 1 Aug 2017 20:54:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E882134189D for ; Tue, 1 Aug 2017 20:54:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FC0075C7 for ; Tue, 1 Aug 2017 20:54:04 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1501620834.03272f1aa1024f1b98a6088fd4ce9adcf72c9753.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/agrep/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/agrep/agrep-2.04-r2.ebuild X-VCS-Directories: app-text/agrep/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 03272f1aa1024f1b98a6088fd4ce9adcf72c9753 X-VCS-Branch: master Date: Tue, 1 Aug 2017 20:54:04 +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: 4409989c-a93a-4faf-a058-6cf9c518fb82 X-Archives-Hash: bdabfc4998c52a6264bfa4ec5cfa41b8 commit: 03272f1aa1024f1b98a6088fd4ce9adcf72c9753 Author: Patrice Clement gentoo org> AuthorDate: Tue Aug 1 20:53:54 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Aug 1 20:53:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03272f1a app-text/agrep: add block on dev-ruby/amatch. Gentoo-Bug: https://bugs.gentoo.org/626480 Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-text/agrep/agrep-2.04-r2.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-text/agrep/agrep-2.04-r2.ebuild b/app-text/agrep/agrep-2.04-r2.ebuild index 8ea949ebca9..0a6e2dc5cf2 100644 --- a/app-text/agrep/agrep-2.04-r2.ebuild +++ b/app-text/agrep/agrep-2.04-r2.ebuild @@ -15,12 +15,14 @@ KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos ~sparc-solaris" RDEPEND=" !dev-libs/tre + !dev-ruby/amatch !app-misc/glimpse" DOCS=( README agrep.algorithms agrep.chronicle COPYRIGHT contribution.list ) src_compile() { - sed -i -e 's/^CFLAGS.*//' \ + sed -i \ + -e 's/^CFLAGS.*//' \ -e "s:\$(CFLAGS):& \$(LDFLAGS) :" Makefile || die tc-export CC emake