summaryrefslogtreecommitdiff
path: root/src/pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pool.h')
-rw-r--r--src/pool.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pool.h b/src/pool.h
index f94940f..7dcf916 100644
--- a/src/pool.h
+++ b/src/pool.h
@@ -130,6 +130,7 @@ struct _Pool {
int obsoleteusescolors; /* true: obsoletes check arch color */
int noinstalledobsoletes; /* true: ignore obsoletes of installed packages */
int forbidselfconflicts; /* true: packages which conflict with itself are not installable */
+ int noobsoletesmultiversion; /* true: obsoletes are ignored for multiversion installs */
Id noarchid; /* ARCH_NOARCH, ARCH_ALL, ARCH_ANY, ... */
@@ -181,6 +182,7 @@ struct _Pool {
#define POOL_FLAG_OBSOLETEUSESCOLORS 5
#define POOL_FLAG_NOINSTALLEDOBSOLETES 6
#define POOL_FLAG_HAVEDISTEPOCH 7
+#define POOL_FLAG_NOOBSOLETESMULTIVERSION 8
/* ----------------------------------------------- */