Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/makemkv/
Date: Sat, 07 Mar 2020 21:45:50
Message-Id: 1583617497.c51e026f56e3be62909662fe874c0d3b9a6bc751.chewi@gentoo
1 commit: c51e026f56e3be62909662fe874c0d3b9a6bc751
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 7 21:10:43 2020 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 7 21:44:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c51e026f
7
8 media-video/makemkv: Restrict redistribution
9
10 The EULA does say that binary redistribution is allowed but Gentoo
11 does not accept this for any EULA.
12
13 Package-Manager: Portage-2.3.92, Repoman-2.3.20
14 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
15
16 media-video/makemkv/makemkv-1.15.0.ebuild | 1 +
17 1 file changed, 1 insertion(+)
18
19 diff --git a/media-video/makemkv/makemkv-1.15.0.ebuild b/media-video/makemkv/makemkv-1.15.0.ebuild
20 index 4c6ccaf15ec..ff30a137bbc 100644
21 --- a/media-video/makemkv/makemkv-1.15.0.ebuild
22 +++ b/media-video/makemkv/makemkv-1.15.0.ebuild
23 @@ -17,6 +17,7 @@ LICENSE="LGPL-2.1 MPL-1.1 MakeMKV-EULA openssl"
24 SLOT="0"
25 KEYWORDS="-* ~amd64 ~x86"
26 IUSE="+gui libav libressl"
27 +RESTRICT="bindist mirror"
28
29 QA_PREBUILT="usr/bin/makemkvcon usr/bin/mmdtsdec"