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 642EB158020 for ; Sat, 12 Nov 2022 17:48:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93FC3E08C4; Sat, 12 Nov 2022 17:48:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 7480AE08BD for ; Sat, 12 Nov 2022 17:48:46 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D749340FF6 for ; Sat, 12 Nov 2022 17:48:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E501A763 for ; Sat, 12 Nov 2022 17:48:41 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1668274665.7945e47ce5aa896147f882738de65d43784b91b0.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/gpac/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/gpac/gpac-2.0.0.ebuild media-video/gpac/gpac-9999.ebuild X-VCS-Directories: media-video/gpac/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 7945e47ce5aa896147f882738de65d43784b91b0 X-VCS-Branch: master Date: Sat, 12 Nov 2022 17:48:41 +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: 15ead418-9aef-4cb1-bff7-eab9668b4c88 X-Archives-Hash: 009b4c71c806950138eed299f8026a79 commit: 7945e47ce5aa896147f882738de65d43784b91b0 Author: Matt Turner gentoo org> AuthorDate: Sat Nov 12 17:37:45 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Nov 12 17:37:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7945e47c media-video/gpac: Drop unused inherits Signed-off-by: Matt Turner gentoo.org> media-video/gpac/gpac-2.0.0.ebuild | 2 +- media-video/gpac/gpac-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/gpac/gpac-2.0.0.ebuild b/media-video/gpac/gpac-2.0.0.ebuild index 3a6ccfbdc055..34e01f0cc807 100644 --- a/media-video/gpac/gpac-2.0.0.ebuild +++ b/media-video/gpac/gpac-2.0.0.ebuild @@ -11,7 +11,7 @@ else KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" fi -inherit flag-o-matic toolchain-funcs ${SCM} xdg +inherit toolchain-funcs ${SCM} xdg DESCRIPTION="Implementation of the MPEG-4 Systems standard developed from scratch in ANSI C" HOMEPAGE="https://gpac.wp.imt.fr/" diff --git a/media-video/gpac/gpac-9999.ebuild b/media-video/gpac/gpac-9999.ebuild index 1c87f44bd3fe..6082d6bf02c5 100644 --- a/media-video/gpac/gpac-9999.ebuild +++ b/media-video/gpac/gpac-9999.ebuild @@ -11,7 +11,7 @@ else KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" fi -inherit flag-o-matic toolchain-funcs ${SCM} xdg +inherit toolchain-funcs ${SCM} xdg DESCRIPTION="Implementation of the MPEG-4 Systems standard developed from scratch in ANSI C" HOMEPAGE="https://gpac.wp.imt.fr/"