diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-12-31 18:04:39 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-12-31 18:04:39 +0000 |
commit | 8339934a4dd1d4ff09c3b3850b57ad08bc0385ed (patch) | |
tree | 10a6bc44764375e164e65492c2391820a58ae2e1 /dev-ruby/fssm | |
parent | Add Prefix keywords, bug #396547 (diff) | |
download | gentoo-2-8339934a4dd1d4ff09c3b3850b57ad08bc0385ed.tar.gz gentoo-2-8339934a4dd1d4ff09c3b3850b57ad08bc0385ed.tar.bz2 gentoo-2-8339934a4dd1d4ff09c3b3850b57ad08bc0385ed.zip |
Add Prefix keywords, bug #396547
(Portage version: 2.2.01.20048-prefix/cvs/Darwin i386)
Diffstat (limited to 'dev-ruby/fssm')
-rw-r--r-- | dev-ruby/fssm/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/fssm/fssm-0.2.7-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-ruby/fssm/ChangeLog b/dev-ruby/fssm/ChangeLog index 39dd0bf8a301..13faeff812cb 100644 --- a/dev-ruby/fssm/ChangeLog +++ b/dev-ruby/fssm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/fssm # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fssm/ChangeLog,v 1.14 2011/12/30 14:35:16 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fssm/ChangeLog,v 1.15 2011/12/31 18:04:39 grobian Exp $ + + 31 Dec 2011; Fabian Groffen <grobian@gentoo.org> fssm-0.2.7-r1.ebuild: + Add Prefix keywords, bug #396547 30 Dec 2011; Hans de Graaff <graaff@gentoo.org> fssm-0.2.7.ebuild, fssm-0.2.7-r1.ebuild: diff --git a/dev-ruby/fssm/fssm-0.2.7-r1.ebuild b/dev-ruby/fssm/fssm-0.2.7-r1.ebuild index 7ef7ff0827f4..d802de970bdf 100644 --- a/dev-ruby/fssm/fssm-0.2.7-r1.ebuild +++ b/dev-ruby/fssm/fssm-0.2.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fssm/fssm-0.2.7-r1.ebuild,v 1.4 2011/12/30 14:35:17 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fssm/fssm-0.2.7-r1.ebuild,v 1.5 2011/12/31 18:04:39 grobian Exp $ EAPI=4 @@ -18,12 +18,12 @@ HOMEPAGE="http://github.com/ttilley/fssm" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~sparc ~x86" +KEYWORDS="~amd64 ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # rb-inotify is a Linux-specific extension, so we will need to make this # conditional when keywords are added that are not linux-specific. -ruby_add_rdepend ">=dev-ruby/rb-inotify-0.8.6-r1" +ruby_add_rdepend "kernel_linux? ( >=dev-ruby/rb-inotify-0.8.6-r1 )" ruby_add_bdepend "test? ( >=dev-ruby/rspec-2.4.0:2 )" |