summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2014-12-01 12:08:51 +0000
committerIan Delaney <idella4@gentoo.org>2014-12-01 12:08:51 +0000
commit9264f39e6e8ba9eeb7372929876cd30669cbafa2 (patch)
tree0c63c9f3ba44fdf4b667008f9a21dad812866832 /dev-python
parentAdd a proper REQUIRED_USE for libpeas compatibility, use python_setup() to us... (diff)
downloadgentoo-2-9264f39e6e8ba9eeb7372929876cd30669cbafa2.tar.gz
gentoo-2-9264f39e6e8ba9eeb7372929876cd30669cbafa2.tar.bz2
gentoo-2-9264f39e6e8ba9eeb7372929876cd30669cbafa2.zip
clean old impl
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/bottleneck/ChangeLog5
-rw-r--r--dev-python/bottleneck/bottleneck-0.8.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/bottleneck/ChangeLog b/dev-python/bottleneck/ChangeLog
index e41f15d4f1a0..9fe3ccbbd0dc 100644
--- a/dev-python/bottleneck/ChangeLog
+++ b/dev-python/bottleneck/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/bottleneck
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bottleneck/ChangeLog,v 1.6 2014/06/20 06:29:47 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bottleneck/ChangeLog,v 1.7 2014/12/01 12:08:51 idella4 Exp $
+
+ 01 Dec 2014; Ian Delaney <idella4@gentoo.org> bottleneck-0.8.0.ebuild:
+ clean old impl
20 Jun 2014; Ian Delaney <idella4@gentoo.org> bottleneck-0.8.0.ebuild:
add py3.4 support
diff --git a/dev-python/bottleneck/bottleneck-0.8.0.ebuild b/dev-python/bottleneck/bottleneck-0.8.0.ebuild
index 41d3425bb314..22345d81211f 100644
--- a/dev-python/bottleneck/bottleneck-0.8.0.ebuild
+++ b/dev-python/bottleneck/bottleneck-0.8.0.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bottleneck/bottleneck-0.8.0.ebuild,v 1.2 2014/06/20 06:29:47 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bottleneck/bottleneck-0.8.0.ebuild,v 1.3 2014/12/01 12:08:51 idella4 Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1