commit: 49c8ab5fee394713700963be1eb30c2a810dd781
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 7 13:15:47 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 7 13:15:47 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49c8ab5f
net-wireless/blueman: Correct license in -9999
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-wireless/blueman/blueman-9999.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/net-wireless/blueman/blueman-9999.ebuild
b/net-wireless/blueman/blueman-9999.ebuild
index e3a5b438e79..0a68c844c00 100644
--- a/net-wireless/blueman/blueman-9999.ebuild
+++ b/net-wireless/blueman/blueman-9999.ebuild
@@ -18,7 +18,9 @@ else
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
fi
-LICENSE="GPL-3"
+# icons are GPL-2
+# source files are mixed GPL-3+ and GPL-2+
+LICENSE="GPL-3+ GPL-2"
SLOT="0"
IUSE="appindicator network nls policykit pulseaudio"