diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-04-09 11:26:47 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-04-09 11:26:47 +0000 |
| commit | 24c79cd8fc95be8da7276e7fdb2deaad09deb016 (patch) | |
| tree | b234e68abf40821bf4a0453f643cf430dcaed7ee /dev-ruby/stream | |
| parent | 21b87b40e8f483c86b6bfb5ec617089fdcbba616 (diff) | |
| download | baldeagleos-repo-24c79cd8fc95be8da7276e7fdb2deaad09deb016.tar.gz baldeagleos-repo-24c79cd8fc95be8da7276e7fdb2deaad09deb016.tar.xz baldeagleos-repo-24c79cd8fc95be8da7276e7fdb2deaad09deb016.zip | |
Adding metadata
Diffstat (limited to 'dev-ruby/stream')
| -rw-r--r-- | dev-ruby/stream/stream-0.5.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/stream/stream-0.5.5.ebuild b/dev-ruby/stream/stream-0.5.5.ebuild index c9962d9a9f85..78ce7191159d 100644 --- a/dev-ruby/stream/stream-0.5.5.ebuild +++ b/dev-ruby/stream/stream-0.5.5.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33" +USE_RUBY="ruby31 ruby32 ruby33 ruby34" RUBY_FAKEGEM_EXTRADOC="README.rdoc" RUBY_FAKEGEM_GEMSPEC="stream.gemspec" @@ -16,6 +16,6 @@ SRC_URI="https://github.com/monora/stream/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" SLOT="0" KEYWORDS="~amd64 ~arm64" -IUSE="" +IUSE="test" ruby_add_bdepend "dev-ruby/bundler dev-ruby/yard test? ( dev-ruby/test-unit )" |
