Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/qlcplus/
Date: Sat, 20 Feb 2016 20:56:44
Message-Id: 1456001797.b684018abe750cdc30a83d8125f71ab081c85c36.xmw@gentoo
1 commit: b684018abe750cdc30a83d8125f71ab081c85c36
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 20 20:50:01 2016 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 20 20:56:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b684018a
7
8 app-misc/qlcplus: Fix REQUIRED_USE (thanks Toralf Förster, bug 575242).
9
10 Package-Manager: portage-2.2.27
11
12 app-misc/qlcplus/qlcplus-4.10.2b.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-misc/qlcplus/qlcplus-4.10.2b.ebuild b/app-misc/qlcplus/qlcplus-4.10.2b.ebuild
16 index 059430a..08f19ba 100644
17 --- a/app-misc/qlcplus/qlcplus-4.10.2b.ebuild
18 +++ b/app-misc/qlcplus/qlcplus-4.10.2b.ebuild
19 @@ -15,7 +15,7 @@ SLOT="0"
20 KEYWORDS="~amd64"
21 IUSE="qt4 qt5"
22
23 -REQUIRED_USE="?? ( qt4 qt5 )"
24 +REQUIRED_USE="^^ ( qt4 qt5 )"
25
26 RDEPEND="dev-libs/glib:2
27 virtual/libusb:0