summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hammer <mueli@gentoo.org>2008-07-31 08:42:24 +0000
committerMichael Hammer <mueli@gentoo.org>2008-07-31 08:42:24 +0000
commit66face9d291102ffae145224612a22862ac480cc (patch)
treeab30245fa981777dbbae9397d192a0a2a65dede9 /app-crypt/mit-krb5/metadata.xml
parentVersion bump. Add useflags to metadata. (diff)
downloadgentoo-2-66face9d291102ffae145224612a22862ac480cc.tar.gz
gentoo-2-66face9d291102ffae145224612a22862ac480cc.tar.bz2
gentoo-2-66face9d291102ffae145224612a22862ac480cc.zip
fixed manifest.xml -> GLEP 56
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-crypt/mit-krb5/metadata.xml')
-rw-r--r--app-crypt/mit-krb5/metadata.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-crypt/mit-krb5/metadata.xml b/app-crypt/mit-krb5/metadata.xml
index 92034127e8cd..c143e02011cf 100644
--- a/app-crypt/mit-krb5/metadata.xml
+++ b/app-crypt/mit-krb5/metadata.xml
@@ -3,4 +3,24 @@
<pkgmetadata>
<herd>kerberos</herd>
<longdescription>Kerberos 5 reference implementation from MIT</longdescription>
+<use>
+ <flag name="krb4">
+ This option enables Kerberos V4 backwards compatibility using the
+ builtin Kerberos V4 library. This is really outdated and dangerous
+ to use because not safe.
+ </flag>
+ <flag name="doc">
+ Creates and installs the API and implementation
+ documentation. This is only useful if you want to develop software
+ which depends on kerberos.
+ </flag>
+ <flag name="tcl">
+ Some of the unit-tests in the build tree rely upon using a program
+ in Tcl. This flag is marked for removal.
+ </flag>
+ <flag name="ipv6">
+ Enables ipv6 support which is default in actual releases. This
+ flag is marked for removal.
+ </flag>
+</use>
</pkgmetadata>