diff options
author | Sam James <sam@gentoo.org> | 2023-03-28 20:23:49 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-28 20:23:49 +0100 |
commit | 0aed245f27a2f16210842601bc059469286f5fc6 (patch) | |
tree | f2e3da9a77ddc61479a686a69c4a45ce703ba9ea /dev-ruby/webrick | |
parent | dev-ruby/webrick: Stabilize 1.8.0 x86, #903389 (diff) | |
download | gentoo-0aed245f27a2f16210842601bc059469286f5fc6.tar.gz gentoo-0aed245f27a2f16210842601bc059469286f5fc6.tar.bz2 gentoo-0aed245f27a2f16210842601bc059469286f5fc6.zip |
dev-ruby/webrick: Stabilize 1.8.0 arm, #903389
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/webrick')
-rw-r--r-- | dev-ruby/webrick/webrick-1.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/webrick/webrick-1.8.0.ebuild b/dev-ruby/webrick/webrick-1.8.0.ebuild index 432446ed44b4..d8744ef4520f 100644 --- a/dev-ruby/webrick/webrick-1.8.0.ebuild +++ b/dev-ruby/webrick/webrick-1.8.0.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 ~loong ~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" |