diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 08:05:30 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 08:05:30 +0000 |
commit | f64d0521464b356a5fbd5b88883e3d0870610810 (patch) | |
tree | 83cd027b30ee7eee65600e30cb8f1cac1fbfd68e /dev-python/PyQt4 | |
parent | Add missing deps, bug #545472 (diff) | |
download | historical-f64d0521464b356a5fbd5b88883e3d0870610810.tar.gz historical-f64d0521464b356a5fbd5b88883e3d0870610810.tar.bz2 historical-f64d0521464b356a5fbd5b88883e3d0870610810.zip |
Drop old Python implementations
Package-Manager: portage-2.2.18/cvs/Linux x86_64
Manifest-Sign-Key: 0xEFB4464E!
Diffstat (limited to 'dev-python/PyQt4')
-rw-r--r-- | dev-python/PyQt4/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/PyQt4/PyQt4-4.10.3-r2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/PyQt4/ChangeLog b/dev-python/PyQt4/ChangeLog index a8fad7580e4e..e9dc49c660c6 100644 --- a/dev-python/PyQt4/ChangeLog +++ b/dev-python/PyQt4/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/PyQt4 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.283 2015/02/17 11:09:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.284 2015/04/08 08:05:00 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> PyQt4-4.10.3-r2.ebuild: + Drop old Python implementations 17 Feb 2015; Agostino Sarubbo <ago@gentoo.org> PyQt4-4.11.1.ebuild: Stable for ppc64, wrt bug #517344 diff --git a/dev-python/PyQt4/PyQt4-4.10.3-r2.ebuild b/dev-python/PyQt4/PyQt4-4.10.3-r2.ebuild index 96489f705805..f90ca3baf986 100644 --- a/dev-python/PyQt4/PyQt4-4.10.3-r2.ebuild +++ b/dev-python/PyQt4/PyQt4-4.10.3-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.10.3-r2.ebuild,v 1.12 2014/12/31 12:53:58 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.10.3-r2.ebuild,v 1.13 2015/04/08 08:05:00 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_3} ) inherit eutils python-r1 qmake-utils toolchain-funcs |