From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1374159-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1090315808B for <garchives@archives.gentoo.org>; Thu, 10 Mar 2022 21:13:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09ABFE0996; Thu, 10 Mar 2022 21:13:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E89FCE0996 for <gentoo-commits@lists.gentoo.org>; Thu, 10 Mar 2022 21:13:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 43248342EDA for <gentoo-commits@lists.gentoo.org>; Thu, 10 Mar 2022 21:13:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86A6B32E for <gentoo-commits@lists.gentoo.org>; Thu, 10 Mar 2022 21:12:56 +0000 (UTC) From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org> Message-ID: <1646946641.12056130f2e0a15162951d80cdb0666de7ce98ed.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/transcode/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/transcode/transcode-1.1.7-r6.ebuild X-VCS-Directories: media-video/transcode/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 12056130f2e0a15162951d80cdb0666de7ce98ed X-VCS-Branch: master Date: Thu, 10 Mar 2022 21:12:56 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: aa7cc100-7a18-4b8d-8b69-276b595c74bb X-Archives-Hash: 42d8ebf5a80d3373843aa6627d4f0406 commit: 12056130f2e0a15162951d80cdb0666de7ce98ed Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Mar 10 05:20:17 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Mar 10 21:10:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12056130 media-video/transcode: [QA] fix UnusedInherits (multilib) get_libdir has been built-in since EAPI 6 Signed-off-by: Sam James <sam <AT> gentoo.org> media-video/transcode/transcode-1.1.7-r6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/transcode/transcode-1.1.7-r6.ebuild b/media-video/transcode/transcode-1.1.7-r6.ebuild index 41c7a8e47895..27b8a8cfff4b 100644 --- a/media-video/transcode/transcode-1.1.7-r6.ebuild +++ b/media-video/transcode/transcode-1.1.7-r6.ebuild @@ -1,8 +1,8 @@ -# Copyright 2002-2021 Gentoo Authors +# Copyright 2002-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools libtool multilib +inherit autotools DESCRIPTION="Utilities for transcoding video and audio codecs in different containers" HOMEPAGE="http://www.transcoding.org/ https://bitbucket.org/france/transcode-tcforge"