From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 97EE71396D0 for ; Sat, 9 Sep 2017 16:00:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D37D31FC00B; Sat, 9 Sep 2017 16:00:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B49F01FC00B for ; Sat, 9 Sep 2017 16:00:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA0C734174F for ; Sat, 9 Sep 2017 16:00:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50A5D9063 for ; Sat, 9 Sep 2017 16:00:28 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1504972820.54754554e91ec720bbba21f39f01ab684e94d56e.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/accounts-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/accounts-qt/accounts-qt-1.15.ebuild X-VCS-Directories: net-libs/accounts-qt/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 54754554e91ec720bbba21f39f01ab684e94d56e X-VCS-Branch: master Date: Sat, 9 Sep 2017 16:00:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c3a62430-5124-4702-b211-33e1ac23ae5d X-Archives-Hash: 9629434af61c27afb687161278799bad commit: 54754554e91ec720bbba21f39f01ab684e94d56e Author: Michael Palimaka gentoo org> AuthorDate: Sat Sep 9 15:59:57 2017 +0000 Commit: Michael Palimaka gentoo 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() {