From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1D77558974 for ; Mon, 8 Feb 2016 18:40:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72C4721C025; Mon, 8 Feb 2016 18:40:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA7D621C029 for ; Mon, 8 Feb 2016 18:40:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 83917340817 for ; Mon, 8 Feb 2016 18:40:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3D331068 for ; Mon, 8 Feb 2016 18:40:36 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1454956791.f1e1f70ebab6e336324f649d0728298593bd7469.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/udunits/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/udunits/udunits-2.2.20.ebuild X-VCS-Directories: sci-libs/udunits/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: f1e1f70ebab6e336324f649d0728298593bd7469 X-VCS-Branch: master Date: Mon, 8 Feb 2016 18:40:36 +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: 718540ff-d8f4-4c53-95a2-b4ee879eee07 X-Archives-Hash: f4910831be5f0ea05755c54ad5e8ccad commit: f1e1f70ebab6e336324f649d0728298593bd7469 Author: Justin Lecher gentoo org> AuthorDate: Mon Feb 8 18:24:30 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Feb 8 18:39:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1e1f70e sci-libs/udunits: Update license Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> sci-libs/udunits/udunits-2.2.20.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/udunits/udunits-2.2.20.ebuild b/sci-libs/udunits/udunits-2.2.20.ebuild index 37fa80d..7e3667d 100644 --- a/sci-libs/udunits/udunits-2.2.20.ebuild +++ b/sci-libs/udunits/udunits-2.2.20.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ HOMEPAGE="https://www.unidata.ucar.edu/software/udunits/" SRC_URI="ftp://ftp.unidata.ucar.edu/pub/udunits/${P}.tar.gz" SLOT="0" -LICENSE="UCAR-Unidata" +LICENSE="UCAR-BSD" KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="static-libs"