dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/
commit 58b49fe4643e5ac2d34d36f8628d10f91f1cd2ae
parent a9a2fef325254c77d1f2e114e5f16142865c862c
Author: Dan Callaghan <djc@djc.id.au>
Date:   Thu, 11 Nov 2010 22:13:29 +1000

oops, error checking is good

Diffstat:
Mpackages/dev-python/dulwich/dulwich-0.6.2.exheres-0 | 2+-
Mpackages/dev-vcs/hg-git/hg-git-0.2.5.exheres-0 | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/packages/dev-python/dulwich/dulwich-0.6.2.exheres-0 b/packages/dev-python/dulwich/dulwich-0.6.2.exheres-0
@@ -14,5 +14,5 @@ PLATFORMS="~amd64 ~x86"
 BUGS_TO="djc@djc.id.au"
 
 src_test() {
-    python setup.py nosetests
+    edo python setup.py nosetests
 }
diff --git a/packages/dev-vcs/hg-git/hg-git-0.2.5.exheres-0 b/packages/dev-vcs/hg-git/hg-git-0.2.5.exheres-0
@@ -20,5 +20,5 @@ BUGS_TO="djc@djc.id.au"
 RESTRICT="test" # Tests are broken
 
 src_test() {
-    make tests
+    emake tests
 }