Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/i2p/
Date: Fri, 02 Sep 2016 20:47:00
Message-Id: 1472849164.0f67b790f8ed83037a0339569c555e77c7b77805.chewi@gentoo
1 commit: 0f67b790f8ed83037a0339569c555e77c7b77805
2 Author: tharvik <tharvik <AT> users <DOT> noreply <DOT> github <DOT> com>
3 AuthorDate: Fri Sep 2 15:24:53 2016 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 2 20:46:04 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f67b790
7
8 net-p2p/i2p: fix enewuser unsupported use (@gsora)
9
10 Package-Manager: portage-2.2.28
11 Closes: https://github.com/gentoo/gentoo/pull/2191
12
13 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
14
15 net-p2p/i2p/i2p-0.9.26.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/net-p2p/i2p/i2p-0.9.26.ebuild b/net-p2p/i2p/i2p-0.9.26.ebuild
19 index 8f0da55..fc39f4c 100644
20 --- a/net-p2p/i2p/i2p-0.9.26.ebuild
21 +++ b/net-p2p/i2p/i2p-0.9.26.ebuild
22 @@ -64,7 +64,7 @@ pkg_setup() {
23 java-pkg-2_pkg_setup
24
25 enewgroup i2p
26 - enewuser i2p -1 -1 "${I2P_CONFIG_HOME}" i2p -m
27 + enewuser i2p -1 -1 "${I2P_CONFIG_HOME}" i2p
28 }
29
30 src_unpack() {