summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/EbuildBuild.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-11-26 21:34:24 -0800
committerZac Medico <zmedico@gentoo.org>2012-11-26 21:34:24 -0800
commitb56487d85a1dbfce3d286c3c22774655f7fdbf06 (patch)
tree192bab6ec9967ca4d9f8e1676a185385708c9468 /pym/_emerge/EbuildBuild.py
parent8fa262d62b885d5cd8251faa018695022311872a (diff)
downloadportage-b56487d85a1dbfce3d286c3c22774655f7fdbf06.tar.gz
portage-b56487d85a1dbfce3d286c3c22774655f7fdbf06.tar.bz2
portage-b56487d85a1dbfce3d286c3c22774655f7fdbf06.zip
Package: add defined_phases, properties, restrict
Diffstat (limited to 'pym/_emerge/EbuildBuild.py')
-rw-r--r--pym/_emerge/EbuildBuild.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/_emerge/EbuildBuild.py b/pym/_emerge/EbuildBuild.py
index 2da09e7f3..cec63d992 100644
--- a/pym/_emerge/EbuildBuild.py
+++ b/pym/_emerge/EbuildBuild.py
@@ -260,8 +260,8 @@ class EbuildBuild(CompositeTask):
# to be displayed for problematic packages even though they do
# not set RESTRICT=fetch (bug #336499).
- if 'fetch' not in self.pkg._metadata.restrict and \
- 'nofetch' not in self.pkg._metadata.defined_phases:
+ if 'fetch' not in self.pkg.restrict and \
+ 'nofetch' not in self.pkg.defined_phases:
self._unlock_builddir()
self.wait()
return