diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2013-07-11 07:25:56 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2013-07-11 07:25:56 +0000 |
commit | 3f6275b9afa328d8606fc772059d729f4b2163b2 (patch) | |
tree | a1b1a2d0699039109d27adae432439e62c955a2e /dev-vcs | |
parent | amd64 x86 stable, bug 476430 (diff) | |
download | gentoo-2-3f6275b9afa328d8606fc772059d729f4b2163b2.tar.gz gentoo-2-3f6275b9afa328d8606fc772059d729f4b2163b2.tar.bz2 gentoo-2-3f6275b9afa328d8606fc772059d729f4b2163b2.zip |
Fixed test failure (bug #476472). Fixed wrong located python_optimize call
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/ChangeLog | 7 | ||||
-rw-r--r-- | dev-vcs/git/git-1.8.3.2.ebuild | 9 |
2 files changed, 11 insertions, 5 deletions
diff --git a/dev-vcs/git/ChangeLog b/dev-vcs/git/ChangeLog index 9b58bac781b7..f5215aca3e7c 100644 --- a/dev-vcs/git/ChangeLog +++ b/dev-vcs/git/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-vcs/git # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.202 2013/07/09 08:41:23 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.203 2013/07/11 07:25:56 polynomial-c Exp $ + + 11 Jul 2013; Lars Wendler <polynomial-c@gentoo.org> git-1.8.3.2.ebuild: + Non-maintainer commit: Fixed test failure when built with USE="-perl" (bug + #476472). Also fixed wrong located python_optimize call. Thanks to Arfrever + for pointing this out in IRC and mgorny for giving advice how to fix this. *git-1.8.3.2 (09 Jul 2013) diff --git a/dev-vcs/git/git-1.8.3.2.ebuild b/dev-vcs/git/git-1.8.3.2.ebuild index e961aaf43377..78864bee1e7a 100644 --- a/dev-vcs/git/git-1.8.3.2.ebuild +++ b/dev-vcs/git/git-1.8.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.3.2.ebuild,v 1.1 2013/07/09 08:40:13 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.3.2.ebuild,v 1.2 2013/07/11 07:25:56 polynomial-c Exp $ EAPI=5 @@ -416,6 +416,7 @@ src_install() { # remote-helpers if use python ; then python_doscript "${S}"/contrib/remote-helpers/git-remote-{bzr,hg} + python_optimize fi dodir /usr/share/${PN}/contrib @@ -495,10 +496,11 @@ src_test() { t9602-cvsimport-branches-tags.sh \ t9603-cvsimport-patchsets.sh" local tests_perl="t3701-add-interactive.sh \ - t7501-commit.sh \ t5502-quickfetch.sh \ t5512-ls-remote.sh \ - t5520-pull.sh" + t5520-pull.sh \ + t7106-reset-unborn-branch.sh \ + t7501-commit.sh" # Bug #225601 - t0004 is not suitable for root perm # Bug #219839 - t1004 is not suitable for root perm # t0001-init.sh - check for init notices EPERM* fails @@ -590,7 +592,6 @@ showpkgdeps() { pkg_postinst() { use emacs && elisp-site-regen - use python && python_optimize git_remote_helpers einfo "Please read /usr/share/bash-completion/git for Git bash command completion" einfo "Please read /usr/share/bash-completion/git-prompt for Git bash prompt" einfo "Note that the prompt bash code is now in the seperate script" |