summaryrefslogtreecommitdiffstats
path: root/schemas/packages.xsd
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2013-03-12 03:30:04 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2018-10-18 16:19:12 +0200
commit551a2ac1d1e7c70090a236747f65aa0db464a9cf (patch)
tree204d5df15f0f639fdbd2cc736cf684c0725634db /schemas/packages.xsd
parent45b0598499208d2032635e29eea13ccf7324f91f (diff)
downloadbcfg2-551a2ac1d1e7c70090a236747f65aa0db464a9cf.tar.gz
bcfg2-551a2ac1d1e7c70090a236747f65aa0db464a9cf.tar.bz2
bcfg2-551a2ac1d1e7c70090a236747f65aa0db464a9cf.zip
Plugins/Packages/Layman: add support for layman overlays
In combination with the PortageCollection the Packages plugin could now handle layman overlays. The Portage collection evaluates the dependencies with respect to the configured overlays.
Diffstat (limited to 'schemas/packages.xsd')
-rw-r--r--schemas/packages.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/schemas/packages.xsd b/schemas/packages.xsd
index aede2f815..08c51a1d1 100644
--- a/schemas/packages.xsd
+++ b/schemas/packages.xsd
@@ -19,6 +19,7 @@
<xsd:enumeration value="pac"/>
<xsd:enumeration value="pkgng"/>
<xsd:enumeration value="portage"/>
+ <xsd:enumeration value="layman"/>
</xsd:restriction>
</xsd:simpleType>