diff options
author | 2013-05-30 13:23:04 +0000 | |
---|---|---|
committer | 2013-05-30 13:23:04 +0000 | |
commit | 550924a311cc27f33fb7da3b4009bc48c829fda9 (patch) | |
tree | 11f680c5e4542afe3b8af4c917a3ec7618a1b240 /kde-base | |
parent | Remove semantic-desktop USE flag from testing version. (diff) | |
download | gentoo-2-550924a311cc27f33fb7da3b4009bc48c829fda9.tar.gz gentoo-2-550924a311cc27f33fb7da3b4009bc48c829fda9.tar.bz2 gentoo-2-550924a311cc27f33fb7da3b4009bc48c829fda9.zip |
Enable python-3.3 support wrt bug #471648.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kate/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kate/kate-4.10.2.ebuild | 4 | ||||
-rw-r--r-- | kde-base/kate/kate-4.10.3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/kde-base/kate/ChangeLog b/kde-base/kate/ChangeLog index 25529a1c5367..d0dc985912b4 100644 --- a/kde-base/kate/ChangeLog +++ b/kde-base/kate/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kate # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.276 2013/05/29 17:37:29 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.277 2013/05/30 13:23:04 kensington Exp $ + + 30 May 2013; Michael Palimaka <kensington@gentoo.org> kate-4.10.2.ebuild, + kate-4.10.3.ebuild: + Enable python-3.3 support wrt bug #471648. 29 May 2013; Michael Palimaka <kensington@gentoo.org> kate-4.10.2.ebuild, kate-4.10.3.ebuild: diff --git a/kde-base/kate/kate-4.10.2.ebuild b/kde-base/kate/kate-4.10.2.ebuild index 6d3514bcc723..b647117223d3 100644 --- a/kde-base/kate/kate-4.10.2.ebuild +++ b/kde-base/kate/kate-4.10.2.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.10.2.ebuild,v 1.6 2013/05/29 17:37:29 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.10.2.ebuild,v 1.7 2013/05/30 13:23:04 kensington Exp $ EAPI=5 KDE_HANDBOOK="optional" KMNAME="kate" -PYTHON_COMPAT=( python{2_7,3_1,3_2} ) +PYTHON_COMPAT=( python{2_7,3_1,3_2,3_3} ) inherit python-single-r1 kde4-meta diff --git a/kde-base/kate/kate-4.10.3.ebuild b/kde-base/kate/kate-4.10.3.ebuild index 53b44f0cbd0e..b60e595acb21 100644 --- a/kde-base/kate/kate-4.10.3.ebuild +++ b/kde-base/kate/kate-4.10.3.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.10.3.ebuild,v 1.2 2013/05/29 17:37:29 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.10.3.ebuild,v 1.3 2013/05/30 13:23:04 kensington Exp $ EAPI=5 KDE_HANDBOOK="optional" KMNAME="kate" -PYTHON_COMPAT=( python{2_7,3_1,3_2} ) +PYTHON_COMPAT=( python{2_7,3_1,3_2,3_3} ) inherit python-single-r1 kde4-meta |