summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-11-03 15:19:53 +0000
committerMichał Górny <mgorny@gentoo.org>2013-11-03 15:19:53 +0000
commit887348d12d136a1fcae1b6ffb8c679a26e1df146 (patch)
tree04dd57517068c01cc2a10cb67a1e758efb6974f6 /dev-python
parentNew security release (diff)
downloadgentoo-2-887348d12d136a1fcae1b6ffb8c679a26e1df146.tar.gz
gentoo-2-887348d12d136a1fcae1b6ffb8c679a26e1df146.tar.bz2
gentoo-2-887348d12d136a1fcae1b6ffb8c679a26e1df146.zip
Remove stale implementations from the ebuild. Reported by jlec.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/argparse/ChangeLog5
-rw-r--r--dev-python/argparse/argparse-1.2.1-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/argparse/ChangeLog b/dev-python/argparse/ChangeLog
index b4cc9ef25ce5..611257b56391 100644
--- a/dev-python/argparse/ChangeLog
+++ b/dev-python/argparse/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/argparse
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.60 2013/09/05 18:47:15 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.61 2013/11/03 15:19:53 mgorny Exp $
+
+ 03 Nov 2013; Michał Górny <mgorny@gentoo.org> argparse-1.2.1-r1.ebuild:
+ Remove stale implementations from the ebuild. Reported by jlec.
05 Sep 2013; Michał Górny <mgorny@gentoo.org> argparse-1.2.1-r2.ebuild:
Clean up PYTHON_COMPAT from old implementations.
diff --git a/dev-python/argparse/argparse-1.2.1-r1.ebuild b/dev-python/argparse/argparse-1.2.1-r1.ebuild
index bffdc49f3373..216614702305 100644
--- a/dev-python/argparse/argparse-1.2.1-r1.ebuild
+++ b/dev-python/argparse/argparse-1.2.1-r1.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1-r1.ebuild,v 1.15 2013/01/01 19:01:38 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1-r1.ebuild,v 1.16 2013/11/03 15:19:53 mgorny Exp $
EAPI=5
PYTHON_COMPAT_REAL=(
# actual targets
- python{2_5,2_6,3_1}
+ python2_6
)
PYTHON_COMPAT=(
${PYTHON_COMPAT_REAL[@]}