diff options
author | Sam James <sam@gentoo.org> | 2023-04-07 05:12:14 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-07 05:12:14 +0100 |
commit | 9f86fe89435d2699e3fb8c9eb8e2b14e6c889403 (patch) | |
tree | dd5f1effed8aa3b5513e739a052c184be628fcda /dev-ruby/webrick/webrick-1.8.1.ebuild | |
parent | dev-ruby/webrick: Stabilize 1.8.1 sparc, #903946 (diff) | |
download | gentoo-9f86fe89435d2699e3fb8c9eb8e2b14e6c889403.tar.gz gentoo-9f86fe89435d2699e3fb8c9eb8e2b14e6c889403.tar.bz2 gentoo-9f86fe89435d2699e3fb8c9eb8e2b14e6c889403.zip |
dev-ruby/webrick: Stabilize 1.8.1 arm64, #903946
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/webrick/webrick-1.8.1.ebuild')
-rw-r--r-- | dev-ruby/webrick/webrick-1.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/webrick/webrick-1.8.1.ebuild b/dev-ruby/webrick/webrick-1.8.1.ebuild index 84ba80981115..f5175482dcf0 100644 --- a/dev-ruby/webrick/webrick-1.8.1.ebuild +++ b/dev-ruby/webrick/webrick-1.8.1.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" |