commit: b006aef666fefa58de5ccb6e4ead83922c8b1539
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 12 17:41:03 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Sep 12 18:03:16 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b006aef6
dev-libs/legousbtower: Correct LICENSE, restrict mirror&bindist
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
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 51fdecaf027..f24ec9097bb 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() { :; }