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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 10BA4158089 for ; Tue, 19 Sep 2023 16:42:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28F9C2BC014; Tue, 19 Sep 2023 16:42:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 11ACD2BC014 for ; Tue, 19 Sep 2023 16:42:22 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 260CF335C56 for ; Tue, 19 Sep 2023 16:42:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89FB710ED for ; Tue, 19 Sep 2023 16:42:19 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1695141663.e343350e2a8c0d7e8549a1556bb94eb7e9eb0f8b.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/go/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/go/go-1.21.1.ebuild dev-lang/go/go-9999.ebuild X-VCS-Directories: dev-lang/go/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: e343350e2a8c0d7e8549a1556bb94eb7e9eb0f8b X-VCS-Branch: master Date: Tue, 19 Sep 2023 16:42:19 +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: 910582c1-771c-4d09-88fc-c69ef0024e36 X-Archives-Hash: c8414266af898f9e05238089d8d7c8f2 commit: e343350e2a8c0d7e8549a1556bb94eb7e9eb0f8b Author: Thomas Bracht Laumann Jespersen laumann xyz> AuthorDate: Wed Sep 13 09:06:29 2023 +0000 Commit: William Hubbs gentoo org> CommitDate: Tue Sep 19 16:41:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e343350e dev-lang/go: fix indentation Closes: https://github.com/gentoo/gentoo/pull/32748 Signed-off-by: William Hubbs gentoo.org> dev-lang/go/go-1.21.1.ebuild | 2 +- dev-lang/go/go-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/go/go-1.21.1.ebuild b/dev-lang/go/go-1.21.1.ebuild index ac8fac538b15..ec101524ef94 100644 --- a/dev-lang/go/go-1.21.1.ebuild +++ b/dev-lang/go/go-1.21.1.ebuild @@ -174,7 +174,7 @@ src_install() { einstalldocs insinto /usr/lib/go -doins go.env VERSION + doins go.env VERSION # testdata directories are not needed on the installed system rm -fr $(find "${ED}"/usr/lib/go -iname testdata -type d -print) diff --git a/dev-lang/go/go-9999.ebuild b/dev-lang/go/go-9999.ebuild index 56317b3b9f06..688f241e0106 100644 --- a/dev-lang/go/go-9999.ebuild +++ b/dev-lang/go/go-9999.ebuild @@ -177,7 +177,7 @@ src_install() { einstalldocs insinto /usr/lib/go -doins go.env VERSION + doins go.env VERSION # testdata directories are not needed on the installed system rm -fr $(find "${ED}"/usr/lib/go -iname testdata -type d -print)