commit: d4ccbb14ab09d2ae2d1538b378c17be8761df02a Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com> AuthorDate: Tue Jun 21 19:40:51 2016 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Jun 21 19:58:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4ccbb14
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 media-video/mpv/mpv-9999.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 447d74a..ccb8073 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)
