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 8BE1D158043 for ; Sun, 14 Apr 2024 13:39:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3C3DE2A11; Sun, 14 Apr 2024 13:39:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CD7E8E2A11 for ; Sun, 14 Apr 2024 13:39:49 +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 966A9343351 for ; Sun, 14 Apr 2024 13:39:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21A8316E6 for ; Sun, 14 Apr 2024 13:39:46 +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: <1713101974.d969e0965514bcce478f362fea8a4de2b44f02f4.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/auto-service-annotations/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/auto-service-annotations/auto-service-annotations-1.1.1.ebuild X-VCS-Directories: dev-java/auto-service-annotations/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: d969e0965514bcce478f362fea8a4de2b44f02f4 X-VCS-Branch: master Date: Sun, 14 Apr 2024 13:39:46 +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: aaa278b1-9d02-4db9-989c-8536de4ed219 X-Archives-Hash: fe6ba05e6c97767dcdb455984e27973f commit: d969e0965514bcce478f362fea8a4de2b44f02f4 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Apr 14 13:39:34 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Apr 14 13:39:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d969e096 dev-java/auto-service-annotations: Keyword 1.1.1 arm64, #929987 Signed-off-by: Arthur Zamarin gentoo.org> dev-java/auto-service-annotations/auto-service-annotations-1.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/auto-service-annotations/auto-service-annotations-1.1.1.ebuild b/dev-java/auto-service-annotations/auto-service-annotations-1.1.1.ebuild index 9c59c5f1fa29..59f4e19a87db 100644 --- a/dev-java/auto-service-annotations/auto-service-annotations-1.1.1.ebuild +++ b/dev-java/auto-service-annotations/auto-service-annotations-1.1.1.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}/auto-auto-service-${PV}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm" +KEYWORDS="~amd64 ~arm ~arm64" DEPEND=">=virtual/jdk-1.8:*" RDEPEND=">=virtual/jre-1.8:*"