summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernardo Meurer <meurerbernardo@gmail.com>2019-09-27 13:37:36 -0700
committerMichał Górny <mgorny@gentoo.org>2019-09-28 10:13:04 +0200
commit311a8e53c31257af0ffcd689999ddeacffae9157 (patch)
tree15ddf18e6015df5676d8f693a39ae5eb86138ef6 /media-libs/gexiv2
parentmedia-libs/gexiv2: bump to 0.12.0 (diff)
downloadgentoo-311a8e53c31257af0ffcd689999ddeacffae9157.tar.gz
gentoo-311a8e53c31257af0ffcd689999ddeacffae9157.tar.bz2
gentoo-311a8e53c31257af0ffcd689999ddeacffae9157.zip
media-libs/gexiv2: restrict !test
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Bernardo Meurer <bernardo@standard.ai> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-libs/gexiv2')
-rw-r--r--media-libs/gexiv2/gexiv2-0.10.10-r1.ebuild2
-rw-r--r--media-libs/gexiv2/gexiv2-0.12.0.ebuild2
-rw-r--r--media-libs/gexiv2/gexiv2-9999.ebuild14
3 files changed, 9 insertions, 9 deletions
diff --git a/media-libs/gexiv2/gexiv2-0.10.10-r1.ebuild b/media-libs/gexiv2/gexiv2-0.10.10-r1.ebuild
index c9cf2f6ea763..950c3961be4c 100644
--- a/media-libs/gexiv2/gexiv2-0.10.10-r1.ebuild
+++ b/media-libs/gexiv2/gexiv2-0.10.10-r1.ebuild
@@ -21,12 +21,12 @@ fi
LICENSE="LGPL-2.1"
SLOT="0"
IUSE="gtk-doc +introspection python static-libs test +vala"
-
REQUIRED_USE="
python? ( introspection ${PYTHON_REQUIRED_USE} )
test? ( python introspection )
vala? ( introspection )
"
+RESTRICT="!test? ( test )"
RDEPEND="${PYTHON_DEPS}
>=dev-libs/glib-2.38.0:2
diff --git a/media-libs/gexiv2/gexiv2-0.12.0.ebuild b/media-libs/gexiv2/gexiv2-0.12.0.ebuild
index 13a90876ae8e..e49aff132e66 100644
--- a/media-libs/gexiv2/gexiv2-0.12.0.ebuild
+++ b/media-libs/gexiv2/gexiv2-0.12.0.ebuild
@@ -21,12 +21,12 @@ fi
LICENSE="LGPL-2.1+ GPL-2"
SLOT="0"
IUSE="gtk-doc +introspection python static-libs test +vala"
-
REQUIRED_USE="
python? ( introspection ${PYTHON_REQUIRED_USE} )
test? ( python introspection )
vala? ( introspection )
"
+RESTRICT="!test? ( test )"
BDEPEND="
dev-util/glib-utils
diff --git a/media-libs/gexiv2/gexiv2-9999.ebuild b/media-libs/gexiv2/gexiv2-9999.ebuild
index 8748d1cf4fe8..e49aff132e66 100644
--- a/media-libs/gexiv2/gexiv2-9999.ebuild
+++ b/media-libs/gexiv2/gexiv2-9999.ebuild
@@ -21,19 +21,13 @@ fi
LICENSE="LGPL-2.1+ GPL-2"
SLOT="0"
IUSE="gtk-doc +introspection python static-libs test +vala"
-
REQUIRED_USE="
python? ( introspection ${PYTHON_REQUIRED_USE} )
test? ( python introspection )
vala? ( introspection )
"
+RESTRICT="!test? ( test )"
-RDEPEND="${PYTHON_DEPS}
- >=dev-libs/glib-2.38.0:2
- >=media-gfx/exiv2-0.21:=
- introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-"
-DEPEND="${RDEPEND}"
BDEPEND="
dev-util/glib-utils
virtual/pkgconfig
@@ -44,6 +38,12 @@ BDEPEND="
)
vala? ( $(vala_depend) )
"
+RDEPEND="${PYTHON_DEPS}
+ >=dev-libs/glib-2.38.0:2
+ >=media-gfx/exiv2-0.21:=
+ introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+DEPEND="${RDEPEND}"
src_prepare() {
default