summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-23 15:16:51 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-23 15:16:51 +0100
commit24d75f9c5369eceacf7fd61ea241f21934545d6b (patch)
treeea5b16eaaab0d23116edc87a96d9166545e81fc2 /www-client/dillo
parentnet-mail/mailutils: Fix building with GCC 10 (diff)
downloadgentoo-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 'www-client/dillo')
-rw-r--r--www-client/dillo/dillo-3.0.5-r3.ebuild3
-rw-r--r--www-client/dillo/dillo-3.1_p20181005.ebuild3
-rw-r--r--www-client/dillo/dillo-9999.ebuild3
3 files changed, 3 insertions, 6 deletions
diff --git a/www-client/dillo/dillo-3.0.5-r3.ebuild b/www-client/dillo/dillo-3.0.5-r3.ebuild
index f2cd65be706a..956787d22bf5 100644
--- a/www-client/dillo/dillo-3.0.5-r3.ebuild
+++ b/www-client/dillo/dillo-3.0.5-r3.ebuild
@@ -48,8 +48,7 @@ src_configure() {
$(use_enable ipv6) \
$(use_enable jpeg) \
$(use_enable png) \
- $(use_enable ssl) \
- --docdir="/usr/share/doc/${PF}"
+ $(use_enable ssl)
}
src_compile() {
diff --git a/www-client/dillo/dillo-3.1_p20181005.ebuild b/www-client/dillo/dillo-3.1_p20181005.ebuild
index 80b643685578..f918f45287e4 100644
--- a/www-client/dillo/dillo-3.1_p20181005.ebuild
+++ b/www-client/dillo/dillo-3.1_p20181005.ebuild
@@ -45,8 +45,7 @@ src_configure() {
$(use_enable jpeg) \
$(use_enable png) \
$(use_enable ssl) \
- $(use_enable xembed) \
- --docdir="/usr/share/doc/${PF}"
+ $(use_enable xembed)
}
src_compile() {
diff --git a/www-client/dillo/dillo-9999.ebuild b/www-client/dillo/dillo-9999.ebuild
index 7269ff96157b..0f9bf5b7124d 100644
--- a/www-client/dillo/dillo-9999.ebuild
+++ b/www-client/dillo/dillo-9999.ebuild
@@ -43,8 +43,7 @@ src_configure() {
$(use_enable jpeg) \
$(use_enable png) \
$(use_enable ssl) \
- $(use_enable xembed) \
- --docdir="/usr/share/doc/${PF}"
+ $(use_enable xembed)
}
src_compile() {