summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2021-02-01 21:26:57 +0100
committerUlrich Müller <ulm@gentoo.org>2021-02-01 21:27:21 +0100
commit29555e74cd8e5920b2533a89a3c33a4736a64fa7 (patch)
tree5b57b37921dc87e30ae3e83f368f8149b5bd2488 /x11-misc/albert/albert-0.17.2.ebuild
parentprofiles/arch/sparc/p.u.mask: unmask dev-util/ragel[doc] (diff)
downloadgentoo-29555e74cd8e5920b2533a89a3c33a4736a64fa7.tar.gz
gentoo-29555e74cd8e5920b2533a89a3c33a4736a64fa7.tar.bz2
gentoo-29555e74cd8e5920b2533a89a3c33a4736a64fa7.zip
x11-misc/albert: Set LICENSE to all-rights-reserved for now
Also add mirror and bindist restriction, because this comes without any license, so Gentoo mirrors cannot distribute it. Bug: https://bugs.gentoo.org/766129 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'x11-misc/albert/albert-0.17.2.ebuild')
-rw-r--r--x11-misc/albert/albert-0.17.2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-misc/albert/albert-0.17.2.ebuild b/x11-misc/albert/albert-0.17.2.ebuild
index 58b5b30d0b47..037b2adeeeec 100644
--- a/x11-misc/albert/albert-0.17.2.ebuild
+++ b/x11-misc/albert/albert-0.17.2.ebuild
@@ -27,10 +27,11 @@ SRC_URI="
)
"
-LICENSE="GPL-3+"
+LICENSE="all-rights-reserved" # unclear licensing #766129
SLOT="0"
KEYWORDS="~amd64"
IUSE="debug +python +python-extensions +statistics virtualbox"
+RESTRICT="mirror bindist"
REQUIRED_USE="python-extensions? ( python )"