diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-08-04 00:28:55 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-08-04 00:28:55 +0000 |
commit | 50fb75f47749378a4e8846cc526f5c55204af6da (patch) | |
tree | dd98f217be9289e663974cd942111191d1df4ad2 /app-admin | |
parent | Verion bump wrt #478526 (diff) | |
download | gentoo-2-50fb75f47749378a4e8846cc526f5c55204af6da.tar.gz gentoo-2-50fb75f47749378a4e8846cc526f5c55204af6da.tar.bz2 gentoo-2-50fb75f47749378a4e8846cc526f5c55204af6da.zip |
Add python-3.3 to PYTHON_COMPAT
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/webapp-config/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/webapp-config/webapp-config-1.51.ebuild | 4 | ||||
-rw-r--r-- | app-admin/webapp-config/webapp-config-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-admin/webapp-config/ChangeLog b/app-admin/webapp-config/ChangeLog index 25d57cd10959..7b8a97aae428 100644 --- a/app-admin/webapp-config/ChangeLog +++ b/app-admin/webapp-config/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/webapp-config # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.93 2013/08/03 14:10:43 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.94 2013/08/04 00:28:55 blueness Exp $ + + 04 Aug 2013; Anthony G. Basile <blueness@gentoo.org> + webapp-config-1.51.ebuild, webapp-config-9999.ebuild: + Add python-3.3 to PYTHON_COMPAT 03 Aug 2013; Anthony G. Basile <blueness@gentoo.org> webapp-config-1.51.ebuild, webapp-config-9999.ebuild: diff --git a/app-admin/webapp-config/webapp-config-1.51.ebuild b/app-admin/webapp-config/webapp-config-1.51.ebuild index df090776b6e2..9988679e22d4 100644 --- a/app-admin/webapp-config/webapp-config-1.51.ebuild +++ b/app-admin/webapp-config/webapp-config-1.51.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-admin/webapp-config/webapp-config-1.51.ebuild,v 1.2 2013/08/03 14:10:43 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-1.51.ebuild,v 1.3 2013/08/04 00:28:55 blueness Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2} pypy{1_9,2_0} ) +PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} ) inherit distutils-r1 diff --git a/app-admin/webapp-config/webapp-config-9999.ebuild b/app-admin/webapp-config/webapp-config-9999.ebuild index f3ac72dfac35..09b8572c0cdb 100644 --- a/app-admin/webapp-config/webapp-config-9999.ebuild +++ b/app-admin/webapp-config/webapp-config-9999.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-admin/webapp-config/webapp-config-9999.ebuild,v 1.4 2013/08/03 14:10:43 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-9999.ebuild,v 1.5 2013/08/04 00:28:55 blueness Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2} pypy{1_9,2_0} ) +PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} ) inherit distutils-r1 |