projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
611f7a9
)
Validate PROPERTIES inside doebuild().
author
Zac Medico
<zmedico@gentoo.org>
Tue, 21 Oct 2008 21:45:57 +0000
(21:45 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 21 Oct 2008 21:45:57 +0000
(21:45 -0000)
svn path=/main/trunk/; revision=11713
pym/portage/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index 162ff7e0fb6b575ad1da0ec957c9b481999c2b2a..ffa542a51d23b2cba4083fad0eef7020695e4dc9 100644
(file)
--- a/
pym/portage/__init__.py
+++ b/
pym/portage/__init__.py
@@
-5384,7
+5384,7
@@
def doebuild(myebuild, mydo, myroot, mysettings, debug=0, listonly=0,
set(["clean", "cleanrm", "help", "prerm", "postrm"])
mycpv = mysettings["CATEGORY"] + "/" + mysettings["PF"]
dep_keys = ["DEPEND", "RDEPEND", "PDEPEND"]
- misc_keys = ["LICENSE", "PROVIDE", "RESTRICT", "SRC_URI"]
+ misc_keys = ["LICENSE", "PRO
PERTIES", "PRO
VIDE", "RESTRICT", "SRC_URI"]
other_keys = ["SLOT"]
all_keys = dep_keys + misc_keys + other_keys
metadata = dict(izip(all_keys, mydbapi.aux_get(mycpv, all_keys)))