Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/
Date: Fri, 06 May 2022 08:22:38
Message-Id: 1651825292.1bb1dcb2ac8405797cfe57044675ec99aad3222f.graaff@gentoo
1 commit: 1bb1dcb2ac8405797cfe57044675ec99aad3222f
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 6 08:21:32 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri May 6 08:21:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bb1dcb2
7
8 dev-ruby/rack-protection: stabilize 2.2.0 for amd64
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/rack-protection/rack-protection-2.2.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/rack-protection/rack-protection-2.2.0.ebuild b/dev-ruby/rack-protection/rack-protection-2.2.0.ebuild
16 index d4ddbd88b292..263f114e79f3 100644
17 --- a/dev-ruby/rack-protection/rack-protection-2.2.0.ebuild
18 +++ b/dev-ruby/rack-protection/rack-protection-2.2.0.ebuild
19 @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/rkh/rack-protection"
20
21 LICENSE="MIT"
22 SLOT="$(ver_cut 1)"
23 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
24 +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
25 IUSE=""
26
27 ruby_add_rdepend "dev-ruby/rack:*"