From 1f9a36de6828b87ba9d7dedcae2de6092eed4f41 Mon Sep 17 00:00:00 2001 From: Timo Teräs Date: Thu, 12 Jan 2012 14:33:29 +0200 Subject: db: support line feed as 'world' dependency separator * default writing the world with spaces if a space is found (for backwards compatibility) for now --- src/apk_database.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/apk_database.h') diff --git a/src/apk_database.h b/src/apk_database.h index c72a946..485afbe 100644 --- a/src/apk_database.h +++ b/src/apk_database.h @@ -133,6 +133,7 @@ struct apk_database { int missing_tags : 1; int compat_newfeatures : 1; int compat_notinstallable : 1; + int compat_old_world : 1; struct apk_dependency_array *world; struct apk_string_array *protected_paths; -- cgit v1.2.3-60-g2f50