commit:     717e0fca0dd5c3780f9574e4104f2b923c0c15f4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 10 00:27:47 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 10 00:27:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=717e0fca

app-text/groonga: replace invalid use of EROOT

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/groonga/groonga-6.1.2.ebuild | 3 ++-
 app-text/groonga/groonga-8.0.2.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/app-text/groonga/groonga-6.1.2.ebuild 
b/app-text/groonga/groonga-6.1.2.ebuild
index f10e95ad95d..436498af553 100644
--- a/app-text/groonga/groonga-6.1.2.ebuild
+++ b/app-text/groonga/groonga-6.1.2.ebuild
@@ -63,7 +63,7 @@ src_configure() {
                $(use_with libevent) \
                $(use_with lzo) \
                $(use_with mecab) \
-               $(use_with msgpack message-pack "${EROOT}usr") \
+               $(use_with msgpack message-pack "${EPREFIX}/usr") \
                $(use_enable nfkc) \
                $(use_with sphinx sphinx-build) \
                $(use_enable static-libs static) \
@@ -74,6 +74,7 @@ src_configure() {
 
 src_install() {
        local DOCS=( README.md )
+
        default
 
        prune_libtool_files

diff --git a/app-text/groonga/groonga-8.0.2.ebuild 
b/app-text/groonga/groonga-8.0.2.ebuild
index c429f681ca0..81552b275bf 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-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -71,7 +71,7 @@ src_configure() {
                $(use_with lzo)
                $(use_with mecab)
                $(use_enable msgpack message-pack)
-               $(use_with msgpack message-pack "${EROOT%/}/usr")
+               $(use_with msgpack message-pack "${EPREFIX}/usr")
                $(use_enable nfkc)
                $(use_with sphinx sphinx-build)
                $(use_enable static-libs static)

Reply via email to