summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-11-25 11:10:18 +0000
committerPacho Ramos <pacho@gentoo.org>2014-11-25 11:10:18 +0000
commit9fabdf36188036235c713e26b67b19a334c808e0 (patch)
tree758b608853f2433dd94c3e66a9ec3ec6c3d41606 /dev-python/queuelib
parentSupport python 3.4 (diff)
downloadgentoo-2-9fabdf36188036235c713e26b67b19a334c808e0.tar.gz
gentoo-2-9fabdf36188036235c713e26b67b19a334c808e0.tar.bz2
gentoo-2-9fabdf36188036235c713e26b67b19a334c808e0.zip
Support python 3.4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/queuelib')
-rw-r--r--dev-python/queuelib/ChangeLog7
-rw-r--r--dev-python/queuelib/queuelib-1.1.1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/queuelib/ChangeLog b/dev-python/queuelib/ChangeLog
index 4c3e76ff6e21..92f9ac364409 100644
--- a/dev-python/queuelib/ChangeLog
+++ b/dev-python/queuelib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/queuelib
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/queuelib/ChangeLog,v 1.2 2013/12/06 05:41:44 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/queuelib/ChangeLog,v 1.3 2014/11/25 11:10:18 pacho Exp $
+
+ 25 Nov 2014; Pacho Ramos <pacho@gentoo.org> queuelib-1.1.1.ebuild:
+ Support python 3.4
06 Dec 2013; Patrick Lauer <patrick@gentoo.org> queuelib-1.1.1.ebuild:
Simplification of the ebuild
diff --git a/dev-python/queuelib/queuelib-1.1.1.ebuild b/dev-python/queuelib/queuelib-1.1.1.ebuild
index 0c9d9c74fa67..8210b01b5fa6 100644
--- a/dev-python/queuelib/queuelib-1.1.1.ebuild
+++ b/dev-python/queuelib/queuelib-1.1.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/queuelib/queuelib-1.1.1.ebuild,v 1.2 2013/12/06 05:41:44 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/queuelib/queuelib-1.1.1.ebuild,v 1.3 2014/11/25 11:10:18 pacho Exp $
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 )
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
inherit vcs-snapshot distutils-r1