From 29555e74cd8e5920b2533a89a3c33a4736a64fa7 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Mon, 1 Feb 2021 21:26:57 +0100 Subject: x11-misc/albert: Set LICENSE to all-rights-reserved for now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- x11-misc/albert/albert-0.17.2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'x11-misc') 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 )" -- cgit v1.2.3-65-gdbad