From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 65B6F58973 for ; Mon, 25 Jan 2016 04:02:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A41A21C009; Mon, 25 Jan 2016 04:02:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6EBCF21C009 for ; Mon, 25 Jan 2016 04:02:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 410B034087C for ; Mon, 25 Jan 2016 04:02:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B63CA1018 for ; Mon, 25 Jan 2016 04:02:08 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1453694399.8f326b3256564366e9ae1c5a2fe5aeb5254065ca.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mkvtoolnix/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mkvtoolnix/mkvtoolnix-8.8.0.ebuild X-VCS-Directories: media-video/mkvtoolnix/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 8f326b3256564366e9ae1c5a2fe5aeb5254065ca X-VCS-Branch: master Date: Mon, 25 Jan 2016 04:02:08 +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: 67bdb858-c2a3-42cc-ae03-c87197218102 X-Archives-Hash: 0e0b5d879009120ec566ff6fc9804b19 commit: 8f326b3256564366e9ae1c5a2fe5aeb5254065ca Author: Tim Harder gentoo org> AuthorDate: Mon Jan 25 03:59:26 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Mon Jan 25 03:59:59 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f326b32 media-video/mkvtoolnix: add ruby:2.3 build support (bug #570116) media-video/mkvtoolnix/mkvtoolnix-8.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/mkvtoolnix/mkvtoolnix-8.8.0.ebuild b/media-video/mkvtoolnix/mkvtoolnix-8.8.0.ebuild index 4d20251..cb0e996 100644 --- a/media-video/mkvtoolnix/mkvtoolnix-8.8.0.ebuild +++ b/media-video/mkvtoolnix/mkvtoolnix-8.8.0.ebuild @@ -22,7 +22,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=( ruby22 ruby21 ruby20 ) +RUBY_IMPLS=( ruby23 ruby22 ruby21 ruby20 ) RUBY_BDEPS="$(for ruby_impl in "${RUBY_IMPLS[@]}"; do echo "( $(ruby_atom ${ruby_impl}) virtual/rubygems[ruby_targets_${ruby_impl}] )"; done)"