Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/amatch/
Date: Sun, 30 Jul 2017 07:00:35
Message-Id: 1501397769.bbf5d42e6571de49ef3b6ff6b56815f3e5b5b878.graaff@gentoo
1 commit: bbf5d42e6571de49ef3b6ff6b56815f3e5b5b878
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 30 06:53:18 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 06:56:09 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbf5d42e
7
8 dev-ruby/amatch: add blockers for agrep binary, bug 626480
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-ruby/amatch/amatch-0.4.0.ebuild | 3 +++
13 1 file changed, 3 insertions(+)
14
15 diff --git a/dev-ruby/amatch/amatch-0.4.0.ebuild b/dev-ruby/amatch/amatch-0.4.0.ebuild
16 index 30a275a074d..75f46cf51b6 100644
17 --- a/dev-ruby/amatch/amatch-0.4.0.ebuild
18 +++ b/dev-ruby/amatch/amatch-0.4.0.ebuild
19 @@ -21,6 +21,9 @@ IUSE=""
20
21 ruby_add_rdepend "=dev-ruby/tins-1*"
22
23 +# These packages also provide agrep, bug 626480
24 +RDEPEND+=" !app-misc/glimpse !app-text/agrep !dev-libs/tre"
25 +
26 all_ruby_prepare() {
27 # mize is listed as a dependency but not actually used
28 sed -i -e '/mize/d' ${RUBY_FAKEGEM_GEMSPEC} || die