diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2014-02-13 14:51:26 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2014-02-13 14:51:26 +0000 |
commit | 14111c5a4b661788a13a5af9776aa311bc7b7810 (patch) | |
tree | 47ad7d07f5fa6a75d7b59c5280d8d60c9c799ed0 /dev-vcs | |
parent | Keyword ~arm (diff) | |
download | gentoo-2-14111c5a4b661788a13a5af9776aa311bc7b7810.tar.gz gentoo-2-14111c5a4b661788a13a5af9776aa311bc7b7810.tar.bz2 gentoo-2-14111c5a4b661788a13a5af9776aa311bc7b7810.zip |
Minor fixes to live ebuild (bug #487902)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/git/git-9999.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-vcs/git/ChangeLog b/dev-vcs/git/ChangeLog index c6a5e14b907d..044825d13c73 100644 --- a/dev-vcs/git/ChangeLog +++ b/dev-vcs/git/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/git # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.246 2014/02/08 20:14:46 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.247 2014/02/13 14:51:26 polynomial-c Exp $ + + 13 Feb 2014; Lars Wendler <polynomial-c@gentoo.org> git-9999.ebuild: + Minor fixes to live ebuild (bug #487902). *git-1.9.0_rc3 (08 Feb 2014) diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild index 5d27b0fd35c6..79ef487ed25a 100644 --- a/dev-vcs/git/git-9999.ebuild +++ b/dev-vcs/git/git-9999.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/git/git-9999.ebuild,v 1.54 2014/02/07 07:59:03 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v 1.55 2014/02/13 14:51:26 polynomial-c Exp $ EAPI=5 @@ -224,7 +224,7 @@ src_unpack() { src_prepare() { # bug #350330 - automagic CVS when we don't want it is bad. - epatch "${FILESDIR}"/git-1.8.5-optional-cvs.patch + epatch "${FILESDIR}"/git-1.9.0_rc3-optional-cvs.patch # install mediawiki perl modules also in vendor_dir # hack, needs better upstream solution @@ -522,6 +522,7 @@ src_test() { local tests_cvs="t9200-git-cvsexportcommit.sh \ t9400-git-cvsserver-server.sh \ t9401-git-cvsserver-crlf.sh \ + t9402-git-cvsserver-refs.sh \ t9600-cvsimport.sh \ t9601-cvsimport-vendor-branch.sh \ t9602-cvsimport-branches-tags.sh \ |