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 4FFF4138330 for ; Mon, 28 May 2018 23:02:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 180EAE082B; Mon, 28 May 2018 23:02:23 +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 DBF3EE082D for ; Mon, 28 May 2018 23:02:22 +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 43BC4335C8A for ; Mon, 28 May 2018 23:02:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94F9E2CB for ; Mon, 28 May 2018 23:02:17 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1527548522.bce33685b9a546703d70a06dc7389df64f91d778.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/librvp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/librvp/librvp-0.9.6.ebuild X-VCS-Directories: net-im/librvp/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: bce33685b9a546703d70a06dc7389df64f91d778 X-VCS-Branch: master Date: Mon, 28 May 2018 23:02:17 +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: a6b46728-8679-4a04-ae41-49663ed13a63 X-Archives-Hash: b3b641bc80d0b099f1b29c6d730a3bc9 commit: bce33685b9a546703d70a06dc7389df64f91d778 Author: Aaron Bauman gentoo org> AuthorDate: Mon May 28 22:33:57 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon May 28 23:02:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bce33685 net-im/librvp: add EPREFIX where needed Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-im/librvp/librvp-0.9.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/librvp/librvp-0.9.6.ebuild b/net-im/librvp/librvp-0.9.6.ebuild index 6999a1f636e..8bf71334810 100644 --- a/net-im/librvp/librvp-0.9.6.ebuild +++ b/net-im/librvp/librvp-0.9.6.ebuild @@ -19,6 +19,6 @@ DEPEND="virtual/pkgconfig ${RDEPEND}" src_configure() { - econf --with-gaim-plugin-dir=/usr/$(get_libdir)/pidgin \ - --with-gaim-data-dir=/usr/share/pixmaps/pidgin + econf --with-gaim-plugin-dir="${EPREFIX}"/usr/$(get_libdir)/pidgin \ + --with-gaim-data-dir="${EPREFIX}"/usr/share/pixmaps/pidgin }