diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-09-29 15:21:11 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-09-29 15:21:11 +0000 |
commit | 4d07c9db8bb66f6c382ac63c7b26c138e10a876c (patch) | |
tree | e81b1cd7cb28f748e9b62a448c1032b0b217351d /dev-ruby/listen | |
parent | Marked ~x64-macos (diff) | |
download | gentoo-2-4d07c9db8bb66f6c382ac63c7b26c138e10a876c.tar.gz gentoo-2-4d07c9db8bb66f6c382ac63c7b26c138e10a876c.tar.bz2 gentoo-2-4d07c9db8bb66f6c382ac63c7b26c138e10a876c.zip |
Marked ~x64-macos
(Portage version: 2.2.01.21143-prefix/cvs/Darwin i386)
Diffstat (limited to 'dev-ruby/listen')
-rw-r--r-- | dev-ruby/listen/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/listen/listen-0.5.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/listen/ChangeLog b/dev-ruby/listen/ChangeLog index e6deef6c2cba..47d23a8508be 100644 --- a/dev-ruby/listen/ChangeLog +++ b/dev-ruby/listen/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/listen # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/listen/ChangeLog,v 1.7 2012/09/27 09:34:00 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/listen/ChangeLog,v 1.8 2012/09/29 15:21:11 grobian Exp $ + + 29 Sep 2012; Fabian Groffen <grobian@gentoo.org> listen-0.5.2.ebuild: + Marked ~x64-macos 27 Sep 2012; Samuli Suominen <ssuominen@gentoo.org> listen-0.5.2.ebuild: Keyword ~ppc/~ppc64 wrt #433129 diff --git a/dev-ruby/listen/listen-0.5.2.ebuild b/dev-ruby/listen/listen-0.5.2.ebuild index 6ccd76b7bd81..d19b4e71cf7d 100644 --- a/dev-ruby/listen/listen-0.5.2.ebuild +++ b/dev-ruby/listen/listen-0.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/listen/listen-0.5.2.ebuild,v 1.2 2012/09/27 09:34:00 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/listen/listen-0.5.2.ebuild,v 1.3 2012/09/29 15:21:11 grobian Exp $ EAPI=4 @@ -22,7 +22,7 @@ RUBY_S="guard-listen-*" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x64-macos" IUSE="" ruby_add_rdepend ">=dev-ruby/rb-inotify-0.8.8" |