From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1341157-garchives=archives.gentoo.org@lists.gentoo.org> 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 EC946158087 for <garchives@archives.gentoo.org>; Fri, 19 Nov 2021 07:24:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BE0BE0822; Fri, 19 Nov 2021 07:24:39 +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 5A9B0E0823 for <gentoo-commits@lists.gentoo.org>; Fri, 19 Nov 2021 07:24:39 +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 543D1342F87 for <gentoo-commits@lists.gentoo.org>; Fri, 19 Nov 2021 07:24:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72AFD1E2 for <gentoo-commits@lists.gentoo.org>; Fri, 19 Nov 2021 07:24:35 +0000 (UTC) From: "Arthur Zamarin" <arthurzam@gentoo.org> 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" <arthurzam@gentoo.org> Message-ID: <1637306658.3e30012cb16f84e0d6c2e93c376addbf415fcd4c.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jnr-netdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jnr-netdb/jnr-netdb-1.1.4-r1.ebuild X-VCS-Directories: dev-java/jnr-netdb/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 3e30012cb16f84e0d6c2e93c376addbf415fcd4c X-VCS-Branch: master Date: Fri, 19 Nov 2021 07:24:35 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c3ca297b-6ae9-48e0-95dd-35b9b93d7855 X-Archives-Hash: 95a70201118b36d1a760ca947f476e85 commit: 3e30012cb16f84e0d6c2e93c376addbf415fcd4c Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Nov 19 07:23:42 2021 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Nov 19 07:24:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e30012c dev-java/jnr-netdb: Keyword 1.1.4-r1 ppc64, #822945 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-java/jnr-netdb/jnr-netdb-1.1.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/jnr-netdb/jnr-netdb-1.1.4-r1.ebuild b/dev-java/jnr-netdb/jnr-netdb-1.1.4-r1.ebuild index 447a17513133..efee21992aff 100644 --- a/dev-java/jnr-netdb/jnr-netdb-1.1.4-r1.ebuild +++ b/dev-java/jnr-netdb/jnr-netdb-1.1.4-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/jnr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="1.0" -KEYWORDS="amd64 ~arm64 x86" +KEYWORDS="amd64 ~arm64 ~ppc64 x86" COMMON_DEP=" dev-java/jnr-ffi:2"