Added support to replace vpkgs when the real pkgname matches any installed vpkg.

This commit is contained in:
Juan RP
2014-08-22 12:44:18 +02:00
parent 0e745c29e8
commit 7cef93ce07
4 changed files with 81 additions and 8 deletions

6
NEWS
View File

@@ -1,5 +1,11 @@
xbps-0.38 (???):
* Added support to replace virtual packages when the package to be installed
matches a virtual pkgname, for example:
- nvidia is installed and provides the `libGL` virtual pkgname.
- libGL matches the virtual pkgname and therefore replaces the `nvidia` pkg.
* xbps-query(8): added --fulldeptree long option to print a full dependency
tree for a package; this supersedes -xx which was broken since 0.37.