From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 552DD1382C5 for ; Sun, 21 Jan 2018 12:28:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36BE6E0875; Sun, 21 Jan 2018 12:28:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1846EE0874 for ; Sun, 21 Jan 2018 12:28:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5AC99335C90 for ; Sun, 21 Jan 2018 12:28:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 840801CA for ; Sun, 21 Jan 2018 12:28:34 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1516537156.138efe989c1a70996ce61138972564971ce829dc.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mkvtoolnix/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mkvtoolnix/mkvtoolnix-9.6.0.ebuild X-VCS-Directories: media-video/mkvtoolnix/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 138efe989c1a70996ce61138972564971ce829dc X-VCS-Branch: master Date: Sun, 21 Jan 2018 12:28:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 601a52e4-98dd-429e-83e6-977037ad2b27 X-Archives-Hash: 137191dab754123babdb7831f3081a09 commit: 138efe989c1a70996ce61138972564971ce829dc Author: Alexis Ballier gentoo org> AuthorDate: Sun Jan 21 12:16:00 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sun Jan 21 12:19:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=138efe98 media-video/mkvtoolnix: Remove ruby21 from available impls. Bug: https://bugs.gentoo.org/643328 Package-Manager: Portage-2.3.20, Repoman-2.3.6 media-video/mkvtoolnix/mkvtoolnix-9.6.0.ebuild | 4 ++-- 1 file 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 f8a9580b530..4004b469a2e 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)"