diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 07:30:37 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 07:30:37 +0000 |
commit | 435e20e5665857de80b7638436e0dc3602af686f (patch) | |
tree | 4e727d1cd9543633a6bdfd321f6f832d5fdc3509 /app-emulation/xen | |
parent | version bump (diff) | |
download | gentoo-2-435e20e5665857de80b7638436e0dc3602af686f.tar.gz gentoo-2-435e20e5665857de80b7638436e0dc3602af686f.tar.bz2 gentoo-2-435e20e5665857de80b7638436e0dc3602af686f.zip |
Remove old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'app-emulation/xen')
-rw-r--r-- | app-emulation/xen/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/xen/xen-4.2.5-r8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/xen/ChangeLog b/app-emulation/xen/ChangeLog index 16119afc72c6..b29009938eb3 100644 --- a/app-emulation/xen/ChangeLog +++ b/app-emulation/xen/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/xen # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.199 2015/04/03 09:37:42 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.200 2015/04/08 07:30:32 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> xen-4.2.5-r8.ebuild: + Remove old Python implementations 03 Apr 2015; Yixun Lan <dlan@gentoo.org> -xen-4.2.5-r6.ebuild, -xen-4.2.5-r7.ebuild, -xen-4.4.2.ebuild, -xen-4.5.0-r4.ebuild: diff --git a/app-emulation/xen/xen-4.2.5-r8.ebuild b/app-emulation/xen/xen-4.2.5-r8.ebuild index 3c3b4e5e6e86..1078679aeac9 100644 --- a/app-emulation/xen/xen-4.2.5-r8.ebuild +++ b/app-emulation/xen/xen-4.2.5-r8.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.5-r8.ebuild,v 1.3 2015/04/03 08:33:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.5-r8.ebuild,v 1.4 2015/04/08 07:30:32 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) if [[ $PV == *9999 ]]; then KEYWORDS="" |