diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-01-02 07:16:19 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-01-02 07:16:19 +0000 |
| commit | f13a4f2949c0ac5273633ff8f623a8f887e45368 (patch) | |
| tree | 2f4be834817b836d3afce3fc99586afc9ad93b84 /dev-ruby/gnuplot | |
| parent | c891359dec2183b791328043af1b8034ba0e56d6 (diff) | |
| download | baldeagleos-repo-f13a4f2949c0ac5273633ff8f623a8f887e45368.tar.gz baldeagleos-repo-f13a4f2949c0ac5273633ff8f623a8f887e45368.tar.xz baldeagleos-repo-f13a4f2949c0ac5273633ff8f623a8f887e45368.zip | |
Adding metadata
Diffstat (limited to 'dev-ruby/gnuplot')
| -rw-r--r-- | dev-ruby/gnuplot/gnuplot-2.6.2-r4.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-ruby/gnuplot/gnuplot-2.6.2-r4.ebuild b/dev-ruby/gnuplot/gnuplot-2.6.2-r4.ebuild index 9247b631fc97..f7b500848fb8 100644 --- a/dev-ruby/gnuplot/gnuplot-2.6.2-r4.ebuild +++ b/dev-ruby/gnuplot/gnuplot-2.6.2-r4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby32 ruby33 ruby34" +USE_RUBY="ruby32 ruby33 ruby34 ruby40" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="AUTHORS.txt ChangeLog README.textile" @@ -18,9 +18,12 @@ HOMEPAGE="https://rubygems.org/gems/gnuplot" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" +IUSE="test" RDEPEND="sci-visualization/gnuplot" +ruby_add_bdepend "test? ( dev-ruby/matrix )" + all_ruby_prepare() { # Existing metadata causes a crash in jruby, so use our own. rm -f ../metadata || die "Unable to remove metadata." |
