Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/zbar/
Date: Thu, 07 Sep 2017 20:31:51
Message-Id: 1504816296.e5a0d32d7743b1e6752698cb1ba71eb767b5b48b.mgorny@gentoo
1 commit: e5a0d32d7743b1e6752698cb1ba71eb767b5b48b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 27 15:27:29 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 7 20:31:36 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5a0d32d
7
8 media-gfx/zbar: Tests require USE=X enabled
9
10 media-gfx/zbar/zbar-0.10_p20121015-r2.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/media-gfx/zbar/zbar-0.10_p20121015-r2.ebuild b/media-gfx/zbar/zbar-0.10_p20121015-r2.ebuild
14 index f5177673bfb..e7e5d80d924 100644
15 --- a/media-gfx/zbar/zbar-0.10_p20121015-r2.ebuild
16 +++ b/media-gfx/zbar/zbar-0.10_p20121015-r2.ebuild
17 @@ -16,7 +16,7 @@ SLOT="0"
18 KEYWORDS="~amd64 ~arm ~x86"
19 IUSE="gtk imagemagick java jpeg python qt4 static-libs test +threads v4l X xv"
20 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
21 - test? ( ${PYTHON_REQUIRED_USE} )"
22 + test? ( X ${PYTHON_REQUIRED_USE} )"
23
24 CDEPEND="gtk? ( dev-libs/glib:2 x11-libs/gtk+:2 )
25 imagemagick? ( virtual/imagemagick-tools )