From: Michał Górny Date: Thu, 12 Sep 2019 17:41:03 +0000 (+0200) Subject: dev-libs/legousbtower: Correct LICENSE, restrict mirror&bindist X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b006aef666fefa58de5ccb6e4ead83922c8b1539;p=gentoo.git dev-libs/legousbtower: Correct LICENSE, restrict mirror&bindist Signed-off-by: Michał Górny --- diff --git a/dev-libs/legousbtower/legousbtower-0.5.4-r1.ebuild b/dev-libs/legousbtower/legousbtower-0.5.4-r1.ebuild index 51fdecaf027b..f24ec9097bb4 100644 --- a/dev-libs/legousbtower/legousbtower-0.5.4-r1.ebuild +++ b/dev-libs/legousbtower/legousbtower-0.5.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,9 +10,12 @@ SRC_URI="mirror://sourceforge/legousb/${P}.tar.gz" HOMEPAGE="http://legousb.sourceforge.net/" SLOT="0" -LICENSE="MPL-1.0" +# The specified license is wrong as the file uses code from proprietary +# SDK. http://legousb.sourceforge.net/legousbtower/index.shtml +LICENSE="all-rights-reserved" KEYWORDS="amd64 ppc x86" IUSE="" +RESTRICT="bindist mirror" src_configure() { :; } src_compile() { :; }