diff options
Diffstat (limited to 'net-irc/znc/znc-1.2-r1.ebuild')
-rw-r--r-- | net-irc/znc/znc-1.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/znc/znc-1.2-r1.ebuild b/net-irc/znc/znc-1.2-r1.ebuild index 2f533fa14249..de9dfe25bd46 100644 --- a/net-irc/znc/znc-1.2-r1.ebuild +++ b/net-irc/znc/znc-1.2-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-1.2-r1.ebuild,v 1.6 2015/03/25 16:48:24 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-1.2-r1.ebuild,v 1.7 2015/04/08 18:01:55 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{3_2,3_3} ) +PYTHON_COMPAT=( python3_3 ) inherit base python-single-r1 user MY_PV=${PV/_/-} |