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 255F2138334 for ; Thu, 12 Dec 2019 09:16:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1E00E08BB; Thu, 12 Dec 2019 09:16:01 +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 A091AE08BB for ; Thu, 12 Dec 2019 09:16:01 +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 943EE34D93A for ; Thu, 12 Dec 2019 09:16:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D555778 for ; Thu, 12 Dec 2019 09:15:59 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1576142080.e43c8ae2fa00a05278b379b9a3bceb543f021650.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/zeppelin-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/zeppelin-bin/zeppelin-bin-0.8.2.ebuild X-VCS-Directories: www-apps/zeppelin-bin/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: e43c8ae2fa00a05278b379b9a3bceb543f021650 X-VCS-Branch: master Date: Thu, 12 Dec 2019 09:15:59 +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: 2797a673-7cbd-43fd-a0f5-9be2dd9ddc09 X-Archives-Hash: 226ce48d407ee6d287246967967757db commit: e43c8ae2fa00a05278b379b9a3bceb543f021650 Author: Patrice Clement gentoo org> AuthorDate: Thu Dec 12 09:14:40 2019 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Dec 12 09:14:40 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e43c8ae2 www-apps/zeppelin-bin: stable for amd64+x86. Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Patrice Clement gentoo.org> www-apps/zeppelin-bin/zeppelin-bin-0.8.2.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/www-apps/zeppelin-bin/zeppelin-bin-0.8.2.ebuild b/www-apps/zeppelin-bin/zeppelin-bin-0.8.2.ebuild index 8423abc2db7..62d7b66262b 100644 --- a/www-apps/zeppelin-bin/zeppelin-bin-0.8.2.ebuild +++ b/www-apps/zeppelin-bin/zeppelin-bin-0.8.2.ebuild @@ -13,10 +13,13 @@ HOMEPAGE="https://zeppelin.apache.org" SRC_URI="mirror://apache/zeppelin/${MY_PN}-${PV}/${MY_P}.tgz -> ${P}.tgz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" -DEPEND=">=virtual/jdk-1.8" -RDEPEND=">=virtual/jre-1.8" +DEPEND=" + >=virtual/jdk-1.8" + +RDEPEND=" + >=virtual/jre-1.8" S="${WORKDIR}/${MY_P}"