diff options
author | 2014-09-01 16:41:42 +0000 | |
---|---|---|
committer | 2014-09-01 16:41:42 +0000 | |
commit | ea109226af6c631cdb97e047cc11cf4fb2ebb748 (patch) | |
tree | 796bb39d2ab451c5f21343eff164f75faf5a0de2 /dev-vcs/fossil | |
parent | Remove := subslot operator from || () block since it is meaningless and broken. (diff) | |
download | gentoo-2-ea109226af6c631cdb97e047cc11cf4fb2ebb748.tar.gz gentoo-2-ea109226af6c631cdb97e047cc11cf4fb2ebb748.tar.bz2 gentoo-2-ea109226af6c631cdb97e047cc11cf4fb2ebb748.zip |
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!)
Diffstat (limited to 'dev-vcs/fossil')
-rw-r--r-- | dev-vcs/fossil/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/fossil/fossil-20130911114349.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-vcs/fossil/ChangeLog b/dev-vcs/fossil/ChangeLog index b1fb240302b6..a0d493f8d3d4 100644 --- a/dev-vcs/fossil/ChangeLog +++ b/dev-vcs/fossil/ChangeLog @@ -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 <mgorny@gentoo.org> fossil-20130911114349.ebuild: + Remove := subslot operator from || () block since it is meaningless and + broken. 04 May 2014; Agostino Sarubbo <ago@gentoo.org> fossil-20130911114349.ebuild: Stable for x86, wrt bug #502812 diff --git a/dev-vcs/fossil/fossil-20130911114349.ebuild b/dev-vcs/fossil/fossil-20130911114349.ebuild index 9c82f47117d7..2aedf27df92f 100644 --- a/dev-vcs/fossil/fossil-20130911114349.ebuild +++ b/dev-vcs/fossil/fossil-20130911114349.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/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 @@ KEYWORDS="amd64 x86" 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 ) |