From: Patrice Clement Date: Tue, 1 Aug 2017 20:53:54 +0000 (+0200) Subject: app-text/agrep: add block on dev-ruby/amatch. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=03272f1aa1024f1b98a6088fd4ce9adcf72c9753;p=gentoo.git 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 --- diff --git a/app-text/agrep/agrep-2.04-r2.ebuild b/app-text/agrep/agrep-2.04-r2.ebuild index 8ea949ebca9e..0a6e2dc5cf28 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