aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Brehler <marbre@linux.sungazer.de>2015-09-30 20:30:11 +0200
committerMarius Brehler <marbre@linux.sungazer.de>2015-09-30 20:30:11 +0200
commite96af048379f0346a5e239be4c10b3a30cf56f3f (patch)
treed263a6bf46fb43375631d08abb82e4daecd32387
parentMerge pull request #503 from TheChymera/spm (diff)
downloadsci-e96af048379f0346a5e239be4c10b3a30cf56f3f.tar.gz
sci-e96af048379f0346a5e239be4c10b3a30cf56f3f.tar.bz2
sci-e96af048379f0346a5e239be4c10b3a30cf56f3f.zip
dev-python/matplotlib2tikz: Drop python3 (only supported in 9999)
Package-Manager: portage-2.2.20.1
-rw-r--r--dev-python/matplotlib2tikz/ChangeLog4
-rw-r--r--dev-python/matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild2
2 files changed, 5 insertions, 1 deletions
diff --git a/dev-python/matplotlib2tikz/ChangeLog b/dev-python/matplotlib2tikz/ChangeLog
index 505899885..6e0a72325 100644
--- a/dev-python/matplotlib2tikz/ChangeLog
+++ b/dev-python/matplotlib2tikz/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Id$
+ 30 Sep 2015; Marius Brehler <marbre@linux.sungazer.de>
+ matplotlib2tikz-0.1.0.ebuild:
+ dev-python/matplotlib2tikz: Drop python3 (only supported in 9999)
+
05 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
dev-python/matplotlib2tikz: Add github to remote-id in metadata.xml
diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild
index 20ab8da5e..a0282d297 100644
--- a/dev-python/matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild
+++ b/dev-python/matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{3,4} )
+PYTHON_COMPAT=( python2_7 )
inherit distutils-r1