summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-04-08 17:54:03 +0000
committerMichał Górny <mgorny@gentoo.org>2015-04-08 17:54:03 +0000
commitf836eadc4a96c6af371b69e0be116f280451356b (patch)
tree99602001b1a18998895cbc2b9c3890b773a96173 /dev-util/howdoi
parentDrop old Python implementations (diff)
downloadgentoo-2-f836eadc4a96c6af371b69e0be116f280451356b.tar.gz
gentoo-2-f836eadc4a96c6af371b69e0be116f280451356b.tar.bz2
gentoo-2-f836eadc4a96c6af371b69e0be116f280451356b.zip
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-util/howdoi')
-rw-r--r--dev-util/howdoi/ChangeLog7
-rw-r--r--dev-util/howdoi/howdoi-1.1.6.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/howdoi/ChangeLog b/dev-util/howdoi/ChangeLog
index bb70fd4f9fa5..0af9bd8ecc97 100644
--- a/dev-util/howdoi/ChangeLog
+++ b/dev-util/howdoi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/howdoi
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/howdoi/ChangeLog,v 1.7 2014/11/13 07:57:09 kensington Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/howdoi/ChangeLog,v 1.8 2015/04/08 17:54:02 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> howdoi-1.1.6.ebuild:
+ Drop old Python implementations
*howdoi-1.1.7 (13 Nov 2014)
diff --git a/dev-util/howdoi/howdoi-1.1.6.ebuild b/dev-util/howdoi/howdoi-1.1.6.ebuild
index 4c1f432aafc8..932c5dabe2f5 100644
--- a/dev-util/howdoi/howdoi-1.1.6.ebuild
+++ b/dev-util/howdoi/howdoi-1.1.6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/howdoi/howdoi-1.1.6.ebuild,v 1.2 2014/07/06 12:52:03 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/howdoi/howdoi-1.1.6.ebuild,v 1.3 2015/04/08 17:54:02 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_3} )
inherit distutils-r1