diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-12-31 19:27:31 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-12-31 19:27:31 +0000 |
commit | 4cbdda8741aed92e0765fefa02ab7741c03ebdb2 (patch) | |
tree | 51d8f7813e6639edd2d091f2b6c2f2144269c0f8 /dev-ruby/rack-protection | |
parent | Add Prefix keywords, bug #396547 (diff) | |
download | gentoo-2-4cbdda8741aed92e0765fefa02ab7741c03ebdb2.tar.gz gentoo-2-4cbdda8741aed92e0765fefa02ab7741c03ebdb2.tar.bz2 gentoo-2-4cbdda8741aed92e0765fefa02ab7741c03ebdb2.zip |
Add Prefix keywords, bug #396547
(Portage version: 2.2.01.20048-prefix/cvs/Darwin i386)
Diffstat (limited to 'dev-ruby/rack-protection')
-rw-r--r-- | dev-ruby/rack-protection/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/rack-protection/rack-protection-1.1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/rack-protection/ChangeLog b/dev-ruby/rack-protection/ChangeLog index d651edb71fe9..81f14cfe8f4d 100644 --- a/dev-ruby/rack-protection/ChangeLog +++ b/dev-ruby/rack-protection/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rack-protection # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-protection/ChangeLog,v 1.1 2011/12/28 12:27:41 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-protection/ChangeLog,v 1.2 2011/12/31 19:27:31 grobian Exp $ + + 31 Dec 2011; Fabian Groffen <grobian@gentoo.org> rack-protection-1.1.4.ebuild: + Add Prefix keywords, bug #396547 *rack-protection-1.1.4 (28 Dec 2011) diff --git a/dev-ruby/rack-protection/rack-protection-1.1.4.ebuild b/dev-ruby/rack-protection/rack-protection-1.1.4.ebuild index f9f04d227f52..7cfa75dd0064 100644 --- a/dev-ruby/rack-protection/rack-protection-1.1.4.ebuild +++ b/dev-ruby/rack-protection/rack-protection-1.1.4.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/rack-protection/rack-protection-1.1.4.ebuild,v 1.1 2011/12/28 12:27:41 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-protection/rack-protection-1.1.4.ebuild,v 1.2 2011/12/31 19:27:31 grobian Exp $ EAPI=4 USE_RUBY="ruby18 ree18 ruby19" @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/rkh/rack-protection" LICENSE="MIT" SLOT="$(get_version_component_range 1)" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" ruby_add_bdepend "test? ( dev-ruby/rack-test dev-ruby/rspec:2 )" |