Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/gpac/
Date: Sat, 29 Jul 2017 10:06:03
Message-Id: 1501322737.95783335d08d8148a2611fbed764216d24b7d375.aballier@gentoo
1 commit: 95783335d08d8148a2611fbed764216d24b7d375
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 28 08:29:30 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 29 10:05:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95783335
7
8 media-video/gpac: add subslot
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 media-video/gpac/gpac-0.7.1.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/media-video/gpac/gpac-0.7.1.ebuild b/media-video/gpac/gpac-0.7.1.ebuild
16 index a17425b4c9f..2e7046a175c 100644
17 --- a/media-video/gpac/gpac-0.7.1.ebuild
18 +++ b/media-video/gpac/gpac-0.7.1.ebuild
19 @@ -17,7 +17,8 @@ DESCRIPTION="Implementation of the MPEG-4 Systems standard developed from scratc
20 HOMEPAGE="https://gpac.wp.imt.fr/"
21
22 LICENSE="GPL-2"
23 -SLOT="0"
24 +# subslot == libgpac major
25 +SLOT="0/7"
26 IUSE="a52 aac alsa debug dvb ffmpeg ipv6 jack jpeg jpeg2k libav libressl mad opengl oss png
27 pulseaudio sdl ssl static-libs theora truetype vorbis xml xvid X"