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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E6E1B158010 for ; Tue, 31 Jan 2023 11:48:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC77EE0BEB; Tue, 31 Jan 2023 11:48:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D14BBE0BEB for ; Tue, 31 Jan 2023 11:48:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DEA2933BF29 for ; Tue, 31 Jan 2023 11:48:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF9D5889 for ; Tue, 31 Jan 2023 11:48:11 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1675165684.6ca6bea2c061ac1f2c47239bf57cb06e1a493656.arthurzam@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.8.7.ebuild X-VCS-Directories: dev-java/maven-bin/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 6ca6bea2c061ac1f2c47239bf57cb06e1a493656 X-VCS-Branch: master Date: Tue, 31 Jan 2023 11:48:11 +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: ca860466-da31-4bd7-b0a8-f1710ec98240 X-Archives-Hash: 2a3cdb360d5b47c785028ad66da785a7 commit: 6ca6bea2c061ac1f2c47239bf57cb06e1a493656 Author: Arthur Zamarin gentoo org> AuthorDate: Tue Jan 31 11:48:04 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Jan 31 11:48:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ca6bea2 dev-java/maven-bin: Stabilize 3.8.7 amd64, #892696 Signed-off-by: Arthur Zamarin gentoo.org> dev-java/maven-bin/maven-bin-3.8.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/maven-bin/maven-bin-3.8.7.ebuild b/dev-java/maven-bin/maven-bin-3.8.7.ebuild index 8f533bbc4a50..4d87e94d00d0 100644 --- a/dev-java/maven-bin/maven-bin-3.8.7.ebuild +++ b/dev-java/maven-bin/maven-bin-3.8.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ HOMEPAGE="https://maven.apache.org/" LICENSE="Apache-2.0" SLOT="3.8" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" DEPEND=" >=virtual/jdk-1.8:*