Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/librvp/
Date: Mon, 28 May 2018 23:02:34
Message-Id: 1527548522.bce33685b9a546703d70a06dc7389df64f91d778.bman@gentoo
1 commit: bce33685b9a546703d70a06dc7389df64f91d778
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 28 22:33:57 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon May 28 23:02:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bce33685
7
8 net-im/librvp: add EPREFIX where needed
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 net-im/librvp/librvp-0.9.6.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-im/librvp/librvp-0.9.6.ebuild b/net-im/librvp/librvp-0.9.6.ebuild
16 index 6999a1f636e..8bf71334810 100644
17 --- a/net-im/librvp/librvp-0.9.6.ebuild
18 +++ b/net-im/librvp/librvp-0.9.6.ebuild
19 @@ -19,6 +19,6 @@ DEPEND="virtual/pkgconfig
20 ${RDEPEND}"
21
22 src_configure() {
23 - econf --with-gaim-plugin-dir=/usr/$(get_libdir)/pidgin \
24 - --with-gaim-data-dir=/usr/share/pixmaps/pidgin
25 + econf --with-gaim-plugin-dir="${EPREFIX}"/usr/$(get_libdir)/pidgin \
26 + --with-gaim-data-dir="${EPREFIX}"/usr/share/pixmaps/pidgin
27 }