diff options
author | Matthew Brewer <tomboy64@sina.cn> | 2016-03-28 15:17:31 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-03-29 08:24:15 +0000 |
commit | 2d2e534f92ff60694ade74176f1551e76182b1ed (patch) | |
tree | 043d24cd2960e2e3caebf3f0d3dae24f8a5ab72c /net-p2p/i2p | |
parent | app-emulation/qemu: x86 stable wrt bug #573816 (diff) | |
download | gentoo-2d2e534f92ff60694ade74176f1551e76182b1ed.tar.gz gentoo-2d2e534f92ff60694ade74176f1551e76182b1ed.tar.bz2 gentoo-2d2e534f92ff60694ade74176f1551e76182b1ed.zip |
net-p2p/i2p: fix compile failure with LC_ALL=C.
Package-Manager: portage-2.2.28
RepoMan-Options: --ignore-arches
Gentoo-Bug: https://bugs.gentoo.org/578374
Closes: https://github.com/gentoo/gentoo/pull/1153
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'net-p2p/i2p')
-rw-r--r-- | net-p2p/i2p/i2p-0.9.24-r2.ebuild (renamed from net-p2p/i2p/i2p-0.9.24-r1.ebuild) | 1 | ||||
-rw-r--r-- | net-p2p/i2p/i2p-0.9.25-r1.ebuild (renamed from net-p2p/i2p/i2p-0.9.25.ebuild) | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net-p2p/i2p/i2p-0.9.24-r1.ebuild b/net-p2p/i2p/i2p-0.9.24-r2.ebuild index c265d9100679..f0f48b09a001 100644 --- a/net-p2p/i2p/i2p-0.9.24-r1.ebuild +++ b/net-p2p/i2p/i2p-0.9.24-r2.ebuild @@ -45,6 +45,7 @@ RDEPEND="${CDEPEND} EANT_BUILD_TARGET="pkg" EANT_GENTOO_CLASSPATH="java-service-wrapper,jrobin,slf4j-api,tomcat-jstl-impl,tomcat-jstl-spec,bcprov-1.50" +JAVA_ANT_ENCODING="UTF-8" I2P_ROOT='/usr/share/i2p' I2P_CONFIG_HOME='/var/lib/i2p' diff --git a/net-p2p/i2p/i2p-0.9.25.ebuild b/net-p2p/i2p/i2p-0.9.25-r1.ebuild index 8e00d27ce0ac..e25d09f184ad 100644 --- a/net-p2p/i2p/i2p-0.9.25.ebuild +++ b/net-p2p/i2p/i2p-0.9.25-r1.ebuild @@ -48,6 +48,7 @@ RDEPEND="${CDEPEND} EANT_BUILD_TARGET="pkg" EANT_GENTOO_CLASSPATH="java-service-wrapper,jrobin,slf4j-api,tomcat-jstl-impl,tomcat-jstl-spec,bcprov-1.50" +JAVA_ANT_ENCODING="UTF-8" I2P_ROOT='/usr/share/i2p' I2P_CONFIG_HOME='/var/lib/i2p' |