projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34da6e5
)
net-p2p/i2p: fix enewuser unsupported use (@gsora)
author
tharvik
<tharvik@users.noreply.github.com>
Fri, 2 Sep 2016 15:24:53 +0000
(17:24 +0200)
committer
James Le Cuirot
<chewi@gentoo.org>
Fri, 2 Sep 2016 20:46:04 +0000
(21:46 +0100)
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/2191
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
net-p2p/i2p/i2p-0.9.26.ebuild
patch
|
blob
|
history
diff --git
a/net-p2p/i2p/i2p-0.9.26.ebuild
b/net-p2p/i2p/i2p-0.9.26.ebuild
index 8f0da55f8a0ea6774ccd4b79e60960e7e38ed5f3..fc39f4c0f92af32c4482b461ceea382383920258 100644
(file)
--- a/
net-p2p/i2p/i2p-0.9.26.ebuild
+++ b/
net-p2p/i2p/i2p-0.9.26.ebuild
@@
-64,7
+64,7
@@
pkg_setup() {
java-pkg-2_pkg_setup
enewgroup i2p
- enewuser i2p -1 -1 "${I2P_CONFIG_HOME}" i2p
-m
+ enewuser i2p -1 -1 "${I2P_CONFIG_HOME}" i2p
}
src_unpack() {