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-text/groonga | |
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-text/groonga')
-rw-r--r-- | app-text/groonga/groonga-6.1.2.ebuild | 3 | ||||
-rw-r--r-- | app-text/groonga/groonga-8.0.2.ebuild | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/app-text/groonga/groonga-6.1.2.ebuild b/app-text/groonga/groonga-6.1.2.ebuild index 8e0f8d564420..144873b934c1 100644 --- a/app-text/groonga/groonga-6.1.2.ebuild +++ b/app-text/groonga/groonga-6.1.2.ebuild @@ -49,8 +49,7 @@ src_configure() { --without-pcre \ --without-kytea \ --without-libstemmer \ - --with-log-path="${EROOT}var/log/${PN}.log" \ - --docdir="${EROOT}usr/share/doc/${P}" \ + --with-log-path="${EPREFIX}"/var/log/${PN}.log \ --without-ruby \ $(use_enable abort) \ $(use_enable benchmark) \ diff --git a/app-text/groonga/groonga-8.0.2.ebuild b/app-text/groonga/groonga-8.0.2.ebuild index c628d1b0675e..c429f681ca08 100644 --- a/app-text/groonga/groonga-8.0.2.ebuild +++ b/app-text/groonga/groonga-8.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -53,8 +53,7 @@ src_configure() { --without-kytea --without-libstemmer --disable-arrow - --with-log-path="${EROOT%/}/var/log/${PN}.log" - --docdir="${EROOT%/}/usr/share/doc/${P}" + --with-log-path="${EPREFIX}"/var/log/${PN}.log --without-ruby --with-shared-onigmo --with-onigmo=system |