From: Matthew Brewer Date: Mon, 28 Mar 2016 13:17:31 +0000 (+0200) Subject: net-p2p/i2p: fix compile failure with LC_ALL=C. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2d2e534f92ff60694ade74176f1551e76182b1ed;p=gentoo.git 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 --- diff --git a/net-p2p/i2p/i2p-0.9.24-r1.ebuild b/net-p2p/i2p/i2p-0.9.24-r2.ebuild similarity index 99% rename from net-p2p/i2p/i2p-0.9.24-r1.ebuild rename to 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 similarity index 99% rename from net-p2p/i2p/i2p-0.9.25.ebuild rename to 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'