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 4E861138334 for ; Tue, 14 May 2019 19:12:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D121E092E; Tue, 14 May 2019 19:12:24 +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 0BD4CE092E for ; Tue, 14 May 2019 19:12:23 +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 8017434442C for ; Tue, 14 May 2019 19:12:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBF5D5DC for ; Tue, 14 May 2019 19:12:20 +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: <1557861132.ea44e43be785f18d57e57ad59292773bf0c04ef9.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/maven-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/maven-bin/maven-bin-3.0.5.ebuild X-VCS-Directories: dev-java/maven-bin/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: ea44e43be785f18d57e57ad59292773bf0c04ef9 X-VCS-Branch: master Date: Tue, 14 May 2019 19:12:20 +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: f5003268-8b7d-41e6-ae93-e2e0c4f9825b X-Archives-Hash: a3784a728b6bfd03c3525a31d36ccca2 commit: ea44e43be785f18d57e57ad59292773bf0c04ef9 Author: Patrice Clement gentoo org> AuthorDate: Tue May 14 17:32:24 2019 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue May 14 19:12:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea44e43b dev-java/maven-bin: stable for amd64+x86. Package-Manager: Portage-2.3.62, Repoman-2.3.11 Signed-off-by: Patrice Clement gentoo.org> dev-java/maven-bin/maven-bin-3.0.5.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-java/maven-bin/maven-bin-3.0.5.ebuild b/dev-java/maven-bin/maven-bin-3.0.5.ebuild index e97007ba6b0..c8fd2a50082 100644 --- a/dev-java/maven-bin/maven-bin-3.0.5.ebuild +++ b/dev-java/maven-bin/maven-bin-3.0.5.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=6 inherit java-pkg-2 @@ -15,12 +15,12 @@ HOMEPAGE="https://maven.apache.org/" LICENSE="Apache-2.0" SLOT="3.0" -KEYWORDS="~amd64 ~x86" -IUSE="" +KEYWORDS="amd64 x86" DEPEND="app-eselect/eselect-java" -RDEPEND=">=virtual/jdk-1.5 - ${DEPEND}" +RDEPEND=" + ${DEPEND} + >=virtual/jdk-1.5" S="${WORKDIR}/${MY_P}"