diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-08-01 22:53:54 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-08-01 22:53:54 +0200 |
commit | 03272f1aa1024f1b98a6088fd4ce9adcf72c9753 (patch) | |
tree | 840776526a11fdd6149a6ce29e5c478b1bc0fa8d /app-text/agrep | |
parent | dev-libs/tre: add blocker on dev-ruby/amatch. (diff) | |
download | gentoo-03272f1aa1024f1b98a6088fd4ce9adcf72c9753.tar.gz gentoo-03272f1aa1024f1b98a6088fd4ce9adcf72c9753.tar.bz2 gentoo-03272f1aa1024f1b98a6088fd4ce9adcf72c9753.zip |
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
Diffstat (limited to 'app-text/agrep')
-rw-r--r-- | app-text/agrep/agrep-2.04-r2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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 |