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 /app-shells | |
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 'app-shells')
-rw-r--r-- | app-shells/bash/bash-4.4_p23-r1.ebuild | 2 | ||||
-rw-r--r-- | app-shells/bash/bash-5.0_p11.ebuild | 2 | ||||
-rw-r--r-- | app-shells/bash/bash-5.0_p16.ebuild | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/app-shells/bash/bash-4.4_p23-r1.ebuild b/app-shells/bash/bash-4.4_p23-r1.ebuild index 7f7ec01858ef..867a266dbcde 100644 --- a/app-shells/bash/bash-4.4_p23-r1.ebuild +++ b/app-shells/bash/bash-4.4_p23-r1.ebuild @@ -106,8 +106,6 @@ src_prepare() { src_configure() { local myconf=( --disable-profiling - --docdir='$(datarootdir)'/doc/${PF} - --htmldir='$(docdir)/html' --with-curses $(use_enable mem-scramble) $(use_enable net net-redirections) diff --git a/app-shells/bash/bash-5.0_p11.ebuild b/app-shells/bash/bash-5.0_p11.ebuild index 514ef9e6aaa1..bdce76098cbe 100644 --- a/app-shells/bash/bash-5.0_p11.ebuild +++ b/app-shells/bash/bash-5.0_p11.ebuild @@ -110,8 +110,6 @@ src_prepare() { src_configure() { local myconf=( --disable-profiling - --docdir='$(datarootdir)'/doc/${PF} - --htmldir='$(docdir)/html' --with-curses $(use_enable mem-scramble) $(use_enable net net-redirections) diff --git a/app-shells/bash/bash-5.0_p16.ebuild b/app-shells/bash/bash-5.0_p16.ebuild index 514ef9e6aaa1..bdce76098cbe 100644 --- a/app-shells/bash/bash-5.0_p16.ebuild +++ b/app-shells/bash/bash-5.0_p16.ebuild @@ -110,8 +110,6 @@ src_prepare() { src_configure() { local myconf=( --disable-profiling - --docdir='$(datarootdir)'/doc/${PF} - --htmldir='$(docdir)/html' --with-curses $(use_enable mem-scramble) $(use_enable net net-redirections) |