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/listen/
Date: Mon, 26 Oct 2015 05:34:21
Message-Id: 1445837646.7471948bcb19ce029fd76cf39159cdab342e6239.graaff@gentoo
1 commit: 7471948bcb19ce029fd76cf39159cdab342e6239
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 26 05:33:57 2015 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 26 05:34:06 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7471948b
7
8 dev-ruby/listen: fix file collision, bug 564122
9
10 Use the correct version to block on in the previous
11 slot.
12
13 Package-Manager: portage-2.2.20.1
14
15 dev-ruby/listen/listen-3.0.3.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-ruby/listen/listen-3.0.3.ebuild b/dev-ruby/listen/listen-3.0.3.ebuild
19 index 7e1ab80..8b98721 100644
20 --- a/dev-ruby/listen/listen-3.0.3.ebuild
21 +++ b/dev-ruby/listen/listen-3.0.3.ebuild
22 @@ -25,7 +25,7 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solari
23 IUSE="test"
24
25 # Block on other packages trying to install a /usr/bin/listen
26 -RDEPEND+="!!media-sound/listen !!media-radio/ax25 !!<dev-ruby/listen-2.8.6:2"
27 +RDEPEND+="!!media-sound/listen !!media-radio/ax25 !!<dev-ruby/listen-2.8.6-r1:2"
28
29 ruby_add_rdepend ">=dev-ruby/rb-inotify-0.9.0"