Skip to content

Commit

Permalink
Merge remote-tracking branch 'github/pr/648'. Fixes bug 571728.
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieurp committed Jan 13, 2016
2 parents 4e4dfb5 + 79aef40 commit 3b0ab23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions media-video/mpv/mpv-0.14.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 2 additions & 0 deletions media-video/mpv/mpv-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 3b0ab23

Please sign in to comment.