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.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 D03F4158086 for ; Sun, 7 Nov 2021 05:05:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06B362BC0E3; Sun, 7 Nov 2021 05:05:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2ABD62BC0E1 for ; Sun, 7 Nov 2021 05:05:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9488C342A3C for ; Sun, 7 Nov 2021 05:05:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67C4C1AD for ; Sun, 7 Nov 2021 05:05:07 +0000 (UTC) From: "Sam James" 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" Message-ID: <1636260980.95c9fa38c2faad41851a13b10772279227280685.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libdv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libdv/libdv-1.0.0-r4.ebuild X-VCS-Directories: media-libs/libdv/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 95c9fa38c2faad41851a13b10772279227280685 X-VCS-Branch: master Date: Sun, 7 Nov 2021 05:05:07 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9c454969-1e26-4faf-8357-5778c070dbdc X-Archives-Hash: fb9d66ab036f47f936730871199e8aca commit: 95c9fa38c2faad41851a13b10772279227280685 Author: Sam James gentoo org> AuthorDate: Sun Nov 7 04:56:20 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Nov 7 04:56:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95c9fa38 media-libs/libdv: fix IndirectInherits Signed-off-by: Sam James gentoo.org> media-libs/libdv/libdv-1.0.0-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libdv/libdv-1.0.0-r4.ebuild b/media-libs/libdv/libdv-1.0.0-r4.ebuild index 099d6387f63..17f8a37fa11 100644 --- a/media-libs/libdv/libdv-1.0.0-r4.ebuild +++ b/media-libs/libdv/libdv-1.0.0-r4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools flag-o-matic multilib-minimal +inherit autotools flag-o-matic multilib-minimal toolchain-funcs DESCRIPTION="Software codec for dv-format video (camcorders etc)" HOMEPAGE="http://libdv.sourceforge.net/"