summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2016-06-21 22:40:51 +0300
committerIlya Tumaykin <itumaykin@gmail.com>2016-06-21 22:58:42 +0300
commitd4ccbb14ab09d2ae2d1538b378c17be8761df02a (patch)
tree7ee2656e26ff9c7d4bfc60f16056fb8e2ed9f370
parentmedia-video/mpv: remove CONTRIBUTING.md from DOCS in 9999 (diff)
downloadgentoo-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.ebuild2
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)