diff options
author | Timo Teräs <timo.teras@iki.fi> | 2015-12-10 14:30:57 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2015-12-10 14:30:57 +0200 |
commit | 2a066169bd60419576f065fbe3532d671dabb085 (patch) | |
tree | 9cca9d34564339fcb0c3a4d1ef233a42e1e610a4 /src/apk_package.h | |
parent | 8a41fd98a420dacb1390af553e6e3c56a3580bc1 (diff) | |
download | apk-tools-2a066169bd60419576f065fbe3532d671dabb085.tar.gz apk-tools-2a066169bd60419576f065fbe3532d671dabb085.tar.bz2 apk-tools-2a066169bd60419576f065fbe3532d671dabb085.tar.xz apk-tools-2a066169bd60419576f065fbe3532d671dabb085.zip |
commit: self-conflict error and satisfies printing
- self-conflicts when the exact same version of a name is provided
twice is now properly detected and diagnozed
- don't print redundant satisfies diagnostic
Diffstat (limited to 'src/apk_package.h')
-rw-r--r-- | src/apk_package.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/apk_package.h b/src/apk_package.h index 1b0e2cf..ab7ab02 100644 --- a/src/apk_package.h +++ b/src/apk_package.h @@ -43,6 +43,7 @@ struct apk_provider; #define APK_FOREACH_INSTALLED 0x10 #define APK_FOREACH_MARKED 0x20 #define APK_FOREACH_NULL_MATCHES_ALL 0x40 +#define APK_FOREACH_DEP 0x80 #define APK_FOREACH_GENID_MASK 0xffffff00 struct apk_sign_ctx { |