diff options
author | 2015-10-26 06:33:57 +0100 | |
---|---|---|
committer | 2015-10-26 06:34:06 +0100 | |
commit | 7471948bcb19ce029fd76cf39159cdab342e6239 (patch) | |
tree | 7af9271d4911a14cbb0a53e91bb992ab5a848b3d /dev-ruby/listen | |
parent | app-doc/doxygen: Stable for HPPA PPC64 (bug #563856). (diff) | |
download | gentoo-7471948bcb19ce029fd76cf39159cdab342e6239.tar.gz gentoo-7471948bcb19ce029fd76cf39159cdab342e6239.tar.bz2 gentoo-7471948bcb19ce029fd76cf39159cdab342e6239.zip |
dev-ruby/listen: fix file collision, bug 564122
Use the correct version to block on in the previous
slot.
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-ruby/listen')
-rw-r--r-- | dev-ruby/listen/listen-3.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/listen/listen-3.0.3.ebuild b/dev-ruby/listen/listen-3.0.3.ebuild index 7e1ab806d052..8b98721ce8ec 100644 --- a/dev-ruby/listen/listen-3.0.3.ebuild +++ b/dev-ruby/listen/listen-3.0.3.ebuild @@ -25,7 +25,7 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solari IUSE="test" # Block on other packages trying to install a /usr/bin/listen -RDEPEND+="!!media-sound/listen !!media-radio/ax25 !!<dev-ruby/listen-2.8.6:2" +RDEPEND+="!!media-sound/listen !!media-radio/ax25 !!<dev-ruby/listen-2.8.6-r1:2" ruby_add_rdepend ">=dev-ruby/rb-inotify-0.9.0" |