diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-10-18 13:06:02 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-10-18 13:06:02 +0000 |
commit | 2c357ec7b66a2820eedb3b16a661c211b1bc0b69 (patch) | |
tree | 5a2316beaec921d31b83e28f5c15c0e960eec7d6 /dev-db/drizzle/metadata.xml | |
parent | Check for CONFIG_USB_SUSPEND wrt #331065 by Ian Abbott. (diff) | |
download | gentoo-2-2c357ec7b66a2820eedb3b16a661c211b1bc0b69.tar.gz gentoo-2-2c357ec7b66a2820eedb3b16a661c211b1bc0b69.tar.bz2 gentoo-2-2c357ec7b66a2820eedb3b16a661c211b1bc0b69.zip |
Bump ebuild to support haildb (bug right now tests fail if haildb is used, waiting for upstream to express their recommendation); also improve parallel build of documentation, running it within the same make process as the code build. Cleanup metadata.
(Portage version: 2.2_rc97/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/drizzle/metadata.xml')
-rw-r--r-- | dev-db/drizzle/metadata.xml | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/dev-db/drizzle/metadata.xml b/dev-db/drizzle/metadata.xml index 8ac63e45b32a..7bccc64eec34 100644 --- a/dev-db/drizzle/metadata.xml +++ b/dev-db/drizzle/metadata.xml @@ -41,23 +41,20 @@ properly. </flag> - <flag name="pam" restrict="<dev-db/drizzle-2010.03.1412"> - Enable the PAM authentication plugin (using - <pkg>sys-libs/pam</pkg>). - - Warning: currently the pam configuration file is missing so it - will not work out of the box. - </flag> - - <flag name="pam" restrict=">=dev-db/drizzle-2010.03.1412"> + <flag name="pam"> Enable the PAM authentication plugin (using <pkg>sys-libs/pam</pkg>). The configuration file created will be /etc/pam.d/drizzle. </flag> - <flag name="md5" restrict=">=dev-db/drizzle-2010.03.1412"> + <flag name="md5"> Enable the MD5 plugin, using <pkg>dev-libs/libgcrypt</pkg>; this replaces the older openssl and gnutls USE flags. </flag> + + <flag name="haildb"> + Use the <pkg>dev-db/haildb</pkg> libraries to replace the innodb + plugin storage engine with haildb (an innodb fork). + </flag> </use> </pkgmetadata> |