summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-10-30 15:41:24 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-30 16:13:13 +0100
commit94543eea4a7fe9b8b954237f99a66d0c6e09f82a (patch)
tree8002dda4eac1f55414b77b68bd4aa496efba3163 /media-video/gpac
parentmedia-sound/moc: https (diff)
downloadgentoo-94543eea4a7fe9b8b954237f99a66d0c6e09f82a.tar.gz
gentoo-94543eea4a7fe9b8b954237f99a66d0c6e09f82a.tar.bz2
gentoo-94543eea4a7fe9b8b954237f99a66d0c6e09f82a.zip
media-video/gpac: Drop unused eutils,multilib
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'media-video/gpac')
-rw-r--r--media-video/gpac/gpac-0.7.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/gpac/gpac-0.7.1.ebuild b/media-video/gpac/gpac-0.7.1.ebuild
index fea54fdfefe0..73698dcdb6b6 100644
--- a/media-video/gpac/gpac-0.7.1.ebuild
+++ b/media-video/gpac/gpac-0.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ else
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
fi
-inherit eutils flag-o-matic multilib toolchain-funcs ${SCM}
+inherit flag-o-matic toolchain-funcs ${SCM}
DESCRIPTION="Implementation of the MPEG-4 Systems standard developed from scratch in ANSI C"
HOMEPAGE="https://gpac.wp.imt.fr/"