diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-31 11:28:08 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-31 11:28:08 +0000 |
commit | 1791513b8722f83f03ed13512733bc6eae051f3c (patch) | |
tree | 4450273b926085e081a0ab49864978c46c721ec2 /dev-ruby/listen | |
parent | Stable for x86, wrt bug #523188 (diff) | |
download | gentoo-2-1791513b8722f83f03ed13512733bc6eae051f3c.tar.gz gentoo-2-1791513b8722f83f03ed13512733bc6eae051f3c.tar.bz2 gentoo-2-1791513b8722f83f03ed13512733bc6eae051f3c.zip |
Stable for x86, wrt bug #523188
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ruby/listen')
-rw-r--r-- | dev-ruby/listen/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/listen/listen-0.7.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/listen/ChangeLog b/dev-ruby/listen/ChangeLog index bea9ca8de023..f48b65b959ac 100644 --- a/dev-ruby/listen/ChangeLog +++ b/dev-ruby/listen/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/listen # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/listen/ChangeLog,v 1.39 2014/12/31 11:27:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/listen/ChangeLog,v 1.40 2014/12/31 11:28:08 ago Exp $ + + 31 Dec 2014; Agostino Sarubbo <ago@gentoo.org> listen-0.7.3-r1.ebuild: + Stable for x86, wrt bug #523188 31 Dec 2014; Agostino Sarubbo <ago@gentoo.org> listen-0.7.3-r1.ebuild: Stable for amd64, wrt bug #523188 diff --git a/dev-ruby/listen/listen-0.7.3-r1.ebuild b/dev-ruby/listen/listen-0.7.3-r1.ebuild index 670d5c4adf00..2a30209f04aa 100644 --- a/dev-ruby/listen/listen-0.7.3-r1.ebuild +++ b/dev-ruby/listen/listen-0.7.3-r1.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/listen/listen-0.7.3-r1.ebuild,v 1.5 2014/12/31 11:27:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/listen/listen-0.7.3-r1.ebuild,v 1.6 2014/12/31 11:28:08 ago Exp $ EAPI=5 @@ -21,7 +21,7 @@ SRC_URI="https://github.com/guard/listen/archive/v${PV}.tar.gz -> ${P}-git.tgz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-macos" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~x64-macos" IUSE="" ruby_add_rdepend ">=dev-ruby/rb-inotify-0.9.0" |