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 5EFBB158011 for ; Mon, 22 Aug 2022 00:01:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A383EE0A04; Mon, 22 Aug 2022 00:01:16 +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 6C3A7E09E1 for ; Mon, 22 Aug 2022 00:01:16 +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 ADD39340F88 for ; Mon, 22 Aug 2022 00:01:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49E7852B for ; Mon, 22 Aug 2022 00:01:14 +0000 (UTC) From: "Sam James" 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" Message-ID: <1661126467.846452316e4985b987ff6ef8b8e7b45b5fc3933f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/byte-buddy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/byte-buddy/byte-buddy-1.12.13.ebuild X-VCS-Directories: dev-java/byte-buddy/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 846452316e4985b987ff6ef8b8e7b45b5fc3933f X-VCS-Branch: master Date: Mon, 22 Aug 2022 00:01:14 +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: 9a98c0ab-21fb-4158-bc97-998000630068 X-Archives-Hash: 5acb4caf079abaeb74e06f75cc8b6783 commit: 846452316e4985b987ff6ef8b8e7b45b5fc3933f Author: Sam James gentoo org> AuthorDate: Mon Aug 22 00:01:07 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 22 00:01:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84645231 dev-java/byte-buddy: fix WhitespaceFound Signed-off-by: Sam James gentoo.org> dev-java/byte-buddy/byte-buddy-1.12.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/byte-buddy/byte-buddy-1.12.13.ebuild b/dev-java/byte-buddy/byte-buddy-1.12.13.ebuild index c5c66b0dfca9..19a18b9b4eae 100644 --- a/dev-java/byte-buddy/byte-buddy-1.12.13.ebuild +++ b/dev-java/byte-buddy/byte-buddy-1.12.13.ebuild @@ -133,7 +133,7 @@ src_test() { net.bytebuddy.pool.TypePoolDefaultMethodDescriptionTest # 39 tests # v1.12.13 net.bytebuddy.build.CachedReturnPluginTest # 44 tests - net.bytebuddy.build.CachedReturnPluginOtherTest # 4 tests + net.bytebuddy.build.CachedReturnPluginOtherTest # 4 tests ) java-pkg-simple_src_test }