Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/albert/
Date: Mon, 01 Feb 2021 20:27:36
Message-Id: 1612211241.29555e74cd8e5920b2533a89a3c33a4736a64fa7.ulm@gentoo
1 commit: 29555e74cd8e5920b2533a89a3c33a4736a64fa7
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 1 20:26:57 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 1 20:27:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29555e74
7
8 x11-misc/albert: Set LICENSE to all-rights-reserved for now
9
10 Also add mirror and bindist restriction, because this comes without
11 any license, so Gentoo mirrors cannot distribute it.
12
13 Bug: https://bugs.gentoo.org/766129
14 Package-Manager: Portage-3.0.14, Repoman-3.0.2
15 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
16
17 x11-misc/albert/albert-0.17.2.ebuild | 3 ++-
18 1 file changed, 2 insertions(+), 1 deletion(-)
19
20 diff --git a/x11-misc/albert/albert-0.17.2.ebuild b/x11-misc/albert/albert-0.17.2.ebuild
21 index 58b5b30d0b4..037b2adeeee 100644
22 --- a/x11-misc/albert/albert-0.17.2.ebuild
23 +++ b/x11-misc/albert/albert-0.17.2.ebuild
24 @@ -27,10 +27,11 @@ SRC_URI="
25 )
26 "
27
28 -LICENSE="GPL-3+"
29 +LICENSE="all-rights-reserved" # unclear licensing #766129
30 SLOT="0"
31 KEYWORDS="~amd64"
32 IUSE="debug +python +python-extensions +statistics virtualbox"
33 +RESTRICT="mirror bindist"
34
35 REQUIRED_USE="python-extensions? ( python )"