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 C8B8D159C9B for ; Sat, 10 Aug 2024 12:57:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F39E52BC079; Sat, 10 Aug 2024 12:57:04 +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 D6A5F2BC079 for ; Sat, 10 Aug 2024 12:57:03 +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 EA7B3343111 for ; Sat, 10 Aug 2024 12:57:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 209061EB4 for ; Sat, 10 Aug 2024 12:57:01 +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: <1723294593.795c325bc0fab136d2c76ad45f0e5240482ec9a6.bratishkaerik@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/yggdrasil-go/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-p2p/yggdrasil-go/yggdrasil-go-9999.ebuild X-VCS-Directories: net-p2p/yggdrasil-go/ X-VCS-Committer: bratishkaerik X-VCS-Committer-Name: Eric Joldasov X-VCS-Revision: 795c325bc0fab136d2c76ad45f0e5240482ec9a6 X-VCS-Branch: dev Date: Sat, 10 Aug 2024 12:57:01 +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: d1e73fbb-06ab-4193-9686-53ae8c44d96b X-Archives-Hash: 9c34c6f2257ea8112c0fc1b1c746eb03 commit: 795c325bc0fab136d2c76ad45f0e5240482ec9a6 Author: Eric Joldasov landless-city net> AuthorDate: Sat Aug 10 12:56:33 2024 +0000 Commit: Eric Joldasov getgoogleoff me> CommitDate: Sat Aug 10 12:56:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=795c325b net-p2p/yggdrasil-go: sync 9999 with 0.5.7 Signed-off-by: Eric Joldasov landless-city.net> net-p2p/yggdrasil-go/yggdrasil-go-9999.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net-p2p/yggdrasil-go/yggdrasil-go-9999.ebuild b/net-p2p/yggdrasil-go/yggdrasil-go-9999.ebuild index 6e443a39d..3b6bce73c 100644 --- a/net-p2p/yggdrasil-go/yggdrasil-go-9999.ebuild +++ b/net-p2p/yggdrasil-go/yggdrasil-go-9999.ebuild @@ -18,7 +18,9 @@ DEPEND=" acct-group/yggdrasil " -BDEPEND=">=dev-lang/go-1.20.0" +BDEPEND=">=dev-lang/go-1.21" + +DOCS=( README.md CHANGELOG.md ) FILECAPS=( cap_net_admin,cap_net_bind_service "usr/bin/yggdrasil" @@ -51,8 +53,7 @@ src_compile() { src_install() { dobin yggdrasil{,ctl} - dodoc README.md - dodoc CHANGELOG.md + einstalldocs systemd_dounit "contrib/systemd/yggdrasil.service" systemd_dounit "contrib/systemd/yggdrasil-default-config.service"