Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/wandio/
Date: Fri, 06 Jul 2018 11:18:54
Message-Id: 1530875919.a44dede1c38c8bf019abd0d452268978cad1606f.jer@gentoo
1 commit: a44dede1c38c8bf019abd0d452268978cad1606f
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 6 11:13:05 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 6 11:18:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a44dede1
7
8 net-libs/wandio: Fix LICENSE.
9
10 Package-Manager: Portage-2.3.41, Repoman-2.3.9
11
12 net-libs/wandio/wandio-1.0.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/wandio/wandio-1.0.5.ebuild b/net-libs/wandio/wandio-1.0.5.ebuild
16 index 295c4fa7e4e..069c3be4975 100644
17 --- a/net-libs/wandio/wandio-1.0.5.ebuild
18 +++ b/net-libs/wandio/wandio-1.0.5.ebuild
19 @@ -7,7 +7,7 @@ DESCRIPTION="Library for transparent file I/O with compression"
20 HOMEPAGE="https://research.wand.net.nz/software/libwandio.php"
21 SRC_URI="https://research.wand.net.nz/software/${PN}/${P}.tar.gz"
22
23 -LICENSE="GPL-2"
24 +LICENSE="LGPL-3"
25 SLOT="0/2"
26 KEYWORDS="~amd64 ~x86"
27 IUSE="bzip2 http lzma lzo static-libs zlib"