From 016eadad52617f3606affc48f4729734ea225604 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Sun, 31 Mar 2019 10:36:00 +0300 Subject: 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 --- sys-libs/libosinfo/libosinfo-1.3.0.ebuild | 4 ++-- sys-libs/libosinfo/libosinfo-1.4.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sys-libs/libosinfo') 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 -- cgit v1.2.3-18-g5258