diff options
author | Sam James <sam@gentoo.org> | 2023-03-28 20:23:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-28 20:23:50 +0100 |
commit | daaa930c2dfd13535d595de1c03b28f6563aece7 (patch) | |
tree | 0b75ade7841131911949a6b2ae38f836d87e870e /dev-ruby/webrick | |
parent | dev-ruby/webrick: Stabilize 1.8.0 arm, #903389 (diff) | |
download | gentoo-daaa930c2dfd13535d595de1c03b28f6563aece7.tar.gz gentoo-daaa930c2dfd13535d595de1c03b28f6563aece7.tar.bz2 gentoo-daaa930c2dfd13535d595de1c03b28f6563aece7.zip |
dev-ruby/webrick: Stabilize 1.8.0 amd64, #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 d8744ef4520f..81475e42e3f7 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" |