diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-09-28 08:59:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-09-28 08:59:59 +0000 |
commit | 3f0ee38454795042ff8d7b910f56db745a44ae17 (patch) | |
tree | e0a2976783f48d9fbf71b6282dc542c4585bc827 /dev-libs/eina/metadata.xml | |
parent | let ebuilds set SRC_URI before inheriting the eclass (diff) | |
download | gentoo-2-3f0ee38454795042ff8d7b910f56db745a44ae17.tar.gz gentoo-2-3f0ee38454795042ff8d7b910f56db745a44ae17.tar.bz2 gentoo-2-3f0ee38454795042ff8d7b910f56db745a44ae17.zip |
Clean up ebuild and merge live git version from E overlay.
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'dev-libs/eina/metadata.xml')
-rw-r--r-- | dev-libs/eina/metadata.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/eina/metadata.xml b/dev-libs/eina/metadata.xml index a6cd7a8da38e..76fbac87e982 100644 --- a/dev-libs/eina/metadata.xml +++ b/dev-libs/eina/metadata.xml @@ -3,11 +3,13 @@ <pkgmetadata> <herd>enlightenment</herd> <use> - <flag name="mempool-chained">Compile "chained-pool" memory pool allocation.</flag> + <flag name="mempool-buddy">Compile "buddy" memory pool allocation.</flag> + <flag name="mempool-chained-pool">Compile "chained-pool" memory pool allocation.</flag> <flag name="mempool-fixed-bitmap">Compile "fixed-bitmap" memory pool allocation.</flag> + <flag name="mempool-one-big">Compile "one-big" memory pool allocation.</flag> <flag name="mempool-pass-through">Compile "pass-through" (system's malloc) memory pool allocation.</flag> - <flag name="mempool-buddy">Compile "buddy" memory pool allocation.</flag> <flag name="default-mempool">By default use system's allocator (pass-through) instead of custom choice for Eina's own data structures.</flag> + <flag name="valgrind">Compile in valgrind hints for smoother integration.</flag> </use> <longdescription> Eina is a multi-platform library that provides optimized data types |