commit: 03272f1aa1024f1b98a6088fd4ce9adcf72c9753 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Tue Aug 1 20:53:54 2017 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> 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
