Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/lzlib/
Date: Wed, 27 Jan 2016 14:49:27
Message-Id: 1453906151.bfc6efd15738329613a1bd95d502bcfcb802a93a.mgorny@gentoo
1 commit: bfc6efd15738329613a1bd95d502bcfcb802a93a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 27 14:38:05 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 27 14:49:11 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfc6efd1
7
8 app-arch/lzlib: Use correct license
9
10 app-arch/lzlib/lzlib-1.6.ebuild | 4 ++--
11 app-arch/lzlib/lzlib-1.7.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/app-arch/lzlib/lzlib-1.6.ebuild b/app-arch/lzlib/lzlib-1.6.ebuild
15 index 517faae..0bd7709 100644
16 --- a/app-arch/lzlib/lzlib-1.6.ebuild
17 +++ b/app-arch/lzlib/lzlib-1.6.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2015 Gentoo Foundation
20 +# Copyright 1999-2016 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22 # $Id$
23
24 @@ -10,7 +10,7 @@ DESCRIPTION="Library for lzip compression"
25 HOMEPAGE="http://www.nongnu.org/lzip/lzlib.html"
26 SRC_URI="http://download.savannah.gnu.org/releases-noredirect/lzip/${PN}/${P}.tar.gz"
27
28 -LICENSE="GPL-3"
29 +LICENSE="libstdc++" # fancy form of GPL-2+ with library exception
30 SLOT="0"
31 KEYWORDS="~amd64 ~x86"
32 IUSE="static-libs"
33
34 diff --git a/app-arch/lzlib/lzlib-1.7.ebuild b/app-arch/lzlib/lzlib-1.7.ebuild
35 index 517faae..0bd7709 100644
36 --- a/app-arch/lzlib/lzlib-1.7.ebuild
37 +++ b/app-arch/lzlib/lzlib-1.7.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2015 Gentoo Foundation
40 +# Copyright 1999-2016 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42 # $Id$
43
44 @@ -10,7 +10,7 @@ DESCRIPTION="Library for lzip compression"
45 HOMEPAGE="http://www.nongnu.org/lzip/lzlib.html"
46 SRC_URI="http://download.savannah.gnu.org/releases-noredirect/lzip/${PN}/${P}.tar.gz"
47
48 -LICENSE="GPL-3"
49 +LICENSE="libstdc++" # fancy form of GPL-2+ with library exception
50 SLOT="0"
51 KEYWORDS="~amd64 ~x86"
52 IUSE="static-libs"