Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: www-apps/mycorrhiza/
Date: Sat, 05 Nov 2022 15:26:35
Message-Id: 1667581472.c1a37ae1d3e8ce5a79d9478c7e13660c5b333e2b.arthurzam@gentoo
1 commit: c1a37ae1d3e8ce5a79d9478c7e13660c5b333e2b
2 Author: Eric Joldasov <bratishkaerik <AT> getgoogleoff <DOT> me>
3 AuthorDate: Fri Nov 4 17:04:32 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 4 17:04:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c1a37ae1
7
8 www-apps/mycorrhiza: bump Go dependency to 1.19 for live ebuild
9
10 Signed-off-by: Eric Joldasov <bratishkaerik <AT> getgoogleoff.me>
11
12 www-apps/mycorrhiza/mycorrhiza-9999.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/www-apps/mycorrhiza/mycorrhiza-9999.ebuild b/www-apps/mycorrhiza/mycorrhiza-9999.ebuild
16 index fa001ef26..a25c3ce31 100644
17 --- a/www-apps/mycorrhiza/mycorrhiza-9999.ebuild
18 +++ b/www-apps/mycorrhiza/mycorrhiza-9999.ebuild
19 @@ -13,7 +13,7 @@ EGIT_REPO_URI="https://github.com/bouncepaw/mycorrhiza"
20 LICENSE="AGPL-3 MIT Apache-2.0 BSD BSD-2 CC-BY-4.0"
21 SLOT="0"
22
23 -BDEPEND=">=dev-lang/go-1.18.0"
24 +BDEPEND=">=dev-lang/go-1.19.0"
25 RDEPEND="dev-vcs/git"
26
27 src_unpack() {
28 @@ -28,6 +28,7 @@ src_compile() {
29 src_install() {
30 dobin mycorrhiza
31 doman help/mycorrhiza.1
32 + dodoc Boilerplate.md
33 dodoc README.md
34 }