commit: 6874875df21e0244d59125034678fd7773b95023 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Mar 27 20:23:51 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Mar 27 22:35:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6874875d
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 <AT> gentoo.org> app-text/groonga/groonga-8.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/groonga/groonga-8.0.2.ebuild b/app-text/groonga/groonga-8.0.2.ebuild index 19c48773526..ba54ef3cbd0 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)