jlec 15/03/25 15:30:01 Modified: fossil-20150119112900.ebuild ChangeLog Log: Fix tcl/tk slotting (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.4 dev-vcs/fossil/fossil-20150119112900.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/fossil/fossil-20150119112900.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/fossil/fossil-20150119112900.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/fossil/fossil-20150119112900.ebuild?r1=1.3&r2=1.4 Index: fossil-20150119112900.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/fossil/fossil-20150119112900.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- fossil-20150119112900.ebuild 24 Feb 2015 09:39:03 -0000 1.3 +++ fossil-20150119112900.ebuild 25 Mar 2015 15:30:01 -0000 1.4 @@ -1,8 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/fossil/fossil-20150119112900.ebuild,v 1.3 2015/02/24 09:39:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/fossil/fossil-20150119112900.ebuild,v 1.4 2015/03/25 15:30:01 jlec Exp $ EAPI=5 + MY_P=${PN}-src-${PV} inherit toolchain-funcs @@ -16,11 +17,12 @@ KEYWORDS="amd64 ~arm x86" IUSE="json +lineedit sqlite +ssl tcl" -DEPEND="sys-libs/zlib - lineedit? ( || ( sys-libs/readline:0 dev-libs/libedit ) ) - ssl? ( dev-libs/openssl ) - sqlite? ( dev-db/sqlite:3 ) - tcl? ( dev-lang/tcl ) +DEPEND=" + sys-libs/zlib + lineedit? ( || ( sys-libs/readline:0 dev-libs/libedit ) ) + ssl? ( dev-libs/openssl:0 ) + sqlite? ( dev-db/sqlite:3 ) + tcl? ( dev-lang/tcl:0= ) " RDEPEND="${DEPEND}" 1.26 dev-vcs/fossil/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/fossil/ChangeLog?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/fossil/ChangeLog?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/fossil/ChangeLog?r1=1.25&r2=1.26 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/fossil/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ChangeLog 27 Feb 2015 01:35:42 -0000 1.25 +++ ChangeLog 25 Mar 2015 15:30:01 -0000 1.26 @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/fossil # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/fossil/ChangeLog,v 1.25 2015/02/27 01:35:42 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/fossil/ChangeLog,v 1.26 2015/03/25 15:30:01 jlec Exp $ + + 25 Mar 2015; Justin Lecher <[email protected]> fossil-20150119112900.ebuild: + Fix tcl/tk slotting 27 Feb 2015; Rafael G. Martins <[email protected]> -fossil-20130911114349.ebuild, -fossil-20140612172556.ebuild:
