diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-11-03 18:06:39 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-11-03 18:06:39 +0000 |
| commit | 6e05d1975e752fbf6155c3bfb25d3e1568aa2f51 (patch) | |
| tree | bd196bc000080dab81e93a6622b498c1268bc081 /dev-ruby/ruby-filemagic | |
| parent | e3ed3745b7fe34b748f6937d8f75a4a1f9b51291 (diff) | |
| download | baldeagleos-repo-6e05d1975e752fbf6155c3bfb25d3e1568aa2f51.tar.gz baldeagleos-repo-6e05d1975e752fbf6155c3bfb25d3e1568aa2f51.tar.xz baldeagleos-repo-6e05d1975e752fbf6155c3bfb25d3e1568aa2f51.zip | |
Adding metadata
Diffstat (limited to 'dev-ruby/ruby-filemagic')
| -rw-r--r-- | dev-ruby/ruby-filemagic/ruby-filemagic-0.7.3.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-ruby/ruby-filemagic/ruby-filemagic-0.7.3.ebuild b/dev-ruby/ruby-filemagic/ruby-filemagic-0.7.3.ebuild index 7ed5b5610070..b23d8012a069 100644 --- a/dev-ruby/ruby-filemagic/ruby-filemagic-0.7.3.ebuild +++ b/dev-ruby/ruby-filemagic/ruby-filemagic-0.7.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby30 ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="ChangeLog README TODO" @@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/blackwinter/ruby-filemagic" LICENSE="Ruby-BSD" SLOT="0" KEYWORDS="~amd64 ~hppa ~x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" +IUSE="test" DEPEND="${DEPEND} sys-apps/file test? ( >=sys-apps/file-5.30 )" RDEPEND="${RDEPEND} sys-apps/file" @@ -32,7 +32,8 @@ all_ruby_prepare() { file -C -m perl || die popd || die - sed -i -e '/test_check_compiled/aomit "different result with file 5.41"' test/filemagic_test.rb || die + sed -e '/test_\(abbrev_mime_type\|check_compiled\|singleton\)/aomit "different result with file 5.41"' \ + -i test/filemagic_test.rb || die } each_ruby_test() { |
