diff options
author | 2014-12-31 11:27:41 +0000 | |
---|---|---|
committer | 2014-12-31 11:27:41 +0000 | |
commit | 2321819bf2a054dfccf2c1c5afd8508cace4bde6 (patch) | |
tree | 6552b6f965b374cba4f410f120915573ad5612e5 /dev-ruby/rb-inotify | |
parent | Stable for amd64, wrt bug #523188 (diff) | |
download | gentoo-2-2321819bf2a054dfccf2c1c5afd8508cace4bde6.tar.gz gentoo-2-2321819bf2a054dfccf2c1c5afd8508cace4bde6.tar.bz2 gentoo-2-2321819bf2a054dfccf2c1c5afd8508cace4bde6.zip |
Stable for amd64, wrt bug #523188
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ruby/rb-inotify')
-rw-r--r-- | dev-ruby/rb-inotify/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/rb-inotify/rb-inotify-0.9.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/rb-inotify/ChangeLog b/dev-ruby/rb-inotify/ChangeLog index 36aaa2c904b2..aa7613e334c6 100644 --- a/dev-ruby/rb-inotify/ChangeLog +++ b/dev-ruby/rb-inotify/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rb-inotify # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/ChangeLog,v 1.34 2014/11/25 11:27:49 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/ChangeLog,v 1.35 2014/12/31 11:27:41 ago Exp $ + + 31 Dec 2014; Agostino Sarubbo <ago@gentoo.org> rb-inotify-0.9.5.ebuild: + Stable for amd64, wrt bug #523188 25 Nov 2014; Manuel Rüger <mrueg@gentoo.org> rb-inotify-0.9.0.ebuild, rb-inotify-0.9.5-r1.ebuild, rb-inotify-0.9.5.ebuild: diff --git a/dev-ruby/rb-inotify/rb-inotify-0.9.5.ebuild b/dev-ruby/rb-inotify/rb-inotify-0.9.5.ebuild index 65d8d37a7f9a..79d5e4bf92c4 100644 --- a/dev-ruby/rb-inotify/rb-inotify-0.9.5.ebuild +++ b/dev-ruby/rb-inotify/rb-inotify-0.9.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/rb-inotify-0.9.5.ebuild,v 1.4 2014/11/25 11:27:49 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/rb-inotify-0.9.5.ebuild,v 1.5 2014/12/31 11:27:41 ago Exp $ EAPI=5 @@ -23,7 +23,7 @@ HOMEPAGE="https://github.com/nex3/rb-inotify" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-macos" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-macos" IUSE="" ruby_add_rdepend "virtual/ruby-ffi" |