Diff async-rspec-1.17.0 with a async-rspec-1.17.1
/usr/portage/dev-ruby/async-rspec/async-rspec-1.17.1.ebuild 2025-07-29 16:22:13.696452703 +0300 | ||
---|---|---|
1 |
# Copyright 2022-2024 Gentoo Authors |
|
1 |
# Copyright 2022-2025 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
18 | 18 |
LICENSE="MIT" |
19 | 19 |
SLOT="$(ver_cut 1)" |
20 | 20 |
KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86" |
21 |
IUSE="" |
|
21 |
IUSE="test" |
|
22 | 22 | |
23 | 23 |
ruby_add_rdepend "dev-ruby/rspec:3 |
24 | 24 |
dev-ruby/rspec-files:1 |