summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-05-07 15:15:47 +0200
committerMichał Górny <mgorny@gentoo.org>2019-05-07 15:15:47 +0200
commit49c8ab5fee394713700963be1eb30c2a810dd781 (patch)
treea8dbcbbcf78a94cc234b4aeebf3ae5ec455ff5d9 /net-wireless
parentnet-wireless/blueman: Drop obsolete python_fix_shebang in -9999 (diff)
downloadgentoo-49c8ab5fee394713700963be1eb30c2a810dd781.tar.gz
gentoo-49c8ab5fee394713700963be1eb30c2a810dd781.tar.bz2
gentoo-49c8ab5fee394713700963be1eb30c2a810dd781.zip
net-wireless/blueman: Correct license in -9999
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r--net-wireless/blueman/blueman-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-wireless/blueman/blueman-9999.ebuild b/net-wireless/blueman/blueman-9999.ebuild
index e3a5b438e79c..0a68c844c00d 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"