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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 761961382C5 for ; Sat, 9 Jan 2021 20:27:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 838E1E0827; Sat, 9 Jan 2021 20:27:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54FFCE082D for ; Sat, 9 Jan 2021 20:27:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EBEA7341053 for ; Sat, 9 Jan 2021 20:27:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CB01493 for ; Sat, 9 Jan 2021 20:27:10 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1610222212.8d47c1d94805bdb55e067355e4a024f1c90dac3a.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/antidot/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/antidot/antidot-0.4.1.ebuild app-admin/antidot/antidot-0.4.2.ebuild X-VCS-Directories: app-admin/antidot/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: 8d47c1d94805bdb55e067355e4a024f1c90dac3a X-VCS-Branch: dev Date: Sat, 9 Jan 2021 20:27:10 +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: 4f7dbe85-6732-47e6-8c15-4f5fb8238cb9 X-Archives-Hash: e9419ada1fd8eb6372d278f99d7b7160 commit: 8d47c1d94805bdb55e067355e4a024f1c90dac3a Author: Theo Anderson posteo de> AuthorDate: Sat Jan 9 11:42:31 2021 +0000 Commit: Theo Anderson posteo de> CommitDate: Sat Jan 9 19:56:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8d47c1d9 app-admin/antidot: fix LICENSE Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Theo Anderson posteo.de> app-admin/antidot/antidot-0.4.1.ebuild | 2 +- app-admin/antidot/antidot-0.4.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/antidot/antidot-0.4.1.ebuild b/app-admin/antidot/antidot-0.4.1.ebuild index 9d624ae1..81974eb6 100644 --- a/app-admin/antidot/antidot-0.4.1.ebuild +++ b/app-admin/antidot/antidot-0.4.1.ebuild @@ -353,7 +353,7 @@ SRC_URI=" ${EGO_SUM_SRC_URI} " -LICENSE="MIT" +LICENSE="MIT Apache-2.0 BSD" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86" RESTRICT="mirror" diff --git a/app-admin/antidot/antidot-0.4.2.ebuild b/app-admin/antidot/antidot-0.4.2.ebuild index d4c858f7..feb3857d 100644 --- a/app-admin/antidot/antidot-0.4.2.ebuild +++ b/app-admin/antidot/antidot-0.4.2.ebuild @@ -353,7 +353,7 @@ SRC_URI=" ${EGO_SUM_SRC_URI} " -LICENSE="MIT" +LICENSE="MIT Apache-2.0 BSD" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86" RESTRICT="mirror"