Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-python/shiboken/
Date: Sun, 30 Apr 2017 20:11:45
Message-Id: 1493583016.ca191eebe4ba022498f3edb0dc665fad8efc1bb3.pesa@gentoo
1 commit: ca191eebe4ba022498f3edb0dc665fad8efc1bb3
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 30 20:10:16 2017 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 30 20:10:16 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=ca191eeb
7
8 dev-python/shiboken: update LICENSE
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-python/shiboken/shiboken-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/shiboken/shiboken-9999.ebuild b/dev-python/shiboken/shiboken-9999.ebuild
16 index 721c08d3..a0b130fe 100644
17 --- a/dev-python/shiboken/shiboken-9999.ebuild
18 +++ b/dev-python/shiboken/shiboken-9999.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
24 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
25
26 inherit cmake-utils llvm python-r1 git-r3
27
28 @@ -16,7 +16,7 @@ EGIT_REPO_URI=(
29 #FIXME: Switch to the clang-enabled "dev" branch once stable.
30 EGIT_BRANCH="5.6"
31
32 -LICENSE="LGPL-2.1"
33 +LICENSE="|| ( GPL-2+ LGPL-3 ) GPL-3"
34 SLOT="2"
35 KEYWORDS=""
36 IUSE="test"