Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/gpac/
Date: Tue, 30 Oct 2018 15:13:36
Message-Id: 1540912393.94543eea4a7fe9b8b954237f99a66d0c6e09f82a.asturm@gentoo
1 commit: 94543eea4a7fe9b8b954237f99a66d0c6e09f82a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 30 14:41:24 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 30 15:13:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94543eea
7
8 media-video/gpac: Drop unused eutils,multilib
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 media-video/gpac/gpac-0.7.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-video/gpac/gpac-0.7.1.ebuild b/media-video/gpac/gpac-0.7.1.ebuild
17 index fea54fdfefe..73698dcdb6b 100644
18 --- a/media-video/gpac/gpac-0.7.1.ebuild
19 +++ b/media-video/gpac/gpac-0.7.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -11,7 +11,7 @@ else
27 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
28 fi
29
30 -inherit eutils flag-o-matic multilib toolchain-funcs ${SCM}
31 +inherit flag-o-matic toolchain-funcs ${SCM}
32
33 DESCRIPTION="Implementation of the MPEG-4 Systems standard developed from scratch in ANSI C"
34 HOMEPAGE="https://gpac.wp.imt.fr/"