diff options
Diffstat (limited to 'dev-libs/eina/metadata.xml')
-rw-r--r-- | dev-libs/eina/metadata.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/dev-libs/eina/metadata.xml b/dev-libs/eina/metadata.xml index 76fbac87e982..aa9472293ab6 100644 --- a/dev-libs/eina/metadata.xml +++ b/dev-libs/eina/metadata.xml @@ -1,15 +1,15 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'> <pkgmetadata> <herd>enlightenment</herd> <use> - <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="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> + <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='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 @@ -46,7 +46,7 @@ As for tools, it provides couple of convenience: * generic safety-checks system covering NULL pointers and other incorrect conditions with logging; - * "magic" type checking that check and logs if expected magic number + * 'magic' type checking that check and logs if expected magic number is incorrect; * easy to use and extensible memory allocators (mempools); |