diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-03-31 10:36:00 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-03-31 10:36:00 +0300 |
commit | 016eadad52617f3606affc48f4729734ea225604 (patch) | |
tree | 79f222887e0dabd312445d6e048f4d4c8d4102b9 /sys-libs | |
parent | sys-apps/osinfo-db: bump to 20190304 (diff) | |
download | gentoo-016eadad52617f3606affc48f4729734ea225604.tar.gz gentoo-016eadad52617f3606affc48f4729734ea225604.tar.bz2 gentoo-016eadad52617f3606affc48f4729734ea225604.zip |
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 <leio@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libosinfo/libosinfo-1.3.0.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/libosinfo/libosinfo-1.4.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
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 |