diff options
author | 2014-07-23 02:15:02 +0000 | |
---|---|---|
committer | 2014-07-23 02:15:02 +0000 | |
commit | debbabdb2850ea8f1b33a3126a602ccbaff41e38 (patch) | |
tree | 9e549a0f54d3a41e5d442b61ae5e39988fea3093 /app-text/pelican | |
parent | bump (diff) | |
download | gentoo-2-debbabdb2850ea8f1b33a3126a602ccbaff41e38.tar.gz gentoo-2-debbabdb2850ea8f1b33a3126a602ccbaff41e38.tar.bz2 gentoo-2-debbabdb2850ea8f1b33a3126a602ccbaff41e38.zip |
Remove py3.2 support as jinja dropped it
(Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-text/pelican')
-rw-r--r-- | app-text/pelican/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/pelican/pelican-3.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/pelican/ChangeLog b/app-text/pelican/ChangeLog index 1f3439c316cf..9cf72f609d4a 100644 --- a/app-text/pelican/ChangeLog +++ b/app-text/pelican/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/pelican # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/ChangeLog,v 1.16 2014/07/06 12:36:29 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/ChangeLog,v 1.17 2014/07/23 02:15:02 patrick Exp $ + + 23 Jul 2014; Patrick Lauer <patrick@gentoo.org> pelican-3.2.2.ebuild: + Remove py3.2 support as jinja dropped it 06 Jul 2014; Michał Górny <mgorny@gentoo.org> pelican-3.2.2.ebuild, pelican-3.3.ebuild, pelican-3.4.0.ebuild: diff --git a/app-text/pelican/pelican-3.2.2.ebuild b/app-text/pelican/pelican-3.2.2.ebuild index 74938868bc3e..0418759051a9 100644 --- a/app-text/pelican/pelican-3.2.2.ebuild +++ b/app-text/pelican/pelican-3.2.2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/pelican-3.2.2.ebuild,v 1.2 2014/07/06 12:36:29 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/pelican-3.2.2.ebuild,v 1.3 2014/07/23 02:15:02 patrick Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_3} ) inherit distutils-r1 |