From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 69404138334 for ; Fri, 3 Aug 2018 09:30:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1269AE081B; Fri, 3 Aug 2018 09:30:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4BE8E081B for ; Fri, 3 Aug 2018 09:30:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A5043335C8E for ; Fri, 3 Aug 2018 09:30:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFF87348 for ; Fri, 3 Aug 2018 09:30:23 +0000 (UTC) From: "Sergey Popov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Popov" Message-ID: <1533288472.55478342aa58f1e16c05b4eb2bc31759d5b8100c.pinkbyte@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-leechcraft/lc-core/lc-core-9999.ebuild X-VCS-Directories: app-leechcraft/lc-core/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: 55478342aa58f1e16c05b4eb2bc31759d5b8100c X-VCS-Branch: master Date: Fri, 3 Aug 2018 09:30:23 +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: 5a191d20-dc5f-4495-9ef9-767de919a962 X-Archives-Hash: 834f47a289c27946d23b1fe2bef4afbe commit: 55478342aa58f1e16c05b4eb2bc31759d5b8100c Author: Sergey Popov gentoo org> AuthorDate: Fri Aug 3 09:27:52 2018 +0000 Commit: Sergey Popov gentoo org> CommitDate: Fri Aug 3 09:27:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55478342 app-leechcraft/lc-core: drop USE-flag from x11-libs/qwt dependency Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-leechcraft/lc-core/lc-core-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-leechcraft/lc-core/lc-core-9999.ebuild b/app-leechcraft/lc-core/lc-core-9999.ebuild index e2da5f1db2a..8383dd36fa6 100644 --- a/app-leechcraft/lc-core/lc-core-9999.ebuild +++ b/app-leechcraft/lc-core/lc-core-9999.ebuild @@ -27,7 +27,7 @@ COMMON_DEPEND=">=dev-libs/boost-1.62 dev-qt/qtx11extras:5 dev-qt/qtconcurrent:5 dev-qt/linguist-tools:5 - qwt? ( x11-libs/qwt:6[qt5] )" + qwt? ( x11-libs/qwt:6 )" DEPEND="${COMMON_DEPEND} doc? ( app-doc/doxygen )" RDEPEND="${COMMON_DEPEND}