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 C1A57138330 for ; Mon, 28 May 2018 23:02:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 115FBE0826; 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 DB2B5E082B for ; Mon, 28 May 2018 23:02:22 +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 0E5A4335C73 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 4AD0C2C6 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: <1527548521.6dbf3202b10d47825a5858d93cbf7aeecaab28f2.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.7.ebuild X-VCS-Directories: net-im/librvp/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 6dbf3202b10d47825a5858d93cbf7aeecaab28f2 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: 3d352d0d-75c0-4411-bd93-283cd15418f7 X-Archives-Hash: 972c5468448fd21313e8f880e7aa5de1 commit: 6dbf3202b10d47825a5858d93cbf7aeecaab28f2 Author: Aaron Bauman gentoo org> AuthorDate: Mon May 28 17:00:11 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon May 28 23:02:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dbf3202 net-im/librvp: add EPREFIX for our Gentoo Prefix friends Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-im/librvp/librvp-0.9.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/librvp/librvp-0.9.7.ebuild b/net-im/librvp/librvp-0.9.7.ebuild index c0b7fe1d6b5..8099329ca4a 100644 --- a/net-im/librvp/librvp-0.9.7.ebuild +++ b/net-im/librvp/librvp-0.9.7.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 }