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 3946113832E for ; Sat, 23 Jul 2016 12:03:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F05221C043; Sat, 23 Jul 2016 12:03:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ABB2B21C043 for ; Sat, 23 Jul 2016 12:03:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D35DC340EA7 for ; Sat, 23 Jul 2016 12:03:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DE927E3 for ; Sat, 23 Jul 2016 12:03:45 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1469275423.e297b4105c24819b44824b9fb3f9ffb8dca4ad77.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/libidn2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/libidn2/libidn2-0.10.ebuild X-VCS-Directories: net-dns/libidn2/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: e297b4105c24819b44824b9fb3f9ffb8dca4ad77 X-VCS-Branch: master Date: Sat, 23 Jul 2016 12:03:45 +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: 199199bd-ce77-4a48-b769-b3e2d46bc988 X-Archives-Hash: c64ea61ec0a12108997d18dff8a87783 commit: e297b4105c24819b44824b9fb3f9ffb8dca4ad77 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Jul 23 12:03:14 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Jul 23 12:03:43 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e297b410 net-dns/libidn2: Declare LICENSE according to source headers. Package-Manager: portage-2.3.0 net-dns/libidn2/libidn2-0.10.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-dns/libidn2/libidn2-0.10.ebuild b/net-dns/libidn2/libidn2-0.10.ebuild index fbc9eaa..50c58af 100644 --- a/net-dns/libidn2/libidn2-0.10.ebuild +++ b/net-dns/libidn2/libidn2-0.10.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 inherit autotools eutils -DESCRIPTION="An implementation of the IDNA2008 specifications (RFC 5890, RFC 5891, RFC 5892, RFC 5893)" +DESCRIPTION="An implementation of the IDNA2008 specifications (RFCs 5890, 5891, 5892, 5893)" HOMEPAGE="https://www.gnu.org/software/libidn/#libidn2" SRC_URI="mirror://gnu-alpha/libidn/${P}.tar.gz" -LICENSE="GPL-3" +LICENSE="GPL-2+ LGPL-3+" SLOT="0" KEYWORDS="~amd64" IUSE="static-libs"