commit: 0f67b790f8ed83037a0339569c555e77c7b77805 Author: tharvik <tharvik <AT> users <DOT> noreply <DOT> github <DOT> com> AuthorDate: Fri Sep 2 15:24:53 2016 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Fri Sep 2 20:46:04 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f67b790
net-p2p/i2p: fix enewuser unsupported use (@gsora) Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/2191 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> net-p2p/i2p/i2p-0.9.26.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/i2p/i2p-0.9.26.ebuild b/net-p2p/i2p/i2p-0.9.26.ebuild index 8f0da55..fc39f4c 100644 --- 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() {
