Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/blueman/
Date: Tue, 07 May 2019 13:36:28
Message-Id: 1557234947.49c8ab5fee394713700963be1eb30c2a810dd781.mgorny@gentoo
1 commit: 49c8ab5fee394713700963be1eb30c2a810dd781
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 7 13:15:47 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 7 13:15:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49c8ab5f
7
8 net-wireless/blueman: Correct license in -9999
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-wireless/blueman/blueman-9999.ebuild | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/net-wireless/blueman/blueman-9999.ebuild b/net-wireless/blueman/blueman-9999.ebuild
16 index e3a5b438e79..0a68c844c00 100644
17 --- a/net-wireless/blueman/blueman-9999.ebuild
18 +++ b/net-wireless/blueman/blueman-9999.ebuild
19 @@ -18,7 +18,9 @@ else
20 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
21 fi
22
23 -LICENSE="GPL-3"
24 +# icons are GPL-2
25 +# source files are mixed GPL-3+ and GPL-2+
26 +LICENSE="GPL-3+ GPL-2"
27 SLOT="0"
28 IUSE="appindicator network nls policykit pulseaudio"