diff options
author | David Seifert <soap@gentoo.org> | 2020-02-23 15:16:51 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-23 15:16:51 +0100 |
commit | 24d75f9c5369eceacf7fd61ea241f21934545d6b (patch) | |
tree | ea5b16eaaab0d23116edc87a96d9166545e81fc2 /media-video/mpv | |
parent | net-mail/mailutils: Fix building with GCC 10 (diff) | |
download | gentoo-24d75f9c5369eceacf7fd61ea241f21934545d6b.tar.gz gentoo-24d75f9c5369eceacf7fd61ea241f21934545d6b.tar.bz2 gentoo-24d75f9c5369eceacf7fd61ea241f21934545d6b.zip |
*/*: [QA] Remove redundant --docdir/--htmldir
Closes: https://github.com/gentoo/gentoo/pull/14742
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-video/mpv')
-rw-r--r-- | media-video/mpv/mpv-0.31.0.ebuild | 2 | ||||
-rw-r--r-- | media-video/mpv/mpv-0.32.0.ebuild | 2 | ||||
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/media-video/mpv/mpv-0.31.0.ebuild b/media-video/mpv/mpv-0.31.0.ebuild index fd5e769b1364..e95d246f1d18 100644 --- a/media-video/mpv/mpv-0.31.0.ebuild +++ b/media-video/mpv/mpv-0.31.0.ebuild @@ -152,8 +152,6 @@ src_configure() { local mywafargs=( --confdir="${EPREFIX}/etc/${PN}" - --docdir="${EPREFIX}/usr/share/doc/${PF}" - --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" $(usex cli '' '--disable-cplayer') $(use_enable libmpv libmpv-shared) diff --git a/media-video/mpv/mpv-0.32.0.ebuild b/media-video/mpv/mpv-0.32.0.ebuild index 0b5fa6961e19..404b09b47a9f 100644 --- a/media-video/mpv/mpv-0.32.0.ebuild +++ b/media-video/mpv/mpv-0.32.0.ebuild @@ -153,8 +153,6 @@ src_configure() { local mywafargs=( --confdir="${EPREFIX}/etc/${PN}" - --docdir="${EPREFIX}/usr/share/doc/${PF}" - --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" $(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 0b5fa6961e19..404b09b47a9f 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -153,8 +153,6 @@ src_configure() { local mywafargs=( --confdir="${EPREFIX}/etc/${PN}" - --docdir="${EPREFIX}/usr/share/doc/${PF}" - --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" $(usex cli '' '--disable-cplayer') $(use_enable libmpv libmpv-shared) |