projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a44aaf7
)
net-im/psi: fixed wrong path to new history patch
author
Rion
<rion4ik@gmail.com>
Tue, 1 Aug 2017 18:17:03 +0000
(23:17 +0500)
committer
Andreas Sturmlechner
<asturm@gentoo.org>
Wed, 2 Aug 2017 06:31:11 +0000
(08:31 +0200)
Closes: https://github.com/gentoo/gentoo/pull/5268
net-im/psi/psi-9999.ebuild
patch
|
blob
|
history
diff --git
a/net-im/psi/psi-9999.ebuild
b/net-im/psi/psi-9999.ebuild
index 4e97fcbcbc13312ed7bbff087a915d56466e9f75..56868b48352ba197a57da2f4efb15861a560c56a 100644
(file)
--- 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')"