summaryrefslogtreecommitdiff
path: root/media-libs/gexiv2/gexiv2-0.10.8.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-02-15 16:58:00 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-02-15 16:58:00 +0000
commit434d713861b70f6c6563d6ee50a8e64f14c970d9 (patch)
treeb72c523c72e764420f835ba9d63d43ffef687dcf /media-libs/gexiv2/gexiv2-0.10.8.ebuild
parentf78108598211053d41752a83e0345441bb9014ae (diff)
gentoo resync : 15.02.2018
Diffstat (limited to 'media-libs/gexiv2/gexiv2-0.10.8.ebuild')
-rw-r--r--media-libs/gexiv2/gexiv2-0.10.8.ebuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/media-libs/gexiv2/gexiv2-0.10.8.ebuild b/media-libs/gexiv2/gexiv2-0.10.8.ebuild
index 1ace566e3332..268944a20166 100644
--- a/media-libs/gexiv2/gexiv2-0.10.8.ebuild
+++ b/media-libs/gexiv2/gexiv2-0.10.8.ebuild
@@ -15,12 +15,12 @@ SRC_URI="mirror://gnome/sources/${PN}/${MY_PV}/${P}.tar.xz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
IUSE="introspection python static-libs test vala"
REQUIRED_USE="
python? ( introspection ${PYTHON_REQUIRED_USE} )
- test? ( python )
+ test? ( python introspection )
vala? ( introspection )
"
@@ -31,6 +31,11 @@ RDEPEND="${PYTHON_DEPS}
vala? ( $(vala_depend) )
"
DEPEND="${RDEPEND}
+ test? (
+ dev-python/pygobject
+ media-gfx/exiv2[xmp]
+ )
+ dev-libs/gobject-introspection-common
virtual/pkgconfig"
src_prepare() {