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 98665138359 for ; Sun, 20 Sep 2020 02:11:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE7C6E0837; Sun, 20 Sep 2020 02:11:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C2605E0837 for ; Sun, 20 Sep 2020 02:11:41 +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 6025434106D for ; Sun, 20 Sep 2020 02:11:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CECD4361 for ; Sun, 20 Sep 2020 02:11:38 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1600567891.5e5f646e4c0a388043cc710caa2a2e14784b9a1d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jzlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jzlib/jzlib-1.0.7-r2.ebuild X-VCS-Directories: dev-java/jzlib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5e5f646e4c0a388043cc710caa2a2e14784b9a1d X-VCS-Branch: master Date: Sun, 20 Sep 2020 02:11:38 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7d2e8921-c288-494f-ae35-952c1310445b X-Archives-Hash: 87f044762b5a9ff26e4d3f4298335c58 commit: 5e5f646e4c0a388043cc710caa2a2e14784b9a1d Author: Sam James gentoo org> AuthorDate: Sun Sep 20 02:11:27 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 20 02:11:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e5f646e dev-java/jzlib: port other to EAPI 7 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James gentoo.org> dev-java/jzlib/jzlib-1.0.7-r2.ebuild | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/dev-java/jzlib/jzlib-1.0.7-r2.ebuild b/dev-java/jzlib/jzlib-1.0.7-r2.ebuild index cafaafe1b74..4f55768422a 100644 --- a/dev-java/jzlib/jzlib-1.0.7-r2.ebuild +++ b/dev-java/jzlib/jzlib-1.0.7-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 JAVA_PKG_IUSE="doc source examples" @@ -14,14 +14,10 @@ SRC_URI="http://www.jcraft.com/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" -RDEPEND=" - >=virtual/jre-1.6" - -DEPEND=" - source? ( app-arch/zip ) - >=virtual/jdk-1.6" +BDEPEND="source? ( app-arch/zip )" +RDEPEND=">=virtual/jre-1.6" +DEPEND=">=virtual/jdk-1.6" S="${WORKDIR}/${P}"