diff options
author | Tim Harder <radhermit@gentoo.org> | 2016-12-09 02:31:04 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2016-12-09 02:31:04 -0500 |
commit | c593e0161a57502db1cce88baced2638f8c94a77 (patch) | |
tree | c803f65aa566403db62867dcf51b2f7d2d092e84 /media-video/mkvtoolnix | |
parent | media-libs/libbluray: bump to EAPI 6 (diff) | |
download | gentoo-c593e0161a57502db1cce88baced2638f8c94a77.tar.gz gentoo-c593e0161a57502db1cce88baced2638f8c94a77.tar.bz2 gentoo-c593e0161a57502db1cce88baced2638f8c94a77.zip |
media-video/mkvtoolnix: bump to EAPI 6 and drop ruby:2.0 support
Diffstat (limited to 'media-video/mkvtoolnix')
-rw-r--r-- | media-video/mkvtoolnix/mkvtoolnix-9.6.0.ebuild | 6 |
1 files 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 1a140d869fb4..a7667d8bf22e 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 } |