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 CA3C015800F for ; Wed, 11 Jan 2023 13:37:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C81BE0C7C; Wed, 11 Jan 2023 13:37:08 +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 F3742E0C7C for ; Wed, 11 Jan 2023 13:37:07 +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 19F9B340E63 for ; Wed, 11 Jan 2023 13:37:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A31647FC for ; Wed, 11 Jan 2023 13:37:05 +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: <1673444219.8fa612a042c2caeac5836fc01d0e8b6121273cc5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/protobuf-java/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/protobuf-java/protobuf-java-3.21.12.ebuild X-VCS-Directories: dev-java/protobuf-java/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8fa612a042c2caeac5836fc01d0e8b6121273cc5 X-VCS-Branch: master Date: Wed, 11 Jan 2023 13:37:05 +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: 10aa94c4-c53f-405b-8e91-2071fcd7ee36 X-Archives-Hash: daa94cc8a8fc8bb536804a4ae20a7fdc commit: 8fa612a042c2caeac5836fc01d0e8b6121273cc5 Author: Sam James gentoo org> AuthorDate: Wed Jan 11 13:36:16 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jan 11 13:36:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa612a0 dev-java/protobuf-java: fix typo Closes: https://bugs.gentoo.org/890479 Fixes: 0fc591ecb6046131b65a1996fd6cd8710baeb8fd Signed-off-by: Sam James gentoo.org> dev-java/protobuf-java/protobuf-java-3.21.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/protobuf-java/protobuf-java-3.21.12.ebuild b/dev-java/protobuf-java/protobuf-java-3.21.12.ebuild index 7885a6ab21ee..c51ed676a58d 100644 --- a/dev-java/protobuf-java/protobuf-java-3.21.12.ebuild +++ b/dev-java/protobuf-java/protobuf-java-3.21.12.ebuild @@ -56,7 +56,7 @@ src_prepare() { # Copy them from ../src/google/protobuf to JAVA_RESOURCE_DIRS pushd "${JAVA_RESOURCE_DIRS}" || die jar cv "@${T}/core_proto" | jar xv - assert"Copying protos failed" + assert "Copying protos failed" popd || die # https://github.com/protocolbuffers/protobuf/blob/v21.12/java/core/generate-sources-build.xml