commit: ca191eebe4ba022498f3edb0dc665fad8efc1bb3
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 30 20:10:16 2017 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sun Apr 30 20:10:16 2017 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=ca191eeb
dev-python/shiboken: update LICENSE
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-python/shiboken/shiboken-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/shiboken/shiboken-9999.ebuild
b/dev-python/shiboken/shiboken-9999.ebuild
index 721c08d3..a0b130fe 100644
--- a/dev-python/shiboken/shiboken-9999.ebuild
+++ b/dev-python/shiboken/shiboken-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit cmake-utils llvm python-r1 git-r3
@@ -16,7 +16,7 @@ EGIT_REPO_URI=(
#FIXME: Switch to the clang-enabled "dev" branch once stable.
EGIT_BRANCH="5.6"
-LICENSE="LGPL-2.1"
+LICENSE="|| ( GPL-2+ LGPL-3 ) GPL-3"
SLOT="2"
KEYWORDS=""
IUSE="test"