From f5008d2db6e6b253a5bf489b4660e3d2892b8603 Mon Sep 17 00:00:00 2001 From: Rion Date: Tue, 1 Aug 2017 23:17:03 +0500 Subject: 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(-) (limited to 'net-im/psi/psi-9999.ebuild') diff --git a/net-im/psi/psi-9999.ebuild b/net-im/psi/psi-9999.ebuild index 4e97fcbcbc13..56868b48352b 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')" -- cgit v1.2.3-65-gdbad