summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-11-26 16:11:58 +0000
committerPacho Ramos <pacho@gentoo.org>2014-11-26 16:11:58 +0000
commitfb8a188e36f3181a0e5d7e164c0b95ab5b2a4a68 (patch)
tree1473eab5bf98f55f8e782d8f90b60785c8578532 /net-news
parentKeep one major version for older releases (diff)
downloadgentoo-2-fb8a188e36f3181a0e5d7e164c0b95ab5b2a4a68.tar.gz
gentoo-2-fb8a188e36f3181a0e5d7e164c0b95ab5b2a4a68.tar.bz2
gentoo-2-fb8a188e36f3181a0e5d7e164c0b95ab5b2a4a68.zip
Support python 3.4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-news')
-rw-r--r--net-news/canto-daemon/ChangeLog6
-rw-r--r--net-news/canto-daemon/canto-daemon-0.8.2.ebuild4
2 files changed, 6 insertions, 4 deletions
diff --git a/net-news/canto-daemon/ChangeLog b/net-news/canto-daemon/ChangeLog
index 524e63360fec..fd4059d5803e 100644
--- a/net-news/canto-daemon/ChangeLog
+++ b/net-news/canto-daemon/ChangeLog
@@ -1,10 +1,12 @@
# ChangeLog for net-news/canto-daemon
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-news/canto-daemon/ChangeLog,v 1.1 2014/02/20 20:25:28 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/canto-daemon/ChangeLog,v 1.2 2014/11/26 16:11:58 pacho Exp $
+
+ 26 Nov 2014; Pacho Ramos <pacho@gentoo.org> canto-daemon-0.8.2.ebuild:
+ Support python 3.4
*canto-daemon-0.8.2 (20 Feb 2014)
20 Feb 2014; Sergey Popov <pinkbyte@gentoo.org> +canto-daemon-0.8.2.ebuild,
+metadata.xml:
Initial commit, wrt bug #462028
-
diff --git a/net-news/canto-daemon/canto-daemon-0.8.2.ebuild b/net-news/canto-daemon/canto-daemon-0.8.2.ebuild
index 28641ac1fa31..c5b2bcdf8f11 100644
--- a/net-news/canto-daemon/canto-daemon-0.8.2.ebuild
+++ b/net-news/canto-daemon/canto-daemon-0.8.2.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/net-news/canto-daemon/canto-daemon-0.8.2.ebuild,v 1.1 2014/02/20 20:25:28 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/canto-daemon/canto-daemon-0.8.2.ebuild,v 1.2 2014/11/26 16:11:58 pacho Exp $
EAPI="5"
-PYTHON_COMPAT=( python{3_2,3_3} )
+PYTHON_COMPAT=( python{3_2,3_3,3_4} )
PYTHON_REQ_USE="xml"
inherit distutils-r1