summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-news/canto-daemon')
-rw-r--r--net-news/canto-daemon/ChangeLog7
-rw-r--r--net-news/canto-daemon/canto-daemon-0.8.2.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/net-news/canto-daemon/ChangeLog b/net-news/canto-daemon/ChangeLog
index fd4059d5803e..0b91ce4bf7ed 100644
--- a/net-news/canto-daemon/ChangeLog
+++ b/net-news/canto-daemon/ChangeLog
@@ -1,6 +1,9 @@
# 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.2 2014/11/26 16:11:58 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-news/canto-daemon/ChangeLog,v 1.3 2015/04/08 18:17:12 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> canto-daemon-0.8.2.ebuild:
+ Drop old Python implementations
26 Nov 2014; Pacho Ramos <pacho@gentoo.org> canto-daemon-0.8.2.ebuild:
Support python 3.4
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 c5b2bcdf8f11..9d1e8a0c7a93 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
+# Copyright 1999-2015 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.2 2014/11/26 16:11:58 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/canto-daemon/canto-daemon-0.8.2.ebuild,v 1.3 2015/04/08 18:17:12 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python{3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{3_3,3_4} )
PYTHON_REQ_USE="xml"
inherit distutils-r1