diff options
author | 2014-06-25 13:54:25 +0000 | |
---|---|---|
committer | 2014-06-25 13:54:25 +0000 | |
commit | 9c3891e1bcac653f6054a56752387865f9cc6981 (patch) | |
tree | 7ee12d7ab03c811c2b6867d822278e07023e02af /dev-vcs/git-cola/files/README.gentoo | |
parent | Update multilib dependencies to use the lowest known EAPI 5 or multilib versi... (diff) | |
download | gentoo-2-9c3891e1bcac653f6054a56752387865f9cc6981.tar.gz gentoo-2-9c3891e1bcac653f6054a56752387865f9cc6981.tar.bz2 gentoo-2-9c3891e1bcac653f6054a56752387865f9cc6981.zip |
dev-vcs/git-cola: Version Bump
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-vcs/git-cola/files/README.gentoo')
-rw-r--r-- | dev-vcs/git-cola/files/README.gentoo | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-vcs/git-cola/files/README.gentoo b/dev-vcs/git-cola/files/README.gentoo new file mode 100644 index 000000000000..2b25397443ff --- /dev/null +++ b/dev-vcs/git-cola/files/README.gentoo @@ -0,0 +1,10 @@ + PYTHONPATH="${S}:${S}/build/lib:${PYTHONPATH}" LC_ALL="C" nosetests \ + --verbose --with-doctest --with-id --exclude=jsonpickle --exclude=json \ + || die "running nosetests failed" +} + +pkg_postinst() { + elog "Please make sure you have either a SSH key management installed and activated or" + elog "installed a SSH askpass app like net-misc/x11-ssh-askpass." + elog "Otherwise git-cole may hang when pushing/pulling from remote git repositories via SSH. " +} |