summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorRion <rion4ik@gmail.com>2017-08-01 23:17:03 +0500
committerAndreas Sturmlechner <asturm@gentoo.org>2017-08-02 08:31:11 +0200
commitf5008d2db6e6b253a5bf489b4660e3d2892b8603 (patch)
treed8e77561b89e8443c15f783c032a679d0766446e /net-im
parentsys-block/mbuffer: Bump to version 20170515 (diff)
downloadgentoo-f5008d2db6e6b253a5bf489b4660e3d2892b8603.tar.gz
gentoo-f5008d2db6e6b253a5bf489b4660e3d2892b8603.tar.bz2
gentoo-f5008d2db6e6b253a5bf489b4660e3d2892b8603.zip
net-im/psi: fixed wrong path to new history patch
Closes: https://github.com/gentoo/gentoo/pull/5268
Diffstat (limited to 'net-im')
-rw-r--r--net-im/psi/psi-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
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')"