From 79aef404848b9c2b31ba0e4851b9cbdc7d33fc8f Mon Sep 17 00:00:00 2001 From: Ilya Tumaykin Date: Wed, 13 Jan 2016 17:28:37 +0300 Subject: [PATCH] media-video/mpv: explicitly disable code with unclear license Upstream provides very unclear license information about the code hidden under --enable-gpl3 switch. See Gentoo bug 571728 for more info. This code is disabled by default, so there is no actual change in the build. But since we have a report in Gentoo bugzilla, add a reference to it. Gentoo-Bug: 571278 Package-Manager: portage-2.2.26 --- media-video/mpv/mpv-0.14.0-r1.ebuild | 2 ++ media-video/mpv/mpv-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/media-video/mpv/mpv-0.14.0-r1.ebuild b/media-video/mpv/mpv-0.14.0-r1.ebuild index d4c20285a6f89..60e9108aecb61 100644 --- a/media-video/mpv/mpv-0.14.0-r1.ebuild +++ b/media-video/mpv/mpv-0.14.0-r1.ebuild @@ -172,6 +172,8 @@ src_configure() { --confdir="${EPREFIX}"/etc/${PN} --docdir="${EPREFIX}"/usr/share/doc/${PF} + --disable-gpl3 # Unclear license info. See Gentoo bug 571728. + $(usex cli '' '--disable-cplayer') $(use_enable libmpv libmpv-shared) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index a776c14034c8b..582b98fc55c12 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -169,6 +169,8 @@ src_configure() { --confdir="${EPREFIX}"/etc/${PN} --docdir="${EPREFIX}"/usr/share/doc/${PF} + --disable-gpl3 # Unclear license info. See Gentoo bug 571728. + $(usex cli '' '--disable-cplayer') $(use_enable libmpv libmpv-shared)