diff options
author | Sam James <sam@gentoo.org> | 2021-03-27 20:23:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-27 22:35:30 +0000 |
commit | 6874875df21e0244d59125034678fd7773b95023 (patch) | |
tree | f89dfd81dcb83c3ea0f86cb33af15518253763ec /app-text/groonga | |
parent | oasis.eclass: adjust @DEPRECATED text (to fit format) (diff) | |
download | gentoo-6874875df21e0244d59125034678fd7773b95023.tar.gz gentoo-6874875df21e0244d59125034678fd7773b95023.tar.bz2 gentoo-6874875df21e0244d59125034678fd7773b95023.zip |
app-text/groonga: EPREFIX->ESYSROOT in EAPI 7
We can use ${ESYSROOT} which is more apt in EAPI 7.
Can't for the earlier version.
Fixes: 717e0fca0dd5c3780f9574e4104f2b923c0c15f4
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/groonga')
-rw-r--r-- | app-text/groonga/groonga-8.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/groonga/groonga-8.0.2.ebuild b/app-text/groonga/groonga-8.0.2.ebuild index 19c48773526c..ba54ef3cbd01 100644 --- a/app-text/groonga/groonga-8.0.2.ebuild +++ b/app-text/groonga/groonga-8.0.2.ebuild @@ -78,7 +78,7 @@ src_configure() { $(use_with lzo) $(use_with mecab) $(use_enable msgpack message-pack) - $(use_with msgpack message-pack "${EPREFIX}/usr") + $(use_with msgpack message-pack "${ESYSROOT}/usr") $(use_enable nfkc) $(use_with sphinx sphinx-build) $(use_enable static-libs static) |