diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-11-28 13:47:58 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-11-28 13:47:58 +0000 |
commit | 8406538d72f7c0a559f0a27621ab78b02b86ad30 (patch) | |
tree | c870f0fcef00fddea7fc139de052e297ad4a92b6 | |
parent | Support python 3.4 (diff) | |
download | gentoo-2-8406538d72f7c0a559f0a27621ab78b02b86ad30.tar.gz gentoo-2-8406538d72f7c0a559f0a27621ab78b02b86ad30.tar.bz2 gentoo-2-8406538d72f7c0a559f0a27621ab78b02b86ad30.zip |
Support python 3.4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
-rw-r--r-- | net-irc/znc/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/znc/znc-1.4-r1.ebuild | 4 | ||||
-rw-r--r-- | net-irc/znc/znc-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-irc/znc/ChangeLog b/net-irc/znc/ChangeLog index 83cd26b4c673..32b02857e9ba 100644 --- a/net-irc/znc/ChangeLog +++ b/net-irc/znc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/znc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.77 2014/07/25 10:52:42 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.78 2014/11/28 13:47:58 pacho Exp $ + + 28 Nov 2014; Pacho Ramos <pacho@gentoo.org> znc-1.4-r1.ebuild, + znc-9999.ebuild: + Support python 3.4 *znc-1.4-r1 (25 Jul 2014) diff --git a/net-irc/znc/znc-1.4-r1.ebuild b/net-irc/znc/znc-1.4-r1.ebuild index 61deedcdab11..bc7fb5e2266b 100644 --- a/net-irc/znc/znc-1.4-r1.ebuild +++ b/net-irc/znc/znc-1.4-r1.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-irc/znc/znc-1.4-r1.ebuild,v 1.1 2014/07/25 10:52:42 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-1.4-r1.ebuild,v 1.2 2014/11/28 13:47:58 pacho Exp $ EAPI=5 -PYTHON_COMPAT=( python{3_2,3_3} ) +PYTHON_COMPAT=( python{3_2,3_3,3_4} ) inherit base python-single-r1 systemd user MY_PV=${PV/_/-} diff --git a/net-irc/znc/znc-9999.ebuild b/net-irc/znc/znc-9999.ebuild index ce4b2779c9ff..fca85378f2fa 100644 --- a/net-irc/znc/znc-9999.ebuild +++ b/net-irc/znc/znc-9999.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-irc/znc/znc-9999.ebuild,v 1.10 2014/07/12 10:24:23 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-9999.ebuild,v 1.11 2014/11/28 13:47:58 pacho Exp $ EAPI=5 -PYTHON_COMPAT=( python{3_2,3_3} ) +PYTHON_COMPAT=( python{3_2,3_3,3_4} ) inherit base python-single-r1 user MY_PV=${PV/_/-} |