diff options
author | Alex Alexander <wired@gentoo.org> | 2014-05-08 03:28:36 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2014-05-08 03:28:36 +0000 |
commit | 829b42efee2e801fafe964f38433014227396075 (patch) | |
tree | 59a376e048389b157e4a3691a7f21d4dbdb3efad /net-irc/znc | |
parent | Add Cinnamon-2.x wrapper around gnome-bluetooth (diff) | |
download | gentoo-2-829b42efee2e801fafe964f38433014227396075.tar.gz gentoo-2-829b42efee2e801fafe964f38433014227396075.tar.bz2 gentoo-2-829b42efee2e801fafe964f38433014227396075.zip |
added REQUIRED_USE for python, bug #509640
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EB9B4AFA)
Diffstat (limited to 'net-irc/znc')
-rw-r--r-- | net-irc/znc/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/znc/znc-1.2-r1.ebuild | 4 | ||||
-rw-r--r-- | net-irc/znc/znc-9999.ebuild | 6 |
3 files changed, 12 insertions, 4 deletions
diff --git a/net-irc/znc/ChangeLog b/net-irc/znc/ChangeLog index 8cf0063cfed3..54612151aada 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.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 <wired@gentoo.org> znc-1.2-r1.ebuild, + znc-9999.ebuild: + added REQUIRED_USE for python, bug #509640 07 May 2014; Alex Alexander <wired@gentoo.org> -znc-1.0-r1.ebuild, -znc-1.0-r2.ebuild, -znc-1.2.ebuild, diff --git a/net-irc/znc/znc-1.2-r1.ebuild b/net-irc/znc/znc-1.2-r1.ebuild index b318bcf16ac8..dbeab05a6889 100644 --- a/net-irc/znc/znc-1.2-r1.ebuild +++ b/net-irc/znc/znc-1.2-r1.ebuild @@ -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 @@ LICENSE="GPL-2" 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 ) diff --git a/net-irc/znc/znc-9999.ebuild b/net-irc/znc/znc-9999.ebuild index d0fd78f488ce..2c4f618a5692 100644 --- a/net-irc/znc/znc-9999.ebuild +++ b/net-irc/znc/znc-9999.ebuild @@ -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 @@ LICENSE="GPL-2" 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 ) |