summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2014-11-29 09:12:23 +0000
committerIan Delaney <idella4@gentoo.org>2014-11-29 09:12:23 +0000
commit9e73ae9290b4f29ca832eefad446aa6c2f897282 (patch)
tree1fba97114d19efabc75db43f80ad678289ea1338 /dev-python/pastedeploy
parentclean old python impl, tweak dep mock (diff)
downloadgentoo-2-9e73ae9290b4f29ca832eefad446aa6c2f897282.tar.gz
gentoo-2-9e73ae9290b4f29ca832eefad446aa6c2f897282.tar.bz2
gentoo-2-9e73ae9290b4f29ca832eefad446aa6c2f897282.zip
clean old python impls
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/pastedeploy')
-rw-r--r--dev-python/pastedeploy/ChangeLog5
-rw-r--r--dev-python/pastedeploy/pastedeploy-1.5.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pastedeploy/ChangeLog b/dev-python/pastedeploy/ChangeLog
index 836ed721bf76..e3b690b41d77 100644
--- a/dev-python/pastedeploy/ChangeLog
+++ b/dev-python/pastedeploy/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pastedeploy
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/ChangeLog,v 1.20 2014/10/25 14:00:30 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/ChangeLog,v 1.21 2014/11/29 09:12:23 idella4 Exp $
+
+ 29 Nov 2014; Ian Delaney <idella4@gentoo.org> pastedeploy-1.5.2.ebuild:
+ clean old python impls
25 Oct 2014; Markus Meier <maekke@gentoo.org> pastedeploy-1.5.2.ebuild:
add ~arm, bug #525246
diff --git a/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild b/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild
index d5c150b0b9e9..fc900d982141 100644
--- a/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild
+++ b/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild,v 1.6 2014/10/25 14:00:30 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild,v 1.7 2014/11/29 09:12:23 idella4 Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1