diff options
author | Nicolas Bock <nicolasbock@gentoo.org> | 2018-02-13 05:09:50 -0700 |
---|---|---|
committer | Nicolas Bock <nicolasbock@gentoo.org> | 2018-02-13 05:10:09 -0700 |
commit | 476d068b2500d138dc2596f6101339928572270f (patch) | |
tree | 1734d4d5c681e03fb6f3e437e6bc39471b9c0c59 /media-libs/gexiv2 | |
parent | app-portage/gemato: Bump to 11.2 (diff) | |
download | gentoo-476d068b2500d138dc2596f6101339928572270f.tar.gz gentoo-476d068b2500d138dc2596f6101339928572270f.tar.bz2 gentoo-476d068b2500d138dc2596f6101339928572270f.zip |
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
Diffstat (limited to 'media-libs/gexiv2')
-rw-r--r-- | media-libs/gexiv2/gexiv2-0.10.8.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/media-libs/gexiv2/gexiv2-0.10.8.ebuild b/media-libs/gexiv2/gexiv2-0.10.8.ebuild index f92ae0bd0ad4..a6f2bb383ca7 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" |