Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ccnet/
Date: Mon, 17 Apr 2017 00:20:32
Message-Id: 1492388421.692cecaa034b6c794196b27a254e4b588821e9c8.monsieurp@gentoo
1 commit: 692cecaa034b6c794196b27a254e4b588821e9c8
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 17 00:19:35 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 17 00:20:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=692cecaa
7
8 net-libs/ccnet: fix license.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 net-libs/ccnet/ccnet-6.0.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/ccnet/ccnet-6.0.4.ebuild b/net-libs/ccnet/ccnet-6.0.4.ebuild
16 index bb48a189883..e78f3357f6e 100644
17 --- a/net-libs/ccnet/ccnet-6.0.4.ebuild
18 +++ b/net-libs/ccnet/ccnet-6.0.4.ebuild
19 @@ -9,7 +9,7 @@ DESCRIPTION="Ccnet is a framework for writing networked applications in C"
20 HOMEPAGE="https://github.com/haiwen/ccnet http://seafile.com/"
21 SRC_URI="https://github.com/haiwen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
22
23 -LICENSE="GPL-2"
24 +LICENSE="GPL-2+-with-openssl-exception"
25 SLOT="0"
26 KEYWORDS="~amd64 ~x86"
27 IUSE=""