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 070A01382EE for ; Tue, 5 Jul 2016 11:51:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 557A1E0B2D; Tue, 5 Jul 2016 11:51:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3DF6E0B2D for ; Tue, 5 Jul 2016 11:51:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 22BE2340C42 for ; Tue, 5 Jul 2016 11:51:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0E282430 for ; Tue, 5 Jul 2016 11:51:32 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1467719483.b595b926511d7ff78fca0e4ec8d6dd24bb276a8c.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libbsd/libbsd-0.8.3.ebuild X-VCS-Directories: dev-libs/libbsd/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: b595b926511d7ff78fca0e4ec8d6dd24bb276a8c X-VCS-Branch: master Date: Tue, 5 Jul 2016 11:51:32 +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: 7f98c3b8-377d-4a04-9e7b-87ad17a2ed92 X-Archives-Hash: 2c3656f4a13cade0fe93400a5fa6efff commit: b595b926511d7ff78fca0e4ec8d6dd24bb276a8c Author: Fabian Groffen gentoo org> AuthorDate: Tue Jul 5 11:51:23 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Tue Jul 5 11:51:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b595b926 dev-libs/libbsd: fix library check for Prefix Package-Manager: portage-2.2.28 dev-libs/libbsd/libbsd-0.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libbsd/libbsd-0.8.3.ebuild b/dev-libs/libbsd/libbsd-0.8.3.ebuild index b60692f..9bb880e 100644 --- a/dev-libs/libbsd/libbsd-0.8.3.ebuild +++ b/dev-libs/libbsd/libbsd-0.8.3.ebuild @@ -18,7 +18,7 @@ DEPEND=">=sys-kernel/linux-headers-3.17" RDEPEND="" pkg_setup() { - local f="${ROOT}/usr/$(get_libdir)/${PN}.a" + local f="${EROOT}/usr/$(get_libdir)/${PN}.a" local m="You need to remove ${f} by hand or re-emerge sys-libs/glibc first." if ! has_version ${CATEGORY}/${PN}; then if [[ -e ${f} ]]; then