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 07794158042 for ; Thu, 9 Sep 2021 11:30:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8B91E0946; Thu, 9 Sep 2021 11:30:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 8740EE093D for ; Thu, 9 Sep 2021 11:30:17 +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 8E8F8342AD8 for ; Thu, 9 Sep 2021 11:30:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEF32CF for ; Thu, 9 Sep 2021 11:30:12 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1631186682.9100602ddcd4b3988a4c20156f34c98d97361ab8.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-nntp/tin/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-nntp/tin/tin-2.6.0.ebuild X-VCS-Directories: net-nntp/tin/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 9100602ddcd4b3988a4c20156f34c98d97361ab8 X-VCS-Branch: master Date: Thu, 9 Sep 2021 11:30:12 +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: 2bbea418-f53c-4ee3-95bf-37af076e538d X-Archives-Hash: 56bd6256de08f6b29cff256ed009f388 commit: 9100602ddcd4b3988a4c20156f34c98d97361ab8 Author: Joonas Niilola gentoo org> AuthorDate: Thu Sep 9 11:23:57 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Sep 9 11:24:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9100602d net-nntp/tin: update LICENSE Signed-off-by: Joonas Niilola gentoo.org> net-nntp/tin/tin-2.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-nntp/tin/tin-2.6.0.ebuild b/net-nntp/tin/tin-2.6.0.ebuild index 2f0923bd8d9..9a67b30ff9a 100644 --- a/net-nntp/tin/tin-2.6.0.ebuild +++ b/net-nntp/tin/tin-2.6.0.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="A threaded NNTP and spool based UseNet newsreader" HOMEPAGE="http://www.tin.org/" SRC_URI="ftp://ftp.tin.org/pub/news/clients/tin/stable/${P}.tar.xz" -LICENSE="BSD GPL-2+" +LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="cancel-locks debug gpg nls sasl socks5"