From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-916183-garchives=archives.gentoo.org@lists.gentoo.org>
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 5EFFE1395E2
	for <garchives@archives.gentoo.org>; Fri,  9 Dec 2016 07:34:21 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 921D721C087;
	Fri,  9 Dec 2016 07:34:20 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 6E11821C087
	for <gentoo-commits@lists.gentoo.org>; Fri,  9 Dec 2016 07:34:20 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id A9FE23411B5
	for <gentoo-commits@lists.gentoo.org>; Fri,  9 Dec 2016 07:34:19 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 1AE9924AF
	for <gentoo-commits@lists.gentoo.org>; Fri,  9 Dec 2016 07:34:18 +0000 (UTC)
From: "Tim Harder" <radhermit@gentoo.org>
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" <radhermit@gentoo.org>
Message-ID: <1481268664.c593e0161a57502db1cce88baced2638f8c94a77.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-9.6.0.ebuild
X-VCS-Directories: media-video/mkvtoolnix/
X-VCS-Committer: radhermit
X-VCS-Committer-Name: Tim Harder
X-VCS-Revision: c593e0161a57502db1cce88baced2638f8c94a77
X-VCS-Branch: master
Date: Fri,  9 Dec 2016 07:34:18 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 01cb5ef0-6322-4bc9-b082-a05dd3fdb73e
X-Archives-Hash: 5e454f47da7329928c950591fc6325ed

commit:     c593e0161a57502db1cce88baced2638f8c94a77
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  9 07:31:04 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Fri Dec  9 07:31:04 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c593e016

media-video/mkvtoolnix: bump to EAPI 6 and drop ruby:2.0 support

 media-video/mkvtoolnix/mkvtoolnix-9.6.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-video/mkvtoolnix/mkvtoolnix-9.6.0.ebuild b/media-video/mkvtoolnix/mkvtoolnix-9.6.0.ebuild
index 1a140d8..a7667d8 100644
--- a/media-video/mkvtoolnix/mkvtoolnix-9.6.0.ebuild
+++ b/media-video/mkvtoolnix/mkvtoolnix-9.6.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 inherit eutils multilib toolchain-funcs versionator multiprocessing autotools
 
 DESCRIPTION="Tools to create, alter, and inspect Matroska files"
@@ -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=( ruby23 ruby22 ruby21 ruby20 )
+RUBY_IMPLS=( ruby23 ruby22 ruby21 )
 RUBY_BDEPS="$(for ruby_impl in "${RUBY_IMPLS[@]}"; do
 	echo "( $(ruby_atom ${ruby_impl}) virtual/rubygems[ruby_targets_${ruby_impl}] )"; done)"
 
@@ -70,7 +70,7 @@ src_prepare() {
 	done
 	[[ -z ${RUBY} ]] && die "No available ruby implementations to build with"
 
-	epatch_user
+	default
 	eautoreconf
 }