summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-09-12 19:41:03 +0200
committerMichał Górny <mgorny@gentoo.org>2019-09-12 20:03:16 +0200
commitb006aef666fefa58de5ccb6e4ead83922c8b1539 (patch)
treefc0ab53d8d3af7ebe2467f0fe50592ee891faf48
parentmail-client/thunderbird-bin: bump to v68.1.0 (diff)
downloadgentoo-b006aef6.tar.gz
gentoo-b006aef6.tar.bz2
gentoo-b006aef6.zip
dev-libs/legousbtower: Correct LICENSE, restrict mirror&bindist
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-libs/legousbtower/legousbtower-0.5.4-r1.ebuild7
1 files 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() { :; }