projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
652a467
)
net-misc/midentd: use -p0 when applying patch in src_prepare()
author
Austin English
<wizardedit@gentoo.org>
Thu, 5 May 2016 17:29:53 +0000
(12:29 -0500)
committer
Austin English
<wizardedit@gentoo.org>
Thu, 5 May 2016 17:30:04 +0000
(12:30 -0500)
Gentoo-Bug: https://bugs.gentoo.org/582114
Package-Manager: portage-2.2.26
net-misc/midentd/midentd-2.3.1-r2.ebuild
patch
|
blob
|
history
diff --git
a/net-misc/midentd/midentd-2.3.1-r2.ebuild
b/net-misc/midentd/midentd-2.3.1-r2.ebuild
index 07d4e6d984188d9d88d848629287046932726a40..d395faf9f956050cf9ee61048512ef64dcabba40 100644
(file)
--- a/
net-misc/midentd/midentd-2.3.1-r2.ebuild
+++ b/
net-misc/midentd/midentd-2.3.1-r2.ebuild
@@
-19,7
+19,7
@@
RDEPEND="dev-lang/perl"
src_prepare() {
default
- eapply "${FILESDIR}"/${PV}-pidfile.patch
+ eapply
-p0
"${FILESDIR}"/${PV}-pidfile.patch
sed -i \
-e 's:/usr/local:/usr:' \
-e 's:service ident:service auth:' \