Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/listen/
Date: Mon, 27 Feb 2017 17:02:11
Message-Id: 1488214887.0ef76ffbba5e694b3e98534cea73325f5d5ef320.xmw@gentoo
1 commit: 0ef76ffbba5e694b3e98534cea73325f5d5ef320
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 16:28:31 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 17:01:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ef76ffb
7
8 dev-ruby/listen: arm ppc ppc64 stable (bug 583390).
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ruby/listen/listen-1.3.1-r3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ruby/listen/listen-1.3.1-r3.ebuild b/dev-ruby/listen/listen-1.3.1-r3.ebuild
16 index 441e2e65b4..c5f70794c7 100644
17 --- a/dev-ruby/listen/listen-1.3.1-r3.ebuild
18 +++ b/dev-ruby/listen/listen-1.3.1-r3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -21,7 +21,7 @@ SRC_URI="https://github.com/guard/listen/archive/v${PV}.tar.gz -> ${P}-git.tgz"
26
27 LICENSE="MIT"
28 SLOT="1"
29 -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x64-macos"
30 +KEYWORDS="amd64 arm ppc ppc64 x86 ~amd64-linux ~x64-macos"
31 IUSE=""
32
33 ruby_add_rdepend ">=dev-ruby/rb-inotify-0.9.0"