binpkg: check for missing EPREFIX by absence only
authorFabian Groffen <grobian@gentoo.org>
Sat, 5 Feb 2011 12:21:10 +0000 (13:21 +0100)
committerFabian Groffen <grobian@gentoo.org>
Sat, 5 Feb 2011 12:21:10 +0000 (13:21 +0100)
commit50d3d61aaaf8745d1c155e7825dc182335f8c476
tree808dda83235b0446d3dcd8449021fd81f8ad0561
parentd72a2cd26d4e2ca34e1a4539400968adfe429984
binpkg: check for missing EPREFIX by absence only

Do not treat an empty prefix (the empty string) as an absent EPREFIX.
If people use EPREFIX='', then they should be able to use binpkgs as
well.
pym/_emerge/Package.py
pym/_emerge/depgraph.py