summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2014-12-02 11:38:13 +0000
committerIan Delaney <idella4@gentoo.org>2014-12-02 11:38:13 +0000
commit7f27a455d9597d16cf87d1984f15df783f272846 (patch)
tree661f7b7f1d24c2d6e5ca0c23929e2b2740150411 /dev-python/pycparser
parentdev-python/pycuda: Version BUmp; add py3.4 support, #531138 (diff)
downloadgentoo-2-7f27a455d9597d16cf87d1984f15df783f272846.tar.gz
gentoo-2-7f27a455d9597d16cf87d1984f15df783f272846.tar.bz2
gentoo-2-7f27a455d9597d16cf87d1984f15df783f272846.zip
clean old impls
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/pycparser')
-rw-r--r--dev-python/pycparser/ChangeLog5
-rw-r--r--dev-python/pycparser/pycparser-2.10.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pycparser/ChangeLog b/dev-python/pycparser/ChangeLog
index 3aba01ae56cf..3cdc8187b16a 100644
--- a/dev-python/pycparser/ChangeLog
+++ b/dev-python/pycparser/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pycparser
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/ChangeLog,v 1.26 2014/10/26 19:07:20 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/ChangeLog,v 1.27 2014/12/02 11:38:13 idella4 Exp $
+
+ 02 Dec 2014; Ian Delaney <idella4@gentoo.org> pycparser-2.10.ebuild:
+ clean old impls
26 Oct 2014; Fabian Groffen <grobian@gentoo.org> pycparser-2.10.ebuild:
Added Prefix keywords, bug #503094
diff --git a/dev-python/pycparser/pycparser-2.10.ebuild b/dev-python/pycparser/pycparser-2.10.ebuild
index a1d493a5e471..bce39b34b312 100644
--- a/dev-python/pycparser/pycparser-2.10.ebuild
+++ b/dev-python/pycparser/pycparser-2.10.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/pycparser/pycparser-2.10.ebuild,v 1.15 2014/10/26 19:07:20 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/pycparser-2.10.ebuild,v 1.16 2014/12/02 11:38:13 idella4 Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
inherit distutils-r1 vcs-snapshot