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 463DF138334 for ; Thu, 6 Dec 2018 11:18:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F315E08F3; Thu, 6 Dec 2018 11:18:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 EF6A5E08F3 for ; Thu, 6 Dec 2018 11:18:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 00BE8335CCD for ; Thu, 6 Dec 2018 11:18:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06E1C44B for ; Thu, 6 Dec 2018 11:18:12 +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: <1544095084.9eab1f8d567a7c7734f835e2cb84f07c63bf30ff.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/lbdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/lbdb/lbdb-0.42.1.ebuild X-VCS-Directories: net-mail/lbdb/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 9eab1f8d567a7c7734f835e2cb84f07c63bf30ff X-VCS-Branch: master Date: Thu, 6 Dec 2018 11:18:12 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 405de0a7-e73e-460a-b317-ebc62eac847d X-Archives-Hash: 05330816497712d87154f8f0913c5b4b commit: 9eab1f8d567a7c7734f835e2cb84f07c63bf30ff Author: Fabian Groffen gentoo org> AuthorDate: Thu Dec 6 11:17:40 2018 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Thu Dec 6 11:18:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eab1f8d net-mail/lbdb: fix install for Prefix by Olivier Huber, bug #669390 Closes: https://bugs.gentoo.org/669390 Signed-off-by: Fabian Groffen gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 net-mail/lbdb/lbdb-0.42.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-mail/lbdb/lbdb-0.42.1.ebuild b/net-mail/lbdb/lbdb-0.42.1.ebuild index 48a8974ca10..dc9aa2dc00b 100644 --- a/net-mail/lbdb/lbdb-0.42.1.ebuild +++ b/net-mail/lbdb/lbdb-0.42.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -30,7 +30,7 @@ src_configure() { if use evo ; then evoversion=$(best_version mail-client/evolution) evoversion=${evoversion##mail-client/evolution-} - evolution_addressbook_export="/usr/libexec/evolution/$(get_version_component_range 1-2 ${evoversion})/evolution-addressbook-export" + evolution_addressbook_export="${EPREFIX}/usr/libexec/evolution/$(get_version_component_range 1-2 ${evoversion})/evolution-addressbook-export" fi econf $(use_with finger) \ @@ -41,7 +41,7 @@ src_configure() { --enable-lbdb-dotlock \ --without-pgpk --without-pgp \ --without-niscat --without-addr-email --with-getent \ - --libdir=/usr/$(get_libdir)/lbdb + --libdir="${EPREFIX}"/usr/$(get_libdir)/lbdb } src_install () {