commit:     01c1fc7a70859d35fdecd3990609096dc273b106
Author:     Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Tue Mar 31 13:20:07 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Tue Mar 31 13:20:07 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=01c1fc7a

gentoo does not support python 2.6 and 3.2

Package-Manager: portage-2.2.18

 sci-libs/pydicom/ChangeLog            | 3 +++
 sci-libs/pydicom/pydicom-0.9.8.ebuild | 2 +-
 sci-libs/pydicom/pydicom-9999.ebuild  | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/sci-libs/pydicom/ChangeLog b/sci-libs/pydicom/ChangeLog
index bb11332..1fe98fc 100644
--- a/sci-libs/pydicom/ChangeLog
+++ b/sci-libs/pydicom/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  31 Mar 2015;  <chym...@gentoo.org> pydicom-0.9.8.ebuild, pydicom-9999.ebuild:
+  gentoo does not support python 2.6 and 3.2
+
   31 Mar 2015;  <chym...@gentoo.org> pydicom-9999.ebuild:
   new live ebuild supporting various python versions
 

diff --git a/sci-libs/pydicom/pydicom-0.9.8.ebuild 
b/sci-libs/pydicom/pydicom-0.9.8.ebuild
index 1b3129d..c65f082 100644
--- a/sci-libs/pydicom/pydicom-0.9.8.ebuild
+++ b/sci-libs/pydicom/pydicom-0.9.8.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_6 python2_7 )
+PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
 

diff --git a/sci-libs/pydicom/pydicom-9999.ebuild 
b/sci-libs/pydicom/pydicom-9999.ebuild
index 2d7786f..10e9d38 100644
--- a/sci-libs/pydicom/pydicom-9999.ebuild
+++ b/sci-libs/pydicom/pydicom-9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_6 python2_7 python3_2 python3_3 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
 
 inherit distutils-r1 git-r3
 

Reply via email to