From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CF1AC1388C0 for ; Sat, 20 Feb 2016 20:56:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 604EE21C082; Sat, 20 Feb 2016 20:56:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F54C21C082 for ; Sat, 20 Feb 2016 20:56:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 26558340C98 for ; Sat, 20 Feb 2016 20:56:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4B5B16C4 for ; Sat, 20 Feb 2016 20:56:39 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1456001797.b684018abe750cdc30a83d8125f71ab081c85c36.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/qlcplus/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/qlcplus/qlcplus-4.10.2b.ebuild X-VCS-Directories: app-misc/qlcplus/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: b684018abe750cdc30a83d8125f71ab081c85c36 X-VCS-Branch: master Date: Sat, 20 Feb 2016 20:56:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fb6be568-c3fc-4398-a1ab-554bf065cc7d X-Archives-Hash: d31b2e3b1b638a24f6d65ec119db8147 commit: b684018abe750cdc30a83d8125f71ab081c85c36 Author: Michael Weber gentoo org> AuthorDate: Sat Feb 20 20:50:01 2016 +0000 Commit: Michael Weber gentoo org> CommitDate: Sat Feb 20 20:56:37 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b684018a app-misc/qlcplus: Fix REQUIRED_USE (thanks Toralf Förster, bug 575242). Package-Manager: portage-2.2.27 app-misc/qlcplus/qlcplus-4.10.2b.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/qlcplus/qlcplus-4.10.2b.ebuild b/app-misc/qlcplus/qlcplus-4.10.2b.ebuild index 059430a..08f19ba 100644 --- a/app-misc/qlcplus/qlcplus-4.10.2b.ebuild +++ b/app-misc/qlcplus/qlcplus-4.10.2b.ebuild @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64" IUSE="qt4 qt5" -REQUIRED_USE="?? ( qt4 qt5 )" +REQUIRED_USE="^^ ( qt4 qt5 )" RDEPEND="dev-libs/glib:2 virtual/libusb:0