diff options
author | Sam James <sam@gentoo.org> | 2023-04-07 06:05:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-07 06:05:56 +0100 |
commit | 15b899f004e55b7bd452cc514d69b1c2d8f0b76d (patch) | |
tree | 7ee788b9a66d137f3172216f4f74e9cf976d6b8b /dev-ruby/webrick | |
parent | dev-ruby/webrick: Stabilize 1.8.1 x86, #903946 (diff) | |
download | gentoo-15b899f004e55b7bd452cc514d69b1c2d8f0b76d.tar.gz gentoo-15b899f004e55b7bd452cc514d69b1c2d8f0b76d.tar.bz2 gentoo-15b899f004e55b7bd452cc514d69b1c2d8f0b76d.zip |
dev-ruby/webrick: Stabilize 1.8.1 ppc, #903946
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/webrick')
-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 b5e15704de9b..e1cb8a8392b9 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" |