wired 14/05/08 03:28:37 Modified: ChangeLog znc-9999.ebuild znc-1.2-r1.ebuild Log: added REQUIRED_USE for python, bug #509640 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EB9B4AFA)
Revision Changes Path 1.74 net-irc/znc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/ChangeLog?rev=1.74&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/ChangeLog?rev=1.74&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/ChangeLog?r1=1.73&r2=1.74 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v retrieving revision 1.73 retrieving revision 1.74 diff -u -r1.73 -r1.74 --- ChangeLog 7 May 2014 03:36:32 -0000 1.73 +++ ChangeLog 8 May 2014 03:28:36 -0000 1.74 @@ -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.73 2014/05/07 03:36:32 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.74 2014/05/08 03:28:36 wired Exp $ + + 08 May 2014; Alex Alexander <[email protected]> znc-1.2-r1.ebuild, + znc-9999.ebuild: + added REQUIRED_USE for python, bug #509640 07 May 2014; Alex Alexander <[email protected]> -znc-1.0-r1.ebuild, -znc-1.0-r2.ebuild, -znc-1.2.ebuild, 1.8 net-irc/znc/znc-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-9999.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-9999.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-9999.ebuild?r1=1.7&r2=1.8 Index: znc-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-irc/znc/znc-9999.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- znc-9999.ebuild 14 Nov 2013 11:35:35 -0000 1.7 +++ znc-9999.ebuild 8 May 2014 03:28:36 -0000 1.8 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# 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.7 2013/11/14 11:35:35 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-9999.ebuild,v 1.8 2014/05/08 03:28:36 wired Exp $ EAPI=5 @@ -25,6 +25,8 @@ SLOT="0" IUSE="daemon debug ipv6 perl python ssl sasl tcl" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + RDEPEND=" perl? ( >=dev-lang/perl-5.10 ) sasl? ( >=dev-libs/cyrus-sasl-2 ) 1.4 net-irc/znc/znc-1.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-1.2-r1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-1.2-r1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-1.2-r1.ebuild?r1=1.3&r2=1.4 Index: znc-1.2-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-irc/znc/znc-1.2-r1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- znc-1.2-r1.ebuild 19 Apr 2014 10:07:28 -0000 1.3 +++ znc-1.2-r1.ebuild 8 May 2014 03:28:36 -0000 1.4 @@ -1,6 +1,6 @@ # 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.2-r1.ebuild,v 1.3 2014/04/19 10:07:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-1.2-r1.ebuild,v 1.4 2014/05/08 03:28:36 wired Exp $ EAPI=5 @@ -25,6 +25,8 @@ SLOT="0" IUSE="daemon debug ipv6 perl python ssl sasl tcl" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + RDEPEND=" perl? ( >=dev-lang/perl-5.10 ) sasl? ( >=dev-libs/cyrus-sasl-2 )
