summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2013-05-29 06:06:58 +0000
committerIan Delaney <idella4@gentoo.org>2013-05-29 06:06:58 +0000
commita9424d09bd55e1ef55de9e204e4e7033c4c7f2c2 (patch)
tree8185a9ff2ecbdd9ffa1845c2121a3fe492758f70 /dev-python/markdown/markdown-2.3.1.ebuild
parentadd py3.3 support (diff)
downloadhistorical-a9424d09bd55e1ef55de9e204e4e7033c4c7f2c2.tar.gz
historical-a9424d09bd55e1ef55de9e204e4e7033c4c7f2c2.tar.bz2
historical-a9424d09bd55e1ef55de9e204e4e7033c4c7f2c2.zip
add py3.3 support
Package-Manager: portage-2.1.11.63/cvs/Linux x86_64 Manifest-Sign-Key: 0xB8072B0D
Diffstat (limited to 'dev-python/markdown/markdown-2.3.1.ebuild')
-rw-r--r--dev-python/markdown/markdown-2.3.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/markdown/markdown-2.3.1.ebuild b/dev-python/markdown/markdown-2.3.1.ebuild
index 64c9db8deff8..a298be6caddf 100644
--- a/dev-python/markdown/markdown-2.3.1.ebuild
+++ b/dev-python/markdown/markdown-2.3.1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/markdown/markdown-2.3.1.ebuild,v 1.1 2013/03/26 06:19:27 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/markdown/markdown-2.3.1.ebuild,v 1.2 2013/05/29 06:06:27 idella4 Exp $
EAPI=5
# python3.3 because of dev-python/pygments
-PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2} pypy{1_9,2_0} )
+PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
inherit distutils-r1