From: Mart Raudsepp Date: Sun, 31 Mar 2019 07:36:00 +0000 (+0300) Subject: sys-libs/libosinfo: ensure tests pass X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=016eadad52617f3606affc48f4729734ea225604;p=gentoo.git sys-libs/libosinfo: ensure tests pass Newer osinfo-db causes tests to fail; restrict appropriate with explaining comments. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp --- diff --git a/sys-libs/libosinfo/libosinfo-1.3.0.ebuild b/sys-libs/libosinfo/libosinfo-1.3.0.ebuild index 277498d87879..bc12c54e3abb 100644 --- a/sys-libs/libosinfo/libosinfo-1.3.0.ebuild +++ b/sys-libs/libosinfo/libosinfo-1.3.0.ebuild @@ -40,10 +40,10 @@ DEPEND="${RDEPEND} >=dev-util/intltool-0.40.0 virtual/pkgconfig test? ( - >=sys-apps/osinfo-db-20180612 + <=sys-apps/osinfo-db-20190304 ) vala? ( $(vala_depend) ) -" +" # osinfo-db-20190319 and newer make tests fail; next libosinfo will remove the failing tests (moved to a future osinfo-db itself) src_prepare() { gnome2_src_prepare diff --git a/sys-libs/libosinfo/libosinfo-1.4.0.ebuild b/sys-libs/libosinfo/libosinfo-1.4.0.ebuild index 2e817e59d145..5dd44bb7fe19 100644 --- a/sys-libs/libosinfo/libosinfo-1.4.0.ebuild +++ b/sys-libs/libosinfo/libosinfo-1.4.0.ebuild @@ -40,10 +40,10 @@ DEPEND="${RDEPEND} >=sys-devel/gettext-0.19.8 virtual/pkgconfig test? ( - >=sys-apps/osinfo-db-20190218 + <=sys-apps/osinfo-db-20190304 ) vala? ( $(vala_depend) ) -" +" # osinfo-db-20190319 and newer make tests fail; next libosinfo will remove the failing tests (moved to a future osinfo-db itself) src_prepare() { gnome2_src_prepare