diff options
author | 2015-07-29 18:41:14 +0000 | |
---|---|---|
committer | 2015-07-29 18:41:14 +0000 | |
commit | 10398febe110c6054c894f3caa25afe32b355244 (patch) | |
tree | 428507efbdf127bedb768df0d5a51e4105591148 /dev-ruby/rb-inotify | |
parent | Keyworded for *-solaris, *-macos, bug #519596 (diff) | |
download | gentoo-2-10398febe110c6054c894f3caa25afe32b355244.tar.gz gentoo-2-10398febe110c6054c894f3caa25afe32b355244.tar.bz2 gentoo-2-10398febe110c6054c894f3caa25afe32b355244.zip |
Keyworded for *-solaris, *-macos, bug #519596
(Portage version: 2.2.20-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
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-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/rb-inotify/ChangeLog b/dev-ruby/rb-inotify/ChangeLog index 3f8d76a23d4e..7604649da1cf 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-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/ChangeLog,v 1.39 2015/06/07 19:17:18 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/ChangeLog,v 1.40 2015/07/29 18:41:14 grobian Exp $ + + 29 Jul 2015; Fabian Groffen <grobian@gentoo.org> rb-inotify-0.9.5-r1.ebuild: + Keyworded for *-solaris, *-macos, bug #519596 07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: Add github to remote-id in metadata.xml diff --git a/dev-ruby/rb-inotify/rb-inotify-0.9.5-r1.ebuild b/dev-ruby/rb-inotify/rb-inotify-0.9.5-r1.ebuild index e0baae076adb..21af750d3112 100644 --- a/dev-ruby/rb-inotify/rb-inotify-0.9.5-r1.ebuild +++ b/dev-ruby/rb-inotify/rb-inotify-0.9.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 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-r1.ebuild,v 1.3 2015/05/28 05:15:00 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/rb-inotify-0.9.5-r1.ebuild,v 1.4 2015/07/29 18:41:14 grobian 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 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_rdepend "virtual/ruby-ffi" |