projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f651301
)
Typo :(
author
Jason Stubbs
<jstubbs@gentoo.org>
Sun, 16 Oct 2005 08:46:25 +0000
(08:46 -0000)
committer
Jason Stubbs
<jstubbs@gentoo.org>
Sun, 16 Oct 2005 08:46:25 +0000
(08:46 -0000)
svn path=/main/branches/2.0/; revision=2137
bin/ebuild
patch
|
blob
|
history
diff --git
a/bin/ebuild
b/bin/ebuild
index c79068ff0a8969e102fc771eb3a7419801f348bd..0ddeaa6bb8516b85a3bb6e1422e88eb4ea0b5aa3 100755
(executable)
--- a/
bin/ebuild
+++ b/
bin/ebuild
@@
-55,7
+55,7
@@
else:
reload(portage)
portage_ebuild = portage.portdb.findname(cpv)
- if not portage_ebuild or
portage
os.path.realpath(portage_ebuild) != ebuild:
+ if not portage_ebuild or os.path.realpath(portage_ebuild) != ebuild:
print "!!! %s does not seem to have a valid PORTDIR structure." % overlay
sys.exit(1)