diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2016-06-21 22:40:51 +0300 |
---|---|---|
committer | Ilya Tumaykin <itumaykin@gmail.com> | 2016-06-21 22:58:42 +0300 |
commit | d4ccbb14ab09d2ae2d1538b378c17be8761df02a (patch) | |
tree | 7ee2656e26ff9c7d4bfc60f16056fb8e2ed9f370 | |
parent | media-video/mpv: remove CONTRIBUTING.md from DOCS in 9999 (diff) | |
download | gentoo-d4ccbb14ab09d2ae2d1538b378c17be8761df02a.tar.gz gentoo-d4ccbb14ab09d2ae2d1538b378c17be8761df02a.tar.bz2 gentoo-d4ccbb14ab09d2ae2d1538b378c17be8761df02a.zip |
media-video/mpv: remove --disable-gpl3 configure option from 9999
This options and the related code were removed upstream.
See also https://bugs.gentoo.org/show_bug.cgi?id=571728#c5
Closes: https://github.com/gentoo/gentoo/pull/1710
Package-Manager: portage-2.3.0_rc1
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 447d74aab1e6..ccb8073b91a4 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -143,8 +143,6 @@ 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) |