commit:     54754554e91ec720bbba21f39f01ab684e94d56e
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  9 15:59:57 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Sep  9 16:00:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54754554

net-libs/accounts-qt: don't use EROOT illegally

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 net-libs/accounts-qt/accounts-qt-1.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/accounts-qt/accounts-qt-1.15.ebuild 
b/net-libs/accounts-qt/accounts-qt-1.15.ebuild
index 9372bd2b098..234671c8ca8 100644
--- a/net-libs/accounts-qt/accounts-qt-1.15.ebuild
+++ b/net-libs/accounts-qt/accounts-qt-1.15.ebuild
@@ -37,7 +37,7 @@ src_prepare() {
 }
 
 src_configure() {
-       eqmake5 LIBDIR="${EROOT%/}/usr/$(get_libdir)"
+       eqmake5 LIBDIR="${EPREFIX%/}/usr/$(get_libdir)"
 }
 
 src_install() {

Reply via email to