diff options
author | Sam James <sam@gentoo.org> | 2023-04-02 00:36:03 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-02 00:53:02 +0100 |
commit | 0ae6fc80e004ee1308bc0f1fc049f6f49332a300 (patch) | |
tree | 664440595a6911336d17ca34279dd7af317e845f /dev-ruby/webrick | |
parent | dev-ruby/twitter: enable ruby31 (diff) | |
download | gentoo-0ae6fc80e004ee1308bc0f1fc049f6f49332a300.tar.gz gentoo-0ae6fc80e004ee1308bc0f1fc049f6f49332a300.tar.bz2 gentoo-0ae6fc80e004ee1308bc0f1fc049f6f49332a300.zip |
dev-ruby/webrick: stabilize 1.7.0-r1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/webrick')
-rw-r--r-- | dev-ruby/webrick/webrick-1.7.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/webrick/webrick-1.7.0-r1.ebuild b/dev-ruby/webrick/webrick-1.7.0-r1.ebuild index 5a8e1b8cf170..8fbb8e2a0d9c 100644 --- a/dev-ruby/webrick/webrick-1.7.0-r1.ebuild +++ b/dev-ruby/webrick/webrick-1.7.0-r1.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/ruby/webrick" SRC_URI="https://github.com/ruby/webrick/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( Ruby-BSD BSD-2 )" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +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" SLOT="0" IUSE="test" |