summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-04-08 07:30:37 +0000
committerMichał Górny <mgorny@gentoo.org>2015-04-08 07:30:37 +0000
commit435e20e5665857de80b7638436e0dc3602af686f (patch)
tree4e727d1cd9543633a6bdfd321f6f832d5fdc3509 /app-admin/cdist
parentversion bump (diff)
downloadgentoo-2-435e20e5665857de80b7638436e0dc3602af686f.tar.gz
gentoo-2-435e20e5665857de80b7638436e0dc3602af686f.tar.bz2
gentoo-2-435e20e5665857de80b7638436e0dc3602af686f.zip
Remove old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'app-admin/cdist')
-rw-r--r--app-admin/cdist/ChangeLog5
-rw-r--r--app-admin/cdist/cdist-3.1.9.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-admin/cdist/ChangeLog b/app-admin/cdist/ChangeLog
index 04a1afe00dd1..17c31e713781 100644
--- a/app-admin/cdist/ChangeLog
+++ b/app-admin/cdist/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-admin/cdist
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/cdist/ChangeLog,v 1.7 2015/02/03 05:42:53 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/cdist/ChangeLog,v 1.8 2015/04/08 07:30:36 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> cdist-3.1.9.ebuild:
+ Remove old Python implementations
*cdist-3.1.9 (03 Feb 2015)
diff --git a/app-admin/cdist/cdist-3.1.9.ebuild b/app-admin/cdist/cdist-3.1.9.ebuild
index d8e340391255..d6a4b22c7ec1 100644
--- a/app-admin/cdist/cdist-3.1.9.ebuild
+++ b/app-admin/cdist/cdist-3.1.9.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/cdist/cdist-3.1.9.ebuild,v 1.1 2015/02/03 05:42:53 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/cdist/cdist-3.1.9.ebuild,v 1.2 2015/04/08 07:30:36 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{3_3,3_4} )
inherit distutils-r1
DESCRIPTION="A usable configuration management system"