diff options
author | Jonathan Callen <jcallen@gentoo.org> | 2014-06-25 04:13:08 +0000 |
---|---|---|
committer | Jonathan Callen <jcallen@gentoo.org> | 2014-06-25 04:13:08 +0000 |
commit | c00b1706c0c0884370e13e76e080c2d8af310240 (patch) | |
tree | ba8d61d553ee27c9c4dcbda9264c9498a977e88f /kde-base | |
parent | Version bump. (diff) | |
download | gentoo-2-c00b1706c0c0884370e13e76e080c2d8af310240.tar.gz gentoo-2-c00b1706c0c0884370e13e76e080c2d8af310240.tar.bz2 gentoo-2-c00b1706c0c0884370e13e76e080c2d8af310240.zip |
Add python3_4 to PYTHON_COMPAT
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 229E5838)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kate/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kate/kate-4.13.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kate/ChangeLog b/kde-base/kate/ChangeLog index 8cf0854ae664..87dbc4ddf021 100644 --- a/kde-base/kate/ChangeLog +++ b/kde-base/kate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kate # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.342 2014/06/19 13:32:07 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.343 2014/06/25 04:13:08 jcallen Exp $ + + 25 Jun 2014; Jonathan Callen <jcallen@gentoo.org> kate-4.13.2.ebuild: + Add python3_4 to PYTHON_COMPAT 19 Jun 2014; Chris Reffett <creffett@gentoo.org> -kate-4.13.1.ebuild: Remove KDE SC 4.13.1 diff --git a/kde-base/kate/kate-4.13.2.ebuild b/kde-base/kate/kate-4.13.2.ebuild index 3dc8a97d8b8a..901be171b637 100644 --- a/kde-base/kate/kate-4.13.2.ebuild +++ b/kde-base/kate/kate-4.13.2.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.13.2.ebuild,v 1.1 2014/06/15 16:56:23 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.13.2.ebuild,v 1.2 2014/06/25 04:13:08 jcallen Exp $ EAPI=5 KDE_HANDBOOK="optional" KMNAME="kate" -PYTHON_COMPAT=( python{2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) inherit python-single-r1 kde4-meta |