From 321e690348a96825b038450da15feaadfab1674b Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 2 Dec 2017 12:25:16 +0100 Subject: gnustep-base/libobjc2: [QA] Consistent whitespace in metadata.xml Package-Manager: Portage-2.3.16, Repoman-2.3.6 --- gnustep-base/libobjc2/metadata.xml | 36 ++++++++++++++++-------------------- 1 file changed, 16 insertions(+), 20 deletions(-) (limited to 'gnustep-base/libobjc2/metadata.xml') diff --git a/gnustep-base/libobjc2/metadata.xml b/gnustep-base/libobjc2/metadata.xml index fdf8cfb7ce10..b347a3b63481 100644 --- a/gnustep-base/libobjc2/metadata.xml +++ b/gnustep-base/libobjc2/metadata.xml @@ -6,27 +6,23 @@ Gentoo GNUstep Project -The GNUstep Objective-C runtime is designed as a drop-in replacement for the -GCC runtime. It supports both a legacy and a modern ABI, allowing code -compiled with old versions of GCC to be supported without requiring -recompilation. The modern ABI adds the following features: + The GNUstep Objective-C runtime is designed as a drop-in replacement for the + GCC runtime. It supports both a legacy and a modern ABI, allowing code + compiled with old versions of GCC to be supported without requiring + recompilation. The modern ABI adds the following features: + - Non-fragile instance variables. + - Protocol uniquing. + - Object planes support. + - Declared property introspection. -- Non-fragile instance variables. -- Protocol uniquing. -- Object planes support. -- Declared property introspection. - -Both ABIs support the following feature above and beyond the GCC runtime: - -- The modern Objective-C runtime APIs, introduced with OS X 10.5. -- Blocks (closures). -- Low memory profile for platforms where memory usage is more important than - speed. -- Synthesised property accessors. -- Efficient support for @synchronized() -- Type-dependent dispatch, eliminating stack corruption from mismatched - selectors. - + Both ABIs support the following feature above and beyond the GCC runtime: + - The modern Objective-C runtime APIs, introduced with OS X 10.5. + - Blocks (closures). + - Low memory profile for platforms where memory usage is more important than speed. + - Synthesised property accessors. + - Efficient support for @synchronized() + - Type-dependent dispatch, eliminating stack corruption from mismatched selectors. + Enable Hans Boehm's garbage collector (dev-libs/boehm-gc). Not recommended by upstream -- cgit v1.2.3-65-gdbad