diff options
author | tharvik <tharvik@users.noreply.github.com> | 2016-09-02 17:24:53 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2016-09-02 21:46:04 +0100 |
commit | 0f67b790f8ed83037a0339569c555e77c7b77805 (patch) | |
tree | eacb376d4372ac31ff9d9bb66d8aad369387fec0 /net-p2p | |
parent | app-vim/rust-vim: version bump to 1_pre20160829 (diff) | |
download | gentoo-0f67b790f8ed83037a0339569c555e77c7b77805.tar.gz gentoo-0f67b790f8ed83037a0339569c555e77c7b77805.tar.bz2 gentoo-0f67b790f8ed83037a0339569c555e77c7b77805.zip |
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@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/i2p/i2p-0.9.26.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/i2p/i2p-0.9.26.ebuild b/net-p2p/i2p/i2p-0.9.26.ebuild index 8f0da55f8a0e..fc39f4c0f92a 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() { |