From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1344952-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 EB75E158087 for <garchives@archives.gentoo.org>; Wed, 1 Dec 2021 18:56:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16961E0871; Wed, 1 Dec 2021 18:56:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 F3B8FE0871 for <gentoo-commits@lists.gentoo.org>; Wed, 1 Dec 2021 18:56:35 +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 198B4342C66 for <gentoo-commits@lists.gentoo.org>; Wed, 1 Dec 2021 18:56:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C3BF202 for <gentoo-commits@lists.gentoo.org>; Wed, 1 Dec 2021 18:56:32 +0000 (UTC) From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org> Message-ID: <1638384977.5e507cabe5f51ea10d3e4d346ce976e2ab159120.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jnr-ffi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jnr-ffi/jnr-ffi-2.0.2-r1.ebuild X-VCS-Directories: dev-java/jnr-ffi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5e507cabe5f51ea10d3e4d346ce976e2ab159120 X-VCS-Branch: master Date: Wed, 1 Dec 2021 18:56:32 +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: 84dafdee-2f4b-4daa-95b8-efa7b0c9385d X-Archives-Hash: 6cc62accc107a753d208bcc6bf5a25f4 commit: 5e507cabe5f51ea10d3e4d346ce976e2ab159120 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Mon Nov 29 08:01:23 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Dec 1 18:56:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e507cab dev-java/jnr-ffi: restrict tests Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/23107 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-java/jnr-ffi/jnr-ffi-2.0.2-r1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-java/jnr-ffi/jnr-ffi-2.0.2-r1.ebuild b/dev-java/jnr-ffi/jnr-ffi-2.0.2-r1.ebuild index e3a137ca89bb..4141614a4cfd 100644 --- a/dev-java/jnr-ffi/jnr-ffi-2.0.2-r1.ebuild +++ b/dev-java/jnr-ffi/jnr-ffi-2.0.2-r1.ebuild @@ -15,6 +15,9 @@ LICENSE="|| ( Apache-2.0 LGPL-3 )" SLOT="2" KEYWORDS="~ppc64" +# Fixing https://bugs.gentoo.org/736830 would cost too much time. +RESTRICT="test" + COMMON_DEP=" ~dev-java/jffi-1.2.9:1.2 dev-java/jnr-x86asm:1.0