summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
Diffstat (limited to 'schemas')
-rw-r--r--schemas/metadata.xsd2
-rw-r--r--schemas/types.xsd1
2 files changed, 2 insertions, 1 deletions
diff --git a/schemas/metadata.xsd b/schemas/metadata.xsd
index 3e2fb3fe2..9cb2e08f1 100644
--- a/schemas/metadata.xsd
+++ b/schemas/metadata.xsd
@@ -13,7 +13,7 @@
<xsd:simpleType name='toolsetType'>
<xsd:restriction base="xsd:string">
- <xsd:pattern value="rh|debian|solaris|aix|gentoo|auto"/>
+ <xsd:pattern value="rh|debian|solaris|aix|gentoo|auto|freebsd"/>
</xsd:restriction>
</xsd:simpleType>
diff --git a/schemas/types.xsd b/schemas/types.xsd
index 8b01c0df6..d72ad6505 100644
--- a/schemas/types.xsd
+++ b/schemas/types.xsd
@@ -17,6 +17,7 @@
<xsd:enumeration value='sysv' />
<xsd:enumeration value='portage' />
<xsd:enumeration value='yum' />
+ <xsd:enumeration value='freebsdpkg' />
</xsd:restriction>
</xsd:simpleType>