diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-03-25 16:48:24 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-03-25 16:48:24 +0000 |
commit | 844dfac9777422f809555c04dc711d4ce08c9f81 (patch) | |
tree | b85eb3270095db890a93ba57c04cba94445e5113 /net-irc | |
parent | Stable for amd64, wrt bug #530282 (diff) | |
download | gentoo-2-844dfac9777422f809555c04dc711d4ce08c9f81.tar.gz gentoo-2-844dfac9777422f809555c04dc711d4ce08c9f81.tar.bz2 gentoo-2-844dfac9777422f809555c04dc711d4ce08c9f81.zip |
Fix tcl/tk slotting
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/znc/ChangeLog | 8 | ||||
-rw-r--r-- | net-irc/znc/znc-1.2-r1.ebuild | 8 | ||||
-rw-r--r-- | net-irc/znc/znc-1.4-r1.ebuild | 8 | ||||
-rw-r--r-- | net-irc/znc/znc-1.4.ebuild | 8 | ||||
-rw-r--r-- | net-irc/znc/znc-9999.ebuild | 8 |
5 files changed, 22 insertions, 18 deletions
diff --git a/net-irc/znc/ChangeLog b/net-irc/znc/ChangeLog index 32b02857e9ba..3e7e8526c357 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.78 2014/11/28 13:47:58 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.79 2015/03/25 16:48:24 jlec Exp $ + + 25 Mar 2015; Justin Lecher <jlec@gentoo.org> znc-1.2-r1.ebuild, + znc-1.4-r1.ebuild, znc-1.4.ebuild, znc-9999.ebuild: + Fix tcl/tk slotting 28 Nov 2014; Pacho Ramos <pacho@gentoo.org> znc-1.4-r1.ebuild, znc-9999.ebuild: diff --git a/net-irc/znc/znc-1.2-r1.ebuild b/net-irc/znc/znc-1.2-r1.ebuild index cfd65db2c0bb..2f533fa14249 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 +# 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.5 2014/07/12 10:24:23 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-1.2-r1.ebuild,v 1.6 2015/03/25 16:48:24 jlec Exp $ EAPI=5 @@ -31,8 +31,8 @@ RDEPEND=" perl? ( >=dev-lang/perl-5.10 ) python? ( ${PYTHON_DEPS} ) sasl? ( >=dev-libs/cyrus-sasl-2 ) - ssl? ( >=dev-libs/openssl-0.9.7d ) - tcl? ( dev-lang/tcl ) + ssl? ( >=dev-libs/openssl-0.9.7d:0 ) + tcl? ( dev-lang/tcl:0= ) " DEPEND=" virtual/pkgconfig diff --git a/net-irc/znc/znc-1.4-r1.ebuild b/net-irc/znc/znc-1.4-r1.ebuild index bc7fb5e2266b..3ce6baabbe03 100644 --- a/net-irc/znc/znc-1.4-r1.ebuild +++ b/net-irc/znc/znc-1.4-r1.ebuild @@ -1,6 +1,6 @@ -# 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-irc/znc/znc-1.4-r1.ebuild,v 1.2 2014/11/28 13:47:58 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-1.4-r1.ebuild,v 1.3 2015/03/25 16:48:24 jlec Exp $ EAPI=5 @@ -31,8 +31,8 @@ RDEPEND=" perl? ( >=dev-lang/perl-5.10 ) python? ( ${PYTHON_DEPS} ) sasl? ( >=dev-libs/cyrus-sasl-2 ) - ssl? ( >=dev-libs/openssl-0.9.7d ) - tcl? ( dev-lang/tcl ) + ssl? ( >=dev-libs/openssl-0.9.7d:0 ) + tcl? ( dev-lang/tcl:0= ) " DEPEND=" virtual/pkgconfig diff --git a/net-irc/znc/znc-1.4.ebuild b/net-irc/znc/znc-1.4.ebuild index 3a3d94ec06db..9ca919abdcc4 100644 --- a/net-irc/znc/znc-1.4.ebuild +++ b/net-irc/znc/znc-1.4.ebuild @@ -1,6 +1,6 @@ -# 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-irc/znc/znc-1.4.ebuild,v 1.2 2014/07/12 10:24:23 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-1.4.ebuild,v 1.3 2015/03/25 16:48:24 jlec Exp $ EAPI=5 @@ -31,8 +31,8 @@ RDEPEND=" perl? ( >=dev-lang/perl-5.10 ) python? ( ${PYTHON_DEPS} ) sasl? ( >=dev-libs/cyrus-sasl-2 ) - ssl? ( >=dev-libs/openssl-0.9.7d ) - tcl? ( dev-lang/tcl ) + ssl? ( >=dev-libs/openssl-0.9.7d:0 ) + tcl? ( dev-lang/tcl:0= ) " DEPEND=" virtual/pkgconfig diff --git a/net-irc/znc/znc-9999.ebuild b/net-irc/znc/znc-9999.ebuild index fca85378f2fa..75351f6aaf60 100644 --- a/net-irc/znc/znc-9999.ebuild +++ b/net-irc/znc/znc-9999.ebuild @@ -1,6 +1,6 @@ -# 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-irc/znc/znc-9999.ebuild,v 1.11 2014/11/28 13:47:58 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-9999.ebuild,v 1.12 2015/03/25 16:48:24 jlec Exp $ EAPI=5 @@ -31,8 +31,8 @@ RDEPEND=" perl? ( >=dev-lang/perl-5.10 ) python? ( ${PYTHON_DEPS} ) sasl? ( >=dev-libs/cyrus-sasl-2 ) - ssl? ( >=dev-libs/openssl-0.9.7d ) - tcl? ( dev-lang/tcl ) + ssl? ( >=dev-libs/openssl-0.9.7d:0 ) + tcl? ( dev-lang/tcl:0= ) " DEPEND=" virtual/pkgconfig |