Diff execjs-2.9.1 with a execjs-2.10.0
| /usr/portage/dev-ruby/execjs/execjs-2.10.0.ebuild 2025-07-29 16:22:13.700452721 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2024 Gentoo Authors |
|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 |
USE_RUBY="ruby31 ruby32 ruby33" |
|
| 5 |
USE_RUBY="ruby31 ruby32 ruby33 ruby34" |
|
| 6 | 6 | |
| 7 | 7 |
RUBY_FAKEGEM_TASK_DOC="" |
| 8 | 8 | |
| ... | ... | |
| 25 | 25 |
# as per the documentation. For now only include the ones already in the |
| 26 | 26 |
# tree. |
| 27 | 27 | |
| 28 |
RDEPEND+=" || ( dev-ruby/duktape-rb net-libs/nodejs )" |
|
| 28 |
RDEPEND=" || ( dev-ruby/duktape-rb net-libs/nodejs )" |
|
| 29 | 29 | |
| 30 | 30 |
all_ruby_prepare() {
|
| 31 | 31 |
sed -i -e "/bundler/d" Rakefile || die |