projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5574092
)
portage.const: restore two dropped features
author
Mike Frysinger
<vapier@gentoo.org>
Sat, 30 Nov 2013 18:15:33 +0000
(13:15 -0500)
committer
Mike Frysinger
<vapier@gentoo.org>
Sat, 30 Nov 2013 18:15:33 +0000
(13:15 -0500)
The script used to clean this up accidentally dropped two features.
Reported-by: Sebastian Luther <SebastianLuther@gmx.de>
pym/portage/const.py
patch
|
blob
|
history
diff --git
a/pym/portage/const.py
b/pym/portage/const.py
index a19728bf7dcdc1e1100558efe1e8dbc9cbaf3f99..1785bfff79ff18dbfb5a8a6a4f914270c6ea0322 100644
(file)
--- a/
pym/portage/const.py
+++ b/
pym/portage/const.py
@@
-150,6
+150,7
@@
SUPPORTED_FEATURES = frozenset([
"keeptemp",
"keepwork",
"lmirror",
+ "merge-sync",
"metadata-transfer",
"mirror",
"multilib-strict",
@@
-184,6
+185,7
@@
SUPPORTED_FEATURES = frozenset([
"test-fail-continue",
"unknown-features-filter",
"unknown-features-warn",
+ "unmerge-backup",
"unmerge-logs",
"unmerge-orphans",
"userfetch",