diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-05-10 00:04:36 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-05-10 00:04:36 +0000 |
commit | 9b82e145f2e9e2b55ea608de7010b3a8a9e66ae7 (patch) | |
tree | a2c745f7cfb527c5a869bca1bba72ee84fe9aa25 /dev-util/stgit | |
parent | Bug #262833: fix rcscript location. Bug #217644: Try to fix dlopen failure. (diff) | |
download | gentoo-2-9b82e145f2e9e2b55ea608de7010b3a8a9e66ae7.tar.gz gentoo-2-9b82e145f2e9e2b55ea608de7010b3a8a9e66ae7.tar.bz2 gentoo-2-9b82e145f2e9e2b55ea608de7010b3a8a9e66ae7.zip |
whitespace
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'dev-util/stgit')
-rw-r--r-- | dev-util/stgit/stgit-0.14.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/stgit/stgit-0.14.3.ebuild b/dev-util/stgit/stgit-0.14.3.ebuild index 42509d16b8ce..b88179dfa074 100644 --- a/dev-util/stgit/stgit-0.14.3.ebuild +++ b/dev-util/stgit/stgit-0.14.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/stgit/stgit-0.14.3.ebuild,v 1.3 2009/05/09 22:11:50 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/stgit/stgit-0.14.3.ebuild,v 1.4 2009/05/10 00:04:36 mr_bones_ Exp $ inherit distutils bash-completion @@ -26,6 +26,6 @@ src_install() { } src_test() { - export PATH=/usr/libexec/git-core/:$PATH + export PATH=/usr/libexec/git-core/:$PATH emake -j1 test } |