diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:17:12 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:17:12 +0000 |
commit | 0b3194f9fff0408cd0f6c598c9d56ca90e3dcce0 (patch) | |
tree | 481a6515df88cce546d0c0b6deef5dc1ec95bf2f /net-news/canto-daemon | |
parent | Drop old Python implementations (diff) | |
download | gentoo-2-0b3194f9fff0408cd0f6c598c9d56ca90e3dcce0.tar.gz gentoo-2-0b3194f9fff0408cd0f6c598c9d56ca90e3dcce0.tar.bz2 gentoo-2-0b3194f9fff0408cd0f6c598c9d56ca90e3dcce0.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'net-news/canto-daemon')
-rw-r--r-- | net-news/canto-daemon/ChangeLog | 7 | ||||
-rw-r--r-- | net-news/canto-daemon/canto-daemon-0.8.2.ebuild | 6 |
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 |