diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2016-01-13 17:28:37 +0300 |
---|---|---|
committer | Ilya Tumaykin <itumaykin@gmail.com> | 2016-01-13 17:28:37 +0300 |
commit | 79aef404848b9c2b31ba0e4851b9cbdc7d33fc8f (patch) | |
tree | f176fb57157332c295351c8d0e11fca52f752103 /media-video | |
parent | Merge remote-tracking branch 'github/pr/646'. (diff) | |
download | gentoo-79aef404848b9c2b31ba0e4851b9cbdc7d33fc8f.tar.gz gentoo-79aef404848b9c2b31ba0e4851b9cbdc7d33fc8f.tar.bz2 gentoo-79aef404848b9c2b31ba0e4851b9cbdc7d33fc8f.zip |
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
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-0.14.0-r1.ebuild | 2 | ||||
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/media-video/mpv/mpv-0.14.0-r1.ebuild b/media-video/mpv/mpv-0.14.0-r1.ebuild index d4c20285a6f8..60e9108aecb6 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 a776c14034c8..582b98fc55c1 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) |