From b006aef666fefa58de5ccb6e4ead83922c8b1539 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 12 Sep 2019 19:41:03 +0200 Subject: [PATCH] dev-libs/legousbtower: Correct LICENSE, restrict mirror&bindist MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-libs/legousbtower/legousbtower-0.5.4-r1.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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() { :; } -- 2.26.2