Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/agrep/
Date: Tue, 01 Aug 2017 20:54:07
Message-Id: 1501620834.03272f1aa1024f1b98a6088fd4ce9adcf72c9753.monsieurp@gentoo
1 commit: 03272f1aa1024f1b98a6088fd4ce9adcf72c9753
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 1 20:53:54 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 1 20:53:54 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03272f1a
7
8 app-text/agrep: add block on dev-ruby/amatch.
9
10 Gentoo-Bug: https://bugs.gentoo.org/626480
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.1
13
14 app-text/agrep/agrep-2.04-r2.ebuild | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/app-text/agrep/agrep-2.04-r2.ebuild b/app-text/agrep/agrep-2.04-r2.ebuild
18 index 8ea949ebca9..0a6e2dc5cf2 100644
19 --- a/app-text/agrep/agrep-2.04-r2.ebuild
20 +++ b/app-text/agrep/agrep-2.04-r2.ebuild
21 @@ -15,12 +15,14 @@ KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos ~sparc-solaris"
22
23 RDEPEND="
24 !dev-libs/tre
25 + !dev-ruby/amatch
26 !app-misc/glimpse"
27
28 DOCS=( README agrep.algorithms agrep.chronicle COPYRIGHT contribution.list )
29
30 src_compile() {
31 - sed -i -e 's/^CFLAGS.*//' \
32 + sed -i \
33 + -e 's/^CFLAGS.*//' \
34 -e "s:\$(CFLAGS):& \$(LDFLAGS) :" Makefile || die
35 tc-export CC
36 emake