commit: 2d2e534f92ff60694ade74176f1551e76182b1ed Author: Matthew Brewer <tomboy64 <AT> sina <DOT> cn> AuthorDate: Mon Mar 28 13:17:31 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Tue Mar 29 08:24:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d2e534f
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 <AT> gentoo.org> net-p2p/i2p/{i2p-0.9.24-r1.ebuild => i2p-0.9.24-r2.ebuild} | 1 + net-p2p/i2p/{i2p-0.9.25.ebuild => i2p-0.9.25-r1.ebuild} | 1 + 2 files changed, 2 insertions(+) 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 c265d91..f0f48b0 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 8e00d27..e25d09f 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'
