diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-10-13 07:54:18 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-10-13 07:54:18 +0000 |
commit | f9967f367ce87ef983f19a9ff57872c5eb955b3c (patch) | |
tree | e3c7feee746d4c1887444bfba9e94189dce0b847 /app-editors | |
parent | version bump (diff) | |
download | gentoo-2-f9967f367ce87ef983f19a9ff57872c5eb955b3c.tar.gz gentoo-2-f9967f367ce87ef983f19a9ff57872c5eb955b3c.tar.bz2 gentoo-2-f9967f367ce87ef983f19a9ff57872c5eb955b3c.zip |
Also compatible with python3_3
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/retext/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/retext/retext-4.0.1-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/retext/ChangeLog b/app-editors/retext/ChangeLog index 593b4734a58a..9fe21c6a2cbc 100644 --- a/app-editors/retext/ChangeLog +++ b/app-editors/retext/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/retext # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/retext/ChangeLog,v 1.5 2013/09/05 14:20:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/retext/ChangeLog,v 1.6 2013/10/13 07:54:18 pacho Exp $ + + 13 Oct 2013; Pacho Ramos <pacho@gentoo.org> retext-4.0.1-r2.ebuild: + Also compatible with python3_3 05 Sep 2013; Agostino Sarubbo <ago@gentoo.org> retext-4.0.1-r2.ebuild: Stable for amd64, wrt bug #481940 diff --git a/app-editors/retext/retext-4.0.1-r2.ebuild b/app-editors/retext/retext-4.0.1-r2.ebuild index 805a38b7271b..3890170774b5 100644 --- a/app-editors/retext/retext-4.0.1-r2.ebuild +++ b/app-editors/retext/retext-4.0.1-r2.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/app-editors/retext/retext-4.0.1-r2.ebuild,v 1.2 2013/09/05 14:20:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/retext/retext-4.0.1-r2.ebuild,v 1.3 2013/10/13 07:54:18 pacho Exp $ EAPI="5" -PYTHON_COMPAT=( python2_7 python3_2 ) +PYTHON_COMPAT=( python{2_7,3_2,3_3} ) PLOCALES="ca cs cy da de es et eu fr it ja pl pt pt_BR ru sk uk zh_CN zh_TW" inherit distutils-r1 l10n |