summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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