diff options
author | Patrick Lauer <patrick@gentoo.org> | 2017-08-26 08:37:45 +0200 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2017-08-26 08:37:45 +0200 |
commit | d61eca381b2d2bb155f8da0a3f667da2c5a7da26 (patch) | |
tree | 69424bdb72fb5ae3f3cfbfd403ccf05c054e4305 | |
parent | net-vpn/i2pd: Fix manifest (diff) | |
download | gentoo-d61eca381b2d2bb155f8da0a3f667da2c5a7da26.tar.gz gentoo-d61eca381b2d2bb155f8da0a3f667da2c5a7da26.tar.bz2 gentoo-d61eca381b2d2bb155f8da0a3f667da2c5a7da26.zip |
net-vpn/i2p: Whitespace
Package-Manager: Portage-2.3.6, Repoman-2.3.3
-rw-r--r-- | net-vpn/i2p/i2p-0.9.30.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-vpn/i2p/i2p-0.9.30.ebuild b/net-vpn/i2p/i2p-0.9.30.ebuild index c475d04fc0ad..54eab04b7fe1 100644 --- a/net-vpn/i2p/i2p-0.9.30.ebuild +++ b/net-vpn/i2p/i2p-0.9.30.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -31,14 +31,14 @@ DEPEND="${CP_DEPEND} >=virtual/jdk-1.7" RDEPEND="${CP_DEPEND} - || ( + || ( dev-java/icedtea:7[-sunec] dev-java/icedtea:8[-sunec] dev-java/icedtea-bin:7 dev-java/icedtea-bin:8 dev-java/oracle-jre-bin dev-java/oracle-jdk-bin - )" + )" EANT_BUILD_TARGET="pkg" JAVA_ANT_ENCODING="UTF-8" |