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 80C161396D0 for ; Fri, 6 Oct 2017 12:23:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 992772BC015; Fri, 6 Oct 2017 12:23:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 7BB482BC015 for ; Fri, 6 Oct 2017 12:23:07 +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 34D4E34171E for ; Fri, 6 Oct 2017 12:23:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B330F909D for ; Fri, 6 Oct 2017 12:23:04 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1507292576.cac8133708e299d2b72d63dd1618cb5749fe0b72.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/mercurial/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/mercurial/mercurial-4.3.3.ebuild X-VCS-Directories: dev-vcs/mercurial/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: cac8133708e299d2b72d63dd1618cb5749fe0b72 X-VCS-Branch: master Date: Fri, 6 Oct 2017 12:23:04 +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-Archives-Salt: 7919821a-8818-46fa-b9f9-525cdcda16a8 X-Archives-Hash: 453112c529468a7b58ff1b8240d3d46a commit: cac8133708e299d2b72d63dd1618cb5749fe0b72 Author: Arne Babenhauserheide web de> AuthorDate: Fri Oct 6 07:05:09 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Oct 6 12:22:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cac81337 dev-vcs/mercurial: License is GPL-2+ For reference of the license, see the header in https://www.mercurial-scm.org/repo/hg/file/tip/hg Package-Manager: Portage-2.3.6, Repoman-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/5869 dev-vcs/mercurial/mercurial-4.3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/mercurial/mercurial-4.3.3.ebuild b/dev-vcs/mercurial/mercurial-4.3.3.ebuild index a04546c6f07..f29a2c796da 100644 --- a/dev-vcs/mercurial/mercurial-4.3.3.ebuild +++ b/dev-vcs/mercurial/mercurial-4.3.3.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Scalable distributed SCM" HOMEPAGE="https://www.mercurial-scm.org/" SRC_URI="https://www.mercurial-scm.org/release/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="bugzilla emacs gpg test tk"