diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-05-30 08:46:30 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-05-30 08:48:32 +0300 |
commit | aec93ee730f7a2e0196ae05fdd45e866d2510e41 (patch) | |
tree | b51fdb4924941ea15eea0356fa6e69a7afc91e14 /src/apk_defines.h | |
parent | 035da870362494bcb4ed092e27278c290b204410 (diff) | |
download | apk-tools-aec93ee730f7a2e0196ae05fdd45e866d2510e41.tar.gz apk-tools-aec93ee730f7a2e0196ae05fdd45e866d2510e41.tar.bz2 apk-tools-aec93ee730f7a2e0196ae05fdd45e866d2510e41.tar.xz apk-tools-aec93ee730f7a2e0196ae05fdd45e866d2510e41.zip |
db: unify handling of special packages
make cache a special kind of repository, and automatically cache
special packages (virtual packages, or ones installed from command
line). add test cases for handling virtual packages. fixes #1617.
Diffstat (limited to 'src/apk_defines.h')
-rw-r--r-- | src/apk_defines.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apk_defines.h b/src/apk_defines.h index 61690b1..afd9f13 100644 --- a/src/apk_defines.h +++ b/src/apk_defines.h @@ -80,7 +80,7 @@ extern char **apk_argv; #define APK_DEFAULT_ARCH "noarch" #endif -#define APK_MAX_REPOS 31 /* see struct apk_package */ +#define APK_MAX_REPOS 32 /* see struct apk_package */ #define APK_MAX_TAGS 16 /* see solver; unsigned short */ #define APK_CACHE_CSUM_BYTES 4 |