Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gexiv2/
Date: Sat, 28 Sep 2019 08:13:20
Message-Id: 1569658384.311a8e53c31257af0ffcd689999ddeacffae9157.mgorny@gentoo
1 commit: 311a8e53c31257af0ffcd689999ddeacffae9157
2 Author: Bernardo Meurer <meurerbernardo <AT> gmail <DOT> com>
3 AuthorDate: Fri Sep 27 20:37:36 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 28 08:13:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=311a8e53
7
8 media-libs/gexiv2: restrict !test
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Bernardo Meurer <bernardo <AT> standard.ai>
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 media-libs/gexiv2/gexiv2-0.10.10-r1.ebuild | 2 +-
15 media-libs/gexiv2/gexiv2-0.12.0.ebuild | 2 +-
16 media-libs/gexiv2/gexiv2-9999.ebuild | 14 +++++++-------
17 3 files changed, 9 insertions(+), 9 deletions(-)
18
19 diff --git a/media-libs/gexiv2/gexiv2-0.10.10-r1.ebuild b/media-libs/gexiv2/gexiv2-0.10.10-r1.ebuild
20 index c9cf2f6ea76..950c3961be4 100644
21 --- a/media-libs/gexiv2/gexiv2-0.10.10-r1.ebuild
22 +++ b/media-libs/gexiv2/gexiv2-0.10.10-r1.ebuild
23 @@ -21,12 +21,12 @@ fi
24 LICENSE="LGPL-2.1"
25 SLOT="0"
26 IUSE="gtk-doc +introspection python static-libs test +vala"
27 -
28 REQUIRED_USE="
29 python? ( introspection ${PYTHON_REQUIRED_USE} )
30 test? ( python introspection )
31 vala? ( introspection )
32 "
33 +RESTRICT="!test? ( test )"
34
35 RDEPEND="${PYTHON_DEPS}
36 >=dev-libs/glib-2.38.0:2
37
38 diff --git a/media-libs/gexiv2/gexiv2-0.12.0.ebuild b/media-libs/gexiv2/gexiv2-0.12.0.ebuild
39 index 13a90876ae8..e49aff132e6 100644
40 --- a/media-libs/gexiv2/gexiv2-0.12.0.ebuild
41 +++ b/media-libs/gexiv2/gexiv2-0.12.0.ebuild
42 @@ -21,12 +21,12 @@ fi
43 LICENSE="LGPL-2.1+ GPL-2"
44 SLOT="0"
45 IUSE="gtk-doc +introspection python static-libs test +vala"
46 -
47 REQUIRED_USE="
48 python? ( introspection ${PYTHON_REQUIRED_USE} )
49 test? ( python introspection )
50 vala? ( introspection )
51 "
52 +RESTRICT="!test? ( test )"
53
54 BDEPEND="
55 dev-util/glib-utils
56
57 diff --git a/media-libs/gexiv2/gexiv2-9999.ebuild b/media-libs/gexiv2/gexiv2-9999.ebuild
58 index 8748d1cf4fe..e49aff132e6 100644
59 --- a/media-libs/gexiv2/gexiv2-9999.ebuild
60 +++ b/media-libs/gexiv2/gexiv2-9999.ebuild
61 @@ -21,19 +21,13 @@ fi
62 LICENSE="LGPL-2.1+ GPL-2"
63 SLOT="0"
64 IUSE="gtk-doc +introspection python static-libs test +vala"
65 -
66 REQUIRED_USE="
67 python? ( introspection ${PYTHON_REQUIRED_USE} )
68 test? ( python introspection )
69 vala? ( introspection )
70 "
71 +RESTRICT="!test? ( test )"
72
73 -RDEPEND="${PYTHON_DEPS}
74 - >=dev-libs/glib-2.38.0:2
75 - >=media-gfx/exiv2-0.21:=
76 - introspection? ( >=dev-libs/gobject-introspection-1.54:= )
77 -"
78 -DEPEND="${RDEPEND}"
79 BDEPEND="
80 dev-util/glib-utils
81 virtual/pkgconfig
82 @@ -44,6 +38,12 @@ BDEPEND="
83 )
84 vala? ( $(vala_depend) )
85 "
86 +RDEPEND="${PYTHON_DEPS}
87 + >=dev-libs/glib-2.38.0:2
88 + >=media-gfx/exiv2-0.21:=
89 + introspection? ( >=dev-libs/gobject-introspection-1.54:= )
90 +"
91 +DEPEND="${RDEPEND}"
92
93 src_prepare() {
94 default