diff options
author | Sam James <sam@gentoo.org> | 2021-03-10 00:27:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-10 00:27:47 +0000 |
commit | 717e0fca0dd5c3780f9574e4104f2b923c0c15f4 (patch) | |
tree | db54bdfebe89804af850aa0d7892e8c9b804a6a5 /app-text/groonga/groonga-8.0.2.ebuild | |
parent | dev-db/libiodbc: add 3.52.14 (diff) | |
download | gentoo-717e0fca0dd5c3780f9574e4104f2b923c0c15f4.tar.gz gentoo-717e0fca0dd5c3780f9574e4104f2b923c0c15f4.tar.bz2 gentoo-717e0fca0dd5c3780f9574e4104f2b923c0c15f4.zip |
app-text/groonga: replace invalid use of EROOT
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/groonga/groonga-8.0.2.ebuild')
-rw-r--r-- | app-text/groonga/groonga-8.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/groonga/groonga-8.0.2.ebuild b/app-text/groonga/groonga-8.0.2.ebuild index c429f681ca08..81552b275bfc 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) |