Gentoo Archives: gentoo-commits

From: Slawek Lis <slis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/djangocms-text-ckeditor/
Date: Fri, 02 Jun 2017 07:27:24
Message-Id: 1496388430.693c5477c166f4131bdabff8f07923a76f3c12ca.slis@gentoo
1 commit: 693c5477c166f4131bdabff8f07923a76f3c12ca
2 Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 2 07:26:08 2017 +0000
4 Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 2 07:27:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=693c5477
7
8 dev-python/djangocms-text-ckeditor: dropped support for python3_5
9
10 It's not supported by PDEPEND yet and causes conflicts
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.2
13
14 dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.3.1.ebuild | 2 +-
15 dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.5.0.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.3.1.ebuild b/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.3.1.ebuild
19 index 371afb085a8..402cb27c0aa 100644
20 --- a/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.3.1.ebuild
21 +++ b/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.3.1.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI="6"
25
26 -PYTHON_COMPAT=( python{2_7,3_{3,4,5}} )
27 +PYTHON_COMPAT=( python{2_7,3_{3,4}} )
28
29 inherit distutils-r1
30
31
32 diff --git a/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.5.0.ebuild b/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.5.0.ebuild
33 index 371afb085a8..402cb27c0aa 100644
34 --- a/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.5.0.ebuild
35 +++ b/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.5.0.ebuild
36 @@ -3,7 +3,7 @@
37
38 EAPI="6"
39
40 -PYTHON_COMPAT=( python{2_7,3_{3,4,5}} )
41 +PYTHON_COMPAT=( python{2_7,3_{3,4}} )
42
43 inherit distutils-r1