Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/psi/
Date: Wed, 02 Aug 2017 06:31:42
Message-Id: 1501655471.f5008d2db6e6b253a5bf489b4660e3d2892b8603.asturm@gentoo
1 commit: f5008d2db6e6b253a5bf489b4660e3d2892b8603
2 Author: Rion <rion4ik <AT> gmail <DOT> com>
3 AuthorDate: Tue Aug 1 18:17:03 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 2 06:31:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5008d2d
7
8 net-im/psi: fixed wrong path to new history patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/5268
11
12 net-im/psi/psi-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-im/psi/psi-9999.ebuild b/net-im/psi/psi-9999.ebuild
16 index 4e97fcbcbc1..56868b48352 100644
17 --- a/net-im/psi/psi-9999.ebuild
18 +++ b/net-im/psi/psi-9999.ebuild
19 @@ -126,7 +126,7 @@ src_prepare() {
20 fi
21
22 eapply "${WORKDIR}/psi-plus/patches"/*.diff
23 - use sql && eapply "${PATCHES_DIR}/dev/psi-new-history.patch"
24 + use sql && eapply "${WORKDIR}/psi-plus/patches/dev/psi-new-history.patch"
25
26 vergen="${WORKDIR}/psi-plus/admin/psi-plus-nightly-version"
27 features="$(use webkit && echo '--webkit') $(use webengine && echo '--webengine') $(use sql && echo '--sql')"