Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/obfs4proxy/
Date: Thu, 13 May 2021 16:50:19
Message-Id: 1620924605.2907a6a2f830e8494753794273b754cb54a3331a.marecki@gentoo
1 commit: 2907a6a2f830e8494753794273b754cb54a3331a
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 13 16:49:24 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Thu May 13 16:50:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2907a6a2
7
8 net-proxy/obfs4proxy: add link to upstream comment about licensing
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 net-proxy/obfs4proxy/obfs4proxy-0.0.11-r1.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/net-proxy/obfs4proxy/obfs4proxy-0.0.11-r1.ebuild b/net-proxy/obfs4proxy/obfs4proxy-0.0.11-r1.ebuild
16 index 4ef397fb9ec..89d05eaa48a 100644
17 --- a/net-proxy/obfs4proxy/obfs4proxy-0.0.11-r1.ebuild
18 +++ b/net-proxy/obfs4proxy/obfs4proxy-0.0.11-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -39,6 +39,7 @@ go-module_set_globals
26 SRC_URI="https://gitlab.com/yawning/obfs4/-/archive/${P}/obfs4-${P}.tar.gz -> ${P}.tar.gz
27 ${EGO_SUM_SRC_URI}"
28
29 +# See https://gitlab.com/yawning/obfs4/-/issues/5#note_573104796 for licence clarification
30 LICENSE="BSD CC0-1.0 BZIP2 GPL-3+ MIT public-domain"
31 SLOT="0"
32 KEYWORDS="amd64 arm x86"