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 D2D0E158020 for ; Fri, 4 Nov 2022 17:05:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF686E0798; Fri, 4 Nov 2022 17:05:37 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4584E0798 for ; Fri, 4 Nov 2022 17:05:37 +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 CA676340B9B for ; Fri, 4 Nov 2022 17:05:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7EC35F7 for ; Fri, 4 Nov 2022 17:05:32 +0000 (UTC) From: "Eric Joldasov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eric Joldasov" Message-ID: <1667581472.c1a37ae1d3e8ce5a79d9478c7e13660c5b333e2b.bratishkaerik@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: www-apps/mycorrhiza/ X-VCS-Repository: repo/proj/guru X-VCS-Files: www-apps/mycorrhiza/mycorrhiza-9999.ebuild X-VCS-Directories: www-apps/mycorrhiza/ X-VCS-Committer: bratishkaerik X-VCS-Committer-Name: Eric Joldasov X-VCS-Revision: c1a37ae1d3e8ce5a79d9478c7e13660c5b333e2b X-VCS-Branch: dev Date: Fri, 4 Nov 2022 17:05:32 +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: 3255b92a-1b75-4893-86ee-13fb482b4df3 X-Archives-Hash: 526a9e184f25266f28f2c28ca0acb915 commit: c1a37ae1d3e8ce5a79d9478c7e13660c5b333e2b Author: Eric Joldasov getgoogleoff me> AuthorDate: Fri Nov 4 17:04:32 2022 +0000 Commit: Eric Joldasov getgoogleoff me> CommitDate: Fri Nov 4 17:04:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c1a37ae1 www-apps/mycorrhiza: bump Go dependency to 1.19 for live ebuild Signed-off-by: Eric Joldasov getgoogleoff.me> www-apps/mycorrhiza/mycorrhiza-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www-apps/mycorrhiza/mycorrhiza-9999.ebuild b/www-apps/mycorrhiza/mycorrhiza-9999.ebuild index fa001ef26..a25c3ce31 100644 --- a/www-apps/mycorrhiza/mycorrhiza-9999.ebuild +++ b/www-apps/mycorrhiza/mycorrhiza-9999.ebuild @@ -13,7 +13,7 @@ EGIT_REPO_URI="https://github.com/bouncepaw/mycorrhiza" LICENSE="AGPL-3 MIT Apache-2.0 BSD BSD-2 CC-BY-4.0" SLOT="0" -BDEPEND=">=dev-lang/go-1.18.0" +BDEPEND=">=dev-lang/go-1.19.0" RDEPEND="dev-vcs/git" src_unpack() { @@ -28,6 +28,7 @@ src_compile() { src_install() { dobin mycorrhiza doman help/mycorrhiza.1 + dodoc Boilerplate.md dodoc README.md }