Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/webrick/
Date: Mon, 24 Jan 2022 23:43:24
Message-Id: 1643067785.341e6fe5c7daf1ec106f2fce1a781dc9e1b335e4.sam@gentoo
1 commit: 341e6fe5c7daf1ec106f2fce1a781dc9e1b335e4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 24 23:43:05 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 24 23:43:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=341e6fe5
7
8 dev-ruby/webrick: Stabilize 1.7.0 ppc64, #826626
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-ruby/webrick/webrick-1.7.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ruby/webrick/webrick-1.7.0.ebuild b/dev-ruby/webrick/webrick-1.7.0.ebuild
16 index 584aea2d1cc0..848e0ec7904b 100644
17 --- a/dev-ruby/webrick/webrick-1.7.0.ebuild
18 +++ b/dev-ruby/webrick/webrick-1.7.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/ruby/webrick"
26 SRC_URI="https://github.com/ruby/webrick/archive/v${PV}.tar.gz -> ${P}.tar.gz"
27
28 LICENSE="|| ( Ruby-BSD BSD-2 )"
29 -KEYWORDS="~alpha amd64 arm arm64 hppa ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
30 +KEYWORDS="~alpha amd64 arm arm64 hppa ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
31 SLOT="0"
32 IUSE="test"