Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
Date: Mon, 20 Nov 2017 20:55:34
Message-Id: 1511211322.69e74b64ffd9c16ac3c7c4999370910e6962a4dc.tupone@gentoo
1 commit: 69e74b64ffd9c16ac3c7c4999370910e6962a4dc
2 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 20 20:55:22 2017 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 20 20:55:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69e74b64
7
8 dev-python/funcy: Changing license from BSD-3 to BSD
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 dev-python/funcy/funcy-1.8.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/funcy/funcy-1.8.ebuild b/dev-python/funcy/funcy-1.8.ebuild
16 index 4a4df9cd125..0172eaf6acc 100644
17 --- a/dev-python/funcy/funcy-1.8.ebuild
18 +++ b/dev-python/funcy/funcy-1.8.ebuild
19 @@ -10,7 +10,7 @@ DESCRIPTION="A collection of fancy functional tools focused on practicality"
20 HOMEPAGE="https://github.com/Suor/funcy"
21 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
22
23 -LICENSE="BSD-3"
24 +LICENSE="BSD"
25 SLOT="0"
26 KEYWORDS="~amd64 ~x86"
27 IUSE=""