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 98EDA138335 for ; Sat, 12 Oct 2019 13:28:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CD1DE0928; Sat, 12 Oct 2019 13:28:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 75944E0928 for ; Sat, 12 Oct 2019 13:28:32 +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 5B3F634BC15 for ; Sat, 12 Oct 2019 13:28:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5D2C85C for ; Sat, 12 Oct 2019 13:28:28 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1570886895.2b4453f373fec02c2139144ca7de2cbf6f87cfb5.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/telepathy-idle/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/telepathy-idle/telepathy-idle-0.2.0-r1.ebuild X-VCS-Directories: net-irc/telepathy-idle/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 2b4453f373fec02c2139144ca7de2cbf6f87cfb5 X-VCS-Branch: master Date: Sat, 12 Oct 2019 13:28:28 +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: 496672f6-deab-4ca0-9f2f-d966300e63bf X-Archives-Hash: 8d3e2828d411cd50cc701b2c8e6bd341 commit: 2b4453f373fec02c2139144ca7de2cbf6f87cfb5 Author: Mart Raudsepp gentoo org> AuthorDate: Sat Oct 12 13:09:06 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Oct 12 13:28:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b4453f3 net-irc/telepathy-idle: fix LICENSE All sources seem to have a "or later" clause, so fix to LGPL-2.1+ Package-Manager: Portage-2.3.69, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> net-irc/telepathy-idle/telepathy-idle-0.2.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/telepathy-idle/telepathy-idle-0.2.0-r1.ebuild b/net-irc/telepathy-idle/telepathy-idle-0.2.0-r1.ebuild index f8fc3c2d33b..66a7595c94b 100644 --- a/net-irc/telepathy-idle/telepathy-idle-0.2.0-r1.ebuild +++ b/net-irc/telepathy-idle/telepathy-idle-0.2.0-r1.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="Full-featured IRC connection manager for Telepathy" HOMEPAGE="https://cgit.freedesktop.org/telepathy/telepathy-idle" SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" -LICENSE="LGPL-2.1" +LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-linux" IUSE="test"