From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1218708-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 C3FE3138359 for <garchives@archives.gentoo.org>; Sat, 31 Oct 2020 11:12:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1146E0848; Sat, 31 Oct 2020 11:12:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 984C3E0844 for <gentoo-commits@lists.gentoo.org>; Sat, 31 Oct 2020 11:12:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15430340CF2 for <gentoo-commits@lists.gentoo.org>; Sat, 31 Oct 2020 11:12:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A09C430 for <gentoo-commits@lists.gentoo.org>; Sat, 31 Oct 2020 11:11:57 +0000 (UTC) From: "David Seifert" <soap@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, "David Seifert" <soap@gentoo.org> Message-ID: <1604142671.9bc0b0d442d7f53ac7645f2047de5149ff17f7e7.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/avidemux-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/avidemux-core/avidemux-core-2.7.4-r1.ebuild media-libs/avidemux-core/avidemux-core-2.7.6.ebuild X-VCS-Directories: media-libs/avidemux-core/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 9bc0b0d442d7f53ac7645f2047de5149ff17f7e7 X-VCS-Branch: master Date: Sat, 31 Oct 2020 11:11:57 +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: 29ca3a7a-720c-41b9-8caf-674542087cc5 X-Archives-Hash: 3d3220997c89aedc4c87591ca5b258e9 commit: 9bc0b0d442d7f53ac7645f2047de5149ff17f7e7 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sat Oct 31 11:11:11 2020 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Oct 31 11:11:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bc0b0d4 media-libs/avidemux-core: [QA] Inherit flag-o-matic.eclass explicitly Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: David Seifert <soap <AT> gentoo.org> media-libs/avidemux-core/avidemux-core-2.7.4-r1.ebuild | 2 +- media-libs/avidemux-core/avidemux-core-2.7.6.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/avidemux-core/avidemux-core-2.7.4-r1.ebuild b/media-libs/avidemux-core/avidemux-core-2.7.4-r1.ebuild index 631c18906fe..b069b81af16 100644 --- a/media-libs/avidemux-core/avidemux-core-2.7.4-r1.ebuild +++ b/media-libs/avidemux-core/avidemux-core-2.7.4-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 CMAKE_MAKEFILE_GENERATOR="emake" -inherit cmake +inherit cmake flag-o-matic DESCRIPTION="Core libraries for simple video cutting, filtering and encoding tasks" HOMEPAGE="http://fixounet.free.fr/avidemux" diff --git a/media-libs/avidemux-core/avidemux-core-2.7.6.ebuild b/media-libs/avidemux-core/avidemux-core-2.7.6.ebuild index ac6eace06eb..a43ad8aca26 100644 --- a/media-libs/avidemux-core/avidemux-core-2.7.6.ebuild +++ b/media-libs/avidemux-core/avidemux-core-2.7.6.ebuild @@ -5,7 +5,7 @@ EAPI=7 CMAKE_MAKEFILE_GENERATOR="emake" -inherit cmake toolchain-funcs +inherit cmake flag-o-matic toolchain-funcs DESCRIPTION="Core libraries for simple video cutting, filtering and encoding tasks" HOMEPAGE="http://fixounet.free.fr/avidemux"