summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Matejka <yac@gentoo.org>2013-11-07 08:56:10 +0000
committerJan Matejka <yac@gentoo.org>2013-11-07 08:56:10 +0000
commitb633d081c7cc53c416d6f0fb5456a267fe954b3e (patch)
tree58a08666861cda87059655dc080d539b30e8bae0 /app-text/pelican
parentVersion bump, add default enabled libmount use flag (bug #487962). (diff)
downloadgentoo-2-b633d081c7cc53c416d6f0fb5456a267fe954b3e.tar.gz
gentoo-2-b633d081c7cc53c416d6f0fb5456a267fe954b3e.tar.bz2
gentoo-2-b633d081c7cc53c416d6f0fb5456a267fe954b3e.zip
depends on jinja-2.7 which doesn't support python 3.2
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key F97A36A1)
Diffstat (limited to 'app-text/pelican')
-rw-r--r--app-text/pelican/ChangeLog5
-rw-r--r--app-text/pelican/pelican-3.3.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/app-text/pelican/ChangeLog b/app-text/pelican/ChangeLog
index b4c16ce80994..4ccbbeaec1ae 100644
--- a/app-text/pelican/ChangeLog
+++ b/app-text/pelican/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/pelican
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/ChangeLog,v 1.12 2013/10/29 03:44:26 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/ChangeLog,v 1.13 2013/11/07 08:56:10 yac Exp $
+
+ 07 Nov 2013; Jan Matejka <yac@gentoo.org> pelican-3.3.ebuild:
+ depends on jinja-2.7 which doesn't support python 3.2
*pelican-3.3 (29 Oct 2013)
diff --git a/app-text/pelican/pelican-3.3.ebuild b/app-text/pelican/pelican-3.3.ebuild
index 47beabdde4a3..544880c0c86d 100644
--- a/app-text/pelican/pelican-3.3.ebuild
+++ b/app-text/pelican/pelican-3.3.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/pelican-3.3.ebuild,v 1.1 2013/10/29 03:44:26 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/pelican-3.3.ebuild,v 1.2 2013/11/07 08:56:10 yac Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_3} )
inherit distutils-r1
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="examples markdown"
DEPEND="dev-python/feedgenerator[${PYTHON_USEDEP}]
- dev-python/jinja[${PYTHON_USEDEP}]
+ >=dev-python/jinja-2.7[${PYTHON_USEDEP}]
dev-python/docutils[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]