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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BF32C138359 for ; Sat, 12 Sep 2020 21:42:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E959BE086C; Sat, 12 Sep 2020 21:42:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D09D9E086C for ; Sat, 12 Sep 2020 21:42:54 +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 0879D340FF6 for ; Sat, 12 Sep 2020 21:42:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE270EC for ; Sat, 12 Sep 2020 21:42:52 +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: <1599946962.bc0a1924bdb2132722717404fbca9bf878da2cd8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/gpac/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/gpac/gpac-9999.ebuild X-VCS-Directories: media-video/gpac/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bc0a1924bdb2132722717404fbca9bf878da2cd8 X-VCS-Branch: master Date: Sat, 12 Sep 2020 21:42:52 +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: c8062cf8-4522-47fa-8c9d-a1d1e38dcd1b X-Archives-Hash: 8f05eee13c6f99f2d9bce820bafcfc90 commit: bc0a1924bdb2132722717404fbca9bf878da2cd8 Author: Sam James gentoo org> AuthorDate: Sat Sep 12 21:18:27 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sat Sep 12 21:42:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc0a1924 media-video/gpac: inherit xdg Closes: https://bugs.gentoo.org/741574 Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Sam James gentoo.org> media-video/gpac/gpac-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/gpac/gpac-9999.ebuild b/media-video/gpac/gpac-9999.ebuild index eb3754e022a..add9cd2aa6d 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} +inherit flag-o-matic toolchain-funcs ${SCM} xdg DESCRIPTION="Implementation of the MPEG-4 Systems standard developed from scratch in ANSI C" HOMEPAGE="https://gpac.wp.imt.fr/"