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 65E7758974 for ; Wed, 27 Jan 2016 14:49:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E644821C007; Wed, 27 Jan 2016 14:49:24 +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 90C2D21C007 for ; Wed, 27 Jan 2016 14:49:24 +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 4F0CB340B7A for ; Wed, 27 Jan 2016 14:49:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81D99E5F for ; Wed, 27 Jan 2016 14:49:17 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1453906151.bfc6efd15738329613a1bd95d502bcfcb802a93a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/lzlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/lzlib/lzlib-1.6.ebuild app-arch/lzlib/lzlib-1.7.ebuild X-VCS-Directories: app-arch/lzlib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bfc6efd15738329613a1bd95d502bcfcb802a93a X-VCS-Branch: master Date: Wed, 27 Jan 2016 14:49:17 +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: 62c4d783-70ef-4ca1-a562-ee6c77ab703e X-Archives-Hash: b19ef696c010ab6c9fb5e181024f840f commit: bfc6efd15738329613a1bd95d502bcfcb802a93a Author: Michał Górny gentoo org> AuthorDate: Wed Jan 27 14:38:05 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jan 27 14:49:11 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfc6efd1 app-arch/lzlib: Use correct license app-arch/lzlib/lzlib-1.6.ebuild | 4 ++-- app-arch/lzlib/lzlib-1.7.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-arch/lzlib/lzlib-1.6.ebuild b/app-arch/lzlib/lzlib-1.6.ebuild index 517faae..0bd7709 100644 --- a/app-arch/lzlib/lzlib-1.6.ebuild +++ b/app-arch/lzlib/lzlib-1.6.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$ @@ -10,7 +10,7 @@ DESCRIPTION="Library for lzip compression" HOMEPAGE="http://www.nongnu.org/lzip/lzlib.html" SRC_URI="http://download.savannah.gnu.org/releases-noredirect/lzip/${PN}/${P}.tar.gz" -LICENSE="GPL-3" +LICENSE="libstdc++" # fancy form of GPL-2+ with library exception SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="static-libs" diff --git a/app-arch/lzlib/lzlib-1.7.ebuild b/app-arch/lzlib/lzlib-1.7.ebuild index 517faae..0bd7709 100644 --- a/app-arch/lzlib/lzlib-1.7.ebuild +++ b/app-arch/lzlib/lzlib-1.7.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$ @@ -10,7 +10,7 @@ DESCRIPTION="Library for lzip compression" HOMEPAGE="http://www.nongnu.org/lzip/lzlib.html" SRC_URI="http://download.savannah.gnu.org/releases-noredirect/lzip/${PN}/${P}.tar.gz" -LICENSE="GPL-3" +LICENSE="libstdc++" # fancy form of GPL-2+ with library exception SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="static-libs"