Skip to content

Commit

Permalink
app-text/agrep: add block on dev-ruby/amatch.
Browse files Browse the repository at this point in the history
Gentoo-Bug: https://bugs.gentoo.org/626480

Package-Manager: Portage-2.3.6, Repoman-2.3.1
  • Loading branch information
monsieurp committed Aug 1, 2017
1 parent 37e882e commit 03272f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app-text/agrep/agrep-2.04-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03272f1

Please sign in to comment.