diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-05-07 15:15:47 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-05-07 15:15:47 +0200 |
commit | 49c8ab5fee394713700963be1eb30c2a810dd781 (patch) | |
tree | a8dbcbbcf78a94cc234b4aeebf3ae5ec455ff5d9 /net-wireless | |
parent | net-wireless/blueman: Drop obsolete python_fix_shebang in -9999 (diff) | |
download | gentoo-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.ebuild | 4 |
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" |