summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2013-03-12 03:30:04 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2013-05-02 11:02:39 +0200
commit1fc2c4ea196271c785d64f0eb4139b852615ffd1 (patch)
tree03ade72925c9755b1a5afd8f189e81a73b423373 /schemas
parent9678af80ce85a1a2bfec26484946634e04820f9d (diff)
downloadbcfg2-1fc2c4ea196271c785d64f0eb4139b852615ffd1.tar.gz
bcfg2-1fc2c4ea196271c785d64f0eb4139b852615ffd1.tar.bz2
bcfg2-1fc2c4ea196271c785d64f0eb4139b852615ffd1.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')
-rw-r--r--schemas/packages.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/schemas/packages.xsd b/schemas/packages.xsd
index fe3fca552..de1ee85c3 100644
--- a/schemas/packages.xsd
+++ b/schemas/packages.xsd
@@ -16,6 +16,7 @@
<xsd:enumeration value="apt"/>
<xsd:enumeration value="pac"/>
<xsd:enumeration value="portage"/>
+ <xsd:enumeration value="layman"/>
</xsd:restriction>
</xsd:simpleType>