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 267DC158020 for ; Wed, 9 Nov 2022 07:32:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45CA1E0895; Wed, 9 Nov 2022 07:32:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 319D1E0895 for ; Wed, 9 Nov 2022 07:32:54 +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 426EA340ED7 for ; Wed, 9 Nov 2022 07:32:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FE1D6FE for ; Wed, 9 Nov 2022 07:32:51 +0000 (UTC) From: "Eray Aslan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eray Aslan" Message-ID: <1667978883.d63c8d8e02ab41c7eff3554d55ce39a23b2aad8f.eras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mailutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/mailutils/mailutils-3.14-r1.ebuild net-mail/mailutils/mailutils-3.15.ebuild X-VCS-Directories: net-mail/mailutils/ X-VCS-Committer: eras X-VCS-Committer-Name: Eray Aslan X-VCS-Revision: d63c8d8e02ab41c7eff3554d55ce39a23b2aad8f X-VCS-Branch: master Date: Wed, 9 Nov 2022 07:32:51 +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: 3eb957de-f1e9-4ae2-885f-4ce46a782a32 X-Archives-Hash: 09593f4f755573c5bc0691630c15aca9 commit: d63c8d8e02ab41c7eff3554d55ce39a23b2aad8f Author: Eray Aslan gentoo org> AuthorDate: Wed Nov 9 07:28:03 2022 +0000 Commit: Eray Aslan gentoo org> CommitDate: Wed Nov 9 07:28:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d63c8d8e net-mail/mailutils: fix LICENSE Closes: https://bugs.gentoo.org/880185 Signed-off-by: Eray Aslan gentoo.org> net-mail/mailutils/mailutils-3.14-r1.ebuild | 2 +- net-mail/mailutils/mailutils-3.15.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-mail/mailutils/mailutils-3.14-r1.ebuild b/net-mail/mailutils/mailutils-3.14-r1.ebuild index 21cd5764b216..b72d39082658 100644 --- a/net-mail/mailutils/mailutils-3.14-r1.ebuild +++ b/net-mail/mailutils/mailutils-3.14-r1.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="A useful collection of mail servers, clients, and filters" HOMEPAGE="https://mailutils.org/" SRC_URI="mirror://gnu/mailutils/${P}.tar.xz" -LICENSE="GPL-2 LGPL-2.1" +LICENSE="GPL-3+ LGPL-3+" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~ppc-macos ~x64-macos" IUSE="berkdb bidi +clients emacs gdbm sasl guile ipv6 kerberos kyotocabinet \ diff --git a/net-mail/mailutils/mailutils-3.15.ebuild b/net-mail/mailutils/mailutils-3.15.ebuild index 7e9a36c92a52..938337065cef 100644 --- a/net-mail/mailutils/mailutils-3.15.ebuild +++ b/net-mail/mailutils/mailutils-3.15.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="A useful collection of mail servers, clients, and filters" HOMEPAGE="https://mailutils.org/" SRC_URI="mirror://gnu/mailutils/${P}.tar.xz" -LICENSE="GPL-2 LGPL-2.1" +LICENSE="GPL-3+ LGPL-3+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-macos ~x64-macos" IUSE="berkdb bidi +clients emacs gdbm sasl guile ipv6 kerberos kyotocabinet \