Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libosinfo/
Date: Sun, 31 Mar 2019 07:37:02
Message-Id: 1554017760.016eadad52617f3606affc48f4729734ea225604.leio@gentoo
1 commit: 016eadad52617f3606affc48f4729734ea225604
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 31 07:36:00 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 31 07:36:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=016eadad
7
8 sys-libs/libosinfo: ensure tests pass
9
10 Newer osinfo-db causes tests to fail; restrict appropriate with
11 explaining comments.
12
13 Package-Manager: Portage-2.3.52, Repoman-2.3.12
14 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
15
16 sys-libs/libosinfo/libosinfo-1.3.0.ebuild | 4 ++--
17 sys-libs/libosinfo/libosinfo-1.4.0.ebuild | 4 ++--
18 2 files changed, 4 insertions(+), 4 deletions(-)
19
20 diff --git a/sys-libs/libosinfo/libosinfo-1.3.0.ebuild b/sys-libs/libosinfo/libosinfo-1.3.0.ebuild
21 index 277498d8787..bc12c54e3ab 100644
22 --- a/sys-libs/libosinfo/libosinfo-1.3.0.ebuild
23 +++ b/sys-libs/libosinfo/libosinfo-1.3.0.ebuild
24 @@ -40,10 +40,10 @@ DEPEND="${RDEPEND}
25 >=dev-util/intltool-0.40.0
26 virtual/pkgconfig
27 test? (
28 - >=sys-apps/osinfo-db-20180612
29 + <=sys-apps/osinfo-db-20190304
30 )
31 vala? ( $(vala_depend) )
32 -"
33 +" # osinfo-db-20190319 and newer make tests fail; next libosinfo will remove the failing tests (moved to a future osinfo-db itself)
34
35 src_prepare() {
36 gnome2_src_prepare
37
38 diff --git a/sys-libs/libosinfo/libosinfo-1.4.0.ebuild b/sys-libs/libosinfo/libosinfo-1.4.0.ebuild
39 index 2e817e59d14..5dd44bb7fe1 100644
40 --- a/sys-libs/libosinfo/libosinfo-1.4.0.ebuild
41 +++ b/sys-libs/libosinfo/libosinfo-1.4.0.ebuild
42 @@ -40,10 +40,10 @@ DEPEND="${RDEPEND}
43 >=sys-devel/gettext-0.19.8
44 virtual/pkgconfig
45 test? (
46 - >=sys-apps/osinfo-db-20190218
47 + <=sys-apps/osinfo-db-20190304
48 )
49 vala? ( $(vala_depend) )
50 -"
51 +" # osinfo-db-20190319 and newer make tests fail; next libosinfo will remove the failing tests (moved to a future osinfo-db itself)
52
53 src_prepare() {
54 gnome2_src_prepare