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 480F313835B for ; Sun, 10 Jan 2021 11:32:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C693E0AEC; Sun, 10 Jan 2021 11:32:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3EF9AE0AEF for ; Sun, 10 Jan 2021 11:32:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1DCA6340F87 for ; Sun, 10 Jan 2021 11:32:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E1C54AA for ; Sun, 10 Jan 2021 11:31:58 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1610222212.8d47c1d94805bdb55e067355e4a024f1c90dac3a.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 8d47c1d94805bdb55e067355e4a024f1c90dac3a X-VCS-Branch: master Date: Sun, 10 Jan 2021 11:31:58 +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: ae678619-e5bb-40da-b13e-355f665dd276 X-Archives-Hash: 4444b1468e22a1a58e1013f92e5c7120 commit: 8d47c1d94805bdb55e067355e4a024f1c90dac3a Author: Theo Anderson posteo de> AuthorDate: Sat Jan 9 11:42:31 2021 +0000 Commit: Andrew Ammerlaan riseup net> 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"