summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/gexiv2')
-rw-r--r--media-libs/gexiv2/gexiv2-0.10.8.ebuild6
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"