From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 78A1F1396D0 for ; Sat, 26 Aug 2017 06:50:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CF4B1FC046; Sat, 26 Aug 2017 06:50:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 222FC1FC046 for ; Sat, 26 Aug 2017 06:50:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B0D7C3415B7 for ; Sat, 26 Aug 2017 06:50:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F6BF82FA for ; Sat, 26 Aug 2017 06:50:02 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1503729465.d61eca381b2d2bb155f8da0a3f667da2c5a7da26.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/i2p/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/i2p/i2p-0.9.30.ebuild X-VCS-Directories: net-vpn/i2p/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: d61eca381b2d2bb155f8da0a3f667da2c5a7da26 X-VCS-Branch: master Date: Sat, 26 Aug 2017 06:50:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ff11fea0-328f-418f-9660-2ec58c868e8a X-Archives-Hash: d9f1c9275a8cd7e125d2da584e47935c commit: d61eca381b2d2bb155f8da0a3f667da2c5a7da26 Author: Patrick Lauer gentoo org> AuthorDate: Sat Aug 26 06:37:45 2017 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Sat Aug 26 06:37:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d61eca38 net-vpn/i2p: Whitespace Package-Manager: Portage-2.3.6, Repoman-2.3.3 net-vpn/i2p/i2p-0.9.30.ebuild | 6 +++--- 1 file 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 c475d04fc0a..54eab04b7fe 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"