libxbps: respect reqdby obj when replacing a pkg with a virtual pkg.
Reverse dependencies weren't respected when replacing a pkg with another pkg that is providing a virtual pkg for the former. This resulted in reversedeps being completely lost when new pkg is installed.
This commit is contained in:
@ -55,7 +55,7 @@
|
||||
*/
|
||||
#define XBPS_PKGINDEX_VERSION "1.2"
|
||||
|
||||
#define XBPS_API_VERSION "20111012"
|
||||
#define XBPS_API_VERSION "20111015"
|
||||
#define XBPS_VERSION "0.10.0"
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user