commit:     f5008d2db6e6b253a5bf489b4660e3d2892b8603
Author:     Rion <rion4ik <AT> gmail <DOT> com>
AuthorDate: Tue Aug  1 18:17:03 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Aug  2 06:31:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5008d2d

net-im/psi: fixed wrong path to new history patch

Closes: https://github.com/gentoo/gentoo/pull/5268

 net-im/psi/psi-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/psi/psi-9999.ebuild b/net-im/psi/psi-9999.ebuild
index 4e97fcbcbc1..56868b48352 100644
--- a/net-im/psi/psi-9999.ebuild
+++ b/net-im/psi/psi-9999.ebuild
@@ -126,7 +126,7 @@ src_prepare() {
                fi
 
                eapply "${WORKDIR}/psi-plus/patches"/*.diff
-               use sql && eapply "${PATCHES_DIR}/dev/psi-new-history.patch"
+               use sql && eapply 
"${WORKDIR}/psi-plus/patches/dev/psi-new-history.patch"
 
                vergen="${WORKDIR}/psi-plus/admin/psi-plus-nightly-version"
                features="$(use webkit && echo '--webkit') $(use webengine && 
echo '--webengine') $(use sql && echo '--sql')"

Reply via email to