diff --git a/srcpkgs/xbps/patches/0001-Check-if-an-update-for-conflicting-pkg-is-in-the-tra.patch b/srcpkgs/xbps/patches/0001-Check-if-an-update-for-conflicting-pkg-is-in-the-tra.patch index 6f2c15211b..684c6e40ad 100644 --- a/srcpkgs/xbps/patches/0001-Check-if-an-update-for-conflicting-pkg-is-in-the-tra.patch +++ b/srcpkgs/xbps/patches/0001-Check-if-an-update-for-conflicting-pkg-is-in-the-tra.patch @@ -9,19 +9,6 @@ Subject: [PATCH] Check if an update for conflicting pkg is in the transaction lib/transaction_revdeps.c | 21 +++++++++++++++++++-- 2 files changed, 22 insertions(+), 2 deletions(-) -diff --git a/NEWS b/NEWS -index ec6f96c..024ef75 100644 ---- a/NEWS -+++ b/NEWS -@@ -1,5 +1,8 @@ - xbps-0.26 (???): - -+ * Do not abort transaction if updates for conflicting packages are in -+ the transaction due to checks of reverse dependencies in virtual packages. -+ - xbps-0.25 (2013-07-05): - - * Added support to validate reverse dependencies when updating packages. diff --git a/lib/transaction_revdeps.c b/lib/transaction_revdeps.c index 316d937..b21c5b5 100644 --- lib/transaction_revdeps.c