diff options
author | Yixun Lan <dlan@gentoo.org> | 2022-02-14 22:17:38 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-02-14 22:17:38 +0800 |
commit | 25fa85dac1d4dec9b4ccd5a6bdd8036dbc29cf24 (patch) | |
tree | 5ffe9118ef8126cf496844f4430e349a4c162840 /www-servers/puma | |
parent | dev-ruby/localhost: keyword ~riscv, #821892 (diff) | |
download | gentoo-25fa85dac1d4dec9b4ccd5a6bdd8036dbc29cf24.tar.gz gentoo-25fa85dac1d4dec9b4ccd5a6bdd8036dbc29cf24.tar.bz2 gentoo-25fa85dac1d4dec9b4ccd5a6bdd8036dbc29cf24.zip |
www-servers/puma: keyword ~riscv, #821892
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'www-servers/puma')
-rw-r--r-- | www-servers/puma/puma-5.5.2.ebuild | 2 | ||||
-rw-r--r-- | www-servers/puma/puma-5.6.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www-servers/puma/puma-5.5.2.ebuild b/www-servers/puma/puma-5.5.2.ebuild index e02658c5c849..b39a965c05dd 100644 --- a/www-servers/puma/puma-5.5.2.ebuild +++ b/www-servers/puma/puma-5.5.2.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/puma/puma/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="3" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86" IUSE="" DEPEND+=" dev-libs/openssl:0 test? ( net-misc/curl )" diff --git a/www-servers/puma/puma-5.6.2.ebuild b/www-servers/puma/puma-5.6.2.ebuild index 808b8fced84f..55823388e85b 100644 --- a/www-servers/puma/puma-5.6.2.ebuild +++ b/www-servers/puma/puma-5.6.2.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/puma/puma/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="3" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="" DEPEND+=" dev-libs/openssl:0 test? ( net-misc/curl )" |