diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-08-27 18:11:09 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-08-27 18:11:09 +0000 |
| commit | 2de95a8fe28f98e03460757fcecf25abaff88fde (patch) | |
| tree | 26b6ba1b64671083adc6d3c60e1c83aec48c825d /dev-ruby/http-parser | |
| parent | 1bc77670138a7f3df05007bcc9c31e0ad43e5593 (diff) | |
| download | baldeagleos-repo-2de95a8fe28f98e03460757fcecf25abaff88fde.tar.gz baldeagleos-repo-2de95a8fe28f98e03460757fcecf25abaff88fde.tar.xz baldeagleos-repo-2de95a8fe28f98e03460757fcecf25abaff88fde.zip | |
Adding metadata
Diffstat (limited to 'dev-ruby/http-parser')
| -rw-r--r-- | dev-ruby/http-parser/http-parser-1.2.3-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/http-parser/http-parser-1.2.3-r1.ebuild b/dev-ruby/http-parser/http-parser-1.2.3-r1.ebuild index 8b85b5fe20db..ffd1acd4c706 100644 --- a/dev-ruby/http-parser/http-parser-1.2.3-r1.ebuild +++ b/dev-ruby/http-parser/http-parser-1.2.3-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30 ruby31" +USE_RUBY="ruby30 ruby31 ruby32" RUBY_FAKEGEM_RECIPE_TEST="rspec3" @@ -21,7 +21,7 @@ IUSE="" DEPEND+=" >=net-libs/http-parser-2.8.1" RDEPEND+=" >=net-libs/http-parser-2.8.1" -ruby_add_bdepend "dev-ruby/ffi-compiler" +ruby_add_bdepend "dev-ruby/ffi-compiler dev-ruby/rake" each_ruby_compile() { ${RUBY} -C ext -S rake || die |
