commit: 476d068b2500d138dc2596f6101339928572270f Author: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org> AuthorDate: Tue Feb 13 12:09:50 2018 +0000 Commit: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org> CommitDate: Tue Feb 13 12:10:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=476d068b
media-libs/gexiv2: Add dependencies for test The `test` suite requires additional dependencies which this change adds. Bug: https://bugs.gentoo.org/647438 Package-Manager: Portage-2.3.19, Repoman-2.3.6 media-libs/gexiv2/gexiv2-0.10.8.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/media-libs/gexiv2/gexiv2-0.10.8.ebuild b/media-libs/gexiv2/gexiv2-0.10.8.ebuild index f92ae0bd0ad..a6f2bb383ca 100644 --- a/media-libs/gexiv2/gexiv2-0.10.8.ebuild +++ b/media-libs/gexiv2/gexiv2-0.10.8.ebuild @@ -20,7 +20,7 @@ IUSE="introspection python static-libs test vala" REQUIRED_USE=" python? ( introspection ${PYTHON_REQUIRED_USE} ) - test? ( python ) + test? ( python introspection ) vala? ( introspection ) " @@ -31,6 +31,10 @@ RDEPEND="${PYTHON_DEPS} vala? ( $(vala_depend) ) " DEPEND="${RDEPEND} + test? ( + dev-python/pygobject + media-gfx/exiv2[xmp] + ) dev-libs/gobject-introspection-common virtual/pkgconfig"
