mgorny 14/09/01 16:41:42 Modified: fossil-20130911114349.ebuild ChangeLog Log: Remove := subslot operator from || () block since it is meaningless and broken. (Portage version: 2.2.11_p178/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.4 dev-vcs/fossil/fossil-20130911114349.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/fossil/fossil-20130911114349.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/fossil/fossil-20130911114349.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/fossil/fossil-20130911114349.ebuild?r1=1.3&r2=1.4 Index: fossil-20130911114349.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/fossil/fossil-20130911114349.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- fossil-20130911114349.ebuild 4 May 2014 08:25:03 -0000 1.3 +++ fossil-20130911114349.ebuild 1 Sep 2014 16:41:42 -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/dev-vcs/fossil/fossil-20130911114349.ebuild,v 1.3 2014/05/04 08:25:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/fossil/fossil-20130911114349.ebuild,v 1.4 2014/09/01 16:41:42 mgorny Exp $ EAPI=5 MY_P=${PN}-src-${PV} @@ -17,7 +17,7 @@ IUSE="json +lineedit sqlite +ssl tcl" DEPEND="sys-libs/zlib - lineedit? ( || ( sys-libs/readline:0= dev-libs/libedit ) ) + lineedit? ( || ( sys-libs/readline:0 dev-libs/libedit ) ) ssl? ( dev-libs/openssl ) sqlite? ( dev-db/sqlite:3 ) tcl? ( dev-lang/tcl ) 1.20 dev-vcs/fossil/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/fossil/ChangeLog?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/fossil/ChangeLog?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/fossil/ChangeLog?r1=1.19&r2=1.20 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/fossil/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ChangeLog 4 May 2014 08:25:03 -0000 1.19 +++ ChangeLog 1 Sep 2014 16:41:42 -0000 1.20 @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/fossil # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/fossil/ChangeLog,v 1.19 2014/05/04 08:25:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/fossil/ChangeLog,v 1.20 2014/09/01 16:41:42 mgorny Exp $ + + 01 Sep 2014; Michał Górny <[email protected]> fossil-20130911114349.ebuild: + Remove := subslot operator from || () block since it is meaningless and + broken. 04 May 2014; Agostino Sarubbo <[email protected]> fossil-20130911114349.ebuild: Stable for x86, wrt bug #502812
