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 3C49D138334 for ; Fri, 6 Jul 2018 11:18:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AFADE0A9C; Fri, 6 Jul 2018 11:18:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0E979E0A9C for ; Fri, 6 Jul 2018 11:18:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 512F8335CB1 for ; Fri, 6 Jul 2018 11:18:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BBFD364 for ; Fri, 6 Jul 2018 11:18:44 +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: <1530875919.a44dede1c38c8bf019abd0d452268978cad1606f.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/wandio/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/wandio/wandio-1.0.5.ebuild X-VCS-Directories: net-libs/wandio/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: a44dede1c38c8bf019abd0d452268978cad1606f X-VCS-Branch: master Date: Fri, 6 Jul 2018 11:18:44 +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: 8d5a5558-9742-4574-9db8-a743460851a0 X-Archives-Hash: 51e7e6a070a14c854fdef4ea005cddc8 commit: a44dede1c38c8bf019abd0d452268978cad1606f Author: Jeroen Roovers gentoo org> AuthorDate: Fri Jul 6 11:13:05 2018 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Jul 6 11:18:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a44dede1 net-libs/wandio: Fix LICENSE. Package-Manager: Portage-2.3.41, Repoman-2.3.9 net-libs/wandio/wandio-1.0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/wandio/wandio-1.0.5.ebuild b/net-libs/wandio/wandio-1.0.5.ebuild index 295c4fa7e4e..069c3be4975 100644 --- a/net-libs/wandio/wandio-1.0.5.ebuild +++ b/net-libs/wandio/wandio-1.0.5.ebuild @@ -7,7 +7,7 @@ DESCRIPTION="Library for transparent file I/O with compression" HOMEPAGE="https://research.wand.net.nz/software/libwandio.php" SRC_URI="https://research.wand.net.nz/software/${PN}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="LGPL-3" SLOT="0/2" KEYWORDS="~amd64 ~x86" IUSE="bzip2 http lzma lzo static-libs zlib"