diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-08-02 22:24:04 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-08-02 22:47:36 +0100 |
commit | 0fba570e21e527708eff5e068b807fefe8110714 (patch) | |
tree | e9a1a0c3eddf693ceb4fcc3300c23c7163bb3d8e /dev-ruby/minitest-hooks | |
parent | dev-ruby/mime-types-data: keyword 3.2021.0704 for ~riscv (diff) | |
download | gentoo-0fba570e21e527708eff5e068b807fefe8110714.tar.gz gentoo-0fba570e21e527708eff5e068b807fefe8110714.tar.bz2 gentoo-0fba570e21e527708eff5e068b807fefe8110714.zip |
dev-ruby/minitest-hooks: keyword 1.5.0 for ~riscv, EAPI 6 -> 8
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-ruby/minitest-hooks')
-rw-r--r-- | dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild index e2f45e983ed5..4ed2bfe1bc3f 100644 --- a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild +++ b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 USE_RUBY="ruby25 ruby26 ruby27 ruby30" # Skip tests since they require unpackaged sequel @@ -15,5 +15,5 @@ HOMEPAGE="https://github.com/jeremyevans/minitest-hooks" LICENSE="MIT" SLOT="1" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="" |