dev-ruby/rmagick: ignore another colors test
authorHans de Graaff <graaff@gentoo.org>
Mon, 6 Aug 2018 19:05:47 +0000 (21:05 +0200)
committerHans de Graaff <graaff@gentoo.org>
Mon, 6 Aug 2018 19:10:51 +0000 (21:10 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-ruby/rmagick/rmagick-2.16.0.ebuild

index 1f4f12eba14e47cc978d131c4a754176a9416659..9276a4b95f079413f877867c37271d9e8948ec5e 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24"
 
 RUBY_FAKEGEM_TASK_DOC=""
 
@@ -41,7 +41,7 @@ all_ruby_prepare() {
        sed -i -e '/test_\(gray\|compress_colormap\)/,/^  end/ s:^:#:' test/Image2.rb || die
        sed -i -e '/test_iterations/,/^    end/ s:^:#:' test/ImageList1.rb || die
        sed -i -e '/test_\(optimize_layers\|montage\)/,/^  end/ s:^:#:' test/ImageList2.rb || die
-       sed -i -e '/test_\(background_color\|border_color\|image_type\)/,/^  end/ s:^:#:' test/Image_attributes.rb || die
+       sed -i -e '/test_\(background_color\|border_color\|colors\|image_type\)/,/^  end/ s:^:#:' test/Image_attributes.rb || die
 }
 
 each_ruby_configure() {