commit:     83bd9949fbc4ec932896ad93aad49879068f2512
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  6 19:05:47 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Aug  6 19:10:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83bd9949

dev-ruby/rmagick: ignore another colors test

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/rmagick/rmagick-2.16.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/rmagick/rmagick-2.16.0.ebuild 
b/dev-ruby/rmagick/rmagick-2.16.0.ebuild
index 1f4f12eba14..9276a4b95f0 100644
--- a/dev-ruby/rmagick/rmagick-2.16.0.ebuild
+++ b/dev-ruby/rmagick/rmagick-2.16.0.ebuild
@@ -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() {

Reply via email to