summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-ruby/amatch/amatch-0.4.0.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-ruby/amatch/amatch-0.4.0.ebuild b/dev-ruby/amatch/amatch-0.4.0.ebuild
index 30a275a074dc..75f46cf51b64 100644
--- a/dev-ruby/amatch/amatch-0.4.0.ebuild
+++ b/dev-ruby/amatch/amatch-0.4.0.ebuild
@@ -21,6 +21,9 @@ IUSE=""
ruby_add_rdepend "=dev-ruby/tins-1*"
+# These packages also provide agrep, bug 626480
+RDEPEND+=" !app-misc/glimpse !app-text/agrep !dev-libs/tre"
+
all_ruby_prepare() {
# mize is listed as a dependency but not actually used
sed -i -e '/mize/d' ${RUBY_FAKEGEM_GEMSPEC} || die