jlec 14/04/25 07:56:59 Modified: ChangeLog git-cola-2.0.2.ebuild Log: dev-vcs/git-cola: Fix buildtime dependency on sphinx, #508656 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.27 dev-vcs/git-cola/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-cola/ChangeLog?rev=1.27&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-cola/ChangeLog?rev=1.27&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-cola/ChangeLog?r1=1.26&r2=1.27 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git-cola/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- ChangeLog 24 Apr 2014 12:15:55 -0000 1.26 +++ ChangeLog 25 Apr 2014 07:56:59 -0000 1.27 @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/git-cola # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-cola/ChangeLog,v 1.26 2014/04/24 12:15:55 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-cola/ChangeLog,v 1.27 2014/04/25 07:56:59 jlec Exp $ + + 25 Apr 2014; Justin Lecher <[email protected]> git-cola-2.0.2.ebuild: + Fix buildtime dependency on sphinx, #508656 *git-cola-2.0.2 (24 Apr 2014) 1.2 dev-vcs/git-cola/git-cola-2.0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-cola/git-cola-2.0.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-cola/git-cola-2.0.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-cola/git-cola-2.0.2.ebuild?r1=1.1&r2=1.2 Index: git-cola-2.0.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git-cola/git-cola-2.0.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- git-cola-2.0.2.ebuild 24 Apr 2014 12:15:55 -0000 1.1 +++ git-cola-2.0.2.ebuild 25 Apr 2014 07:56:59 -0000 1.2 @@ -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/git-cola/git-cola-2.0.2.ebuild,v 1.1 2014/04/24 12:15:55 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-cola/git-cola-2.0.2.ebuild,v 1.2 2014/04/25 07:56:59 jlec Exp $ EAPI=5 @@ -69,6 +69,7 @@ else sed \ -e '/^install:/s:install-html::g' \ + -e '/^install:/s:install-man::g' \ -i Makefile || die fi }
