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 5A326158012 for ; Mon, 12 Sep 2022 14:21:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DE31E0963; Mon, 12 Sep 2022 14:21:47 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 79C3CE0963 for ; Mon, 12 Sep 2022 14:21:47 +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 3D613340E64 for ; Mon, 12 Sep 2022 14:21:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A5FA5E3 for ; Mon, 12 Sep 2022 14:21:43 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1662881530.9c717599bd6e1a99754fda3a64b653a2db889167.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/watchexec/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/watchexec/watchexec-1.20.6.ebuild X-VCS-Directories: app-misc/watchexec/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 9c717599bd6e1a99754fda3a64b653a2db889167 X-VCS-Branch: master Date: Mon, 12 Sep 2022 14:21:43 +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: 8b164878-41f2-434d-acf5-91fcc52c3a65 X-Archives-Hash: f127793ae432b537f42980b65876a5f2 commit: 9c717599bd6e1a99754fda3a64b653a2db889167 Author: YOSHIOKA Takuma hard-wi red> AuthorDate: Sun Sep 11 07:32:10 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sun Sep 11 07:32:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9c717599 app-misc/watchexec: update LICENSE Signed-off-by: YOSHIOKA Takuma hard-wi.red> app-misc/watchexec/watchexec-1.20.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/watchexec/watchexec-1.20.6.ebuild b/app-misc/watchexec/watchexec-1.20.6.ebuild index 2092cd38b..1ea633072 100644 --- a/app-misc/watchexec/watchexec-1.20.6.ebuild +++ b/app-misc/watchexec/watchexec-1.20.6.ebuild @@ -305,7 +305,7 @@ HOMEPAGE="https://github.com/watchexec/watchexec" SRC_URI="https://github.com/watchexec/${PN}/archive/refs/tags/cli-v${PV}.tar.gz -> ${P}.tar.gz" SRC_URI+=" $(cargo_crate_uris)" -LICENSE="Apache-2.0 BSD CC0-1.0 ISC MIT Unicode-DFS-2016 WTFPL" +LICENSE="Apache-2.0 BSD CC0-1.0 ISC MIT Unicode-DFS-2016 WTFPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" # Prevent portage from trying to fetch bunch of *.crate from mirror despite they are not mirrored.