summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2018-01-21 13:16:00 +0100
committerAlexis Ballier <aballier@gentoo.org>2018-01-21 13:19:16 +0100
commit138efe989c1a70996ce61138972564971ce829dc (patch)
tree13a6881a78d06683f0e2c3ed0b45a64c542cf28f /media-video
parentmedia-video/mkvtoolnix: Sync 20.0.0 ebuild with live ebuild. (diff)
downloadgentoo-138efe989c1a70996ce61138972564971ce829dc.tar.gz
gentoo-138efe989c1a70996ce61138972564971ce829dc.tar.bz2
gentoo-138efe989c1a70996ce61138972564971ce829dc.zip
media-video/mkvtoolnix: Remove ruby21 from available impls.
Bug: https://bugs.gentoo.org/643328 Package-Manager: Portage-2.3.20, Repoman-2.3.6
Diffstat (limited to 'media-video')
-rw-r--r--media-video/mkvtoolnix/mkvtoolnix-9.6.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/mkvtoolnix/mkvtoolnix-9.6.0.ebuild b/media-video/mkvtoolnix/mkvtoolnix-9.6.0.ebuild
index f8a9580b5300..4004b469a2ec 100644
--- a/media-video/mkvtoolnix/mkvtoolnix-9.6.0.ebuild
+++ b/media-video/mkvtoolnix/mkvtoolnix-9.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -21,7 +21,7 @@ ruby_atom() {
# hacks to avoid using the ruby eclasses since this requires something similar
# to the python-any-r1 eclass for ruby which currently doesn't exist
-RUBY_IMPLS=( ruby24 ruby23 ruby22 ruby21 )
+RUBY_IMPLS=( ruby24 ruby23 ruby22 )
RUBY_BDEPS="$(for ruby_impl in "${RUBY_IMPLS[@]}"; do
echo "( $(ruby_atom ${ruby_impl}) virtual/rubygems[ruby_targets_${ruby_impl}] )"; done)"