Gentoo Archives: gentoo-commits

From: Sergey Popov <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-core/
Date: Fri, 03 Aug 2018 09:30:30
Message-Id: 1533288472.55478342aa58f1e16c05b4eb2bc31759d5b8100c.pinkbyte@gentoo
1 commit: 55478342aa58f1e16c05b4eb2bc31759d5b8100c
2 Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 3 09:27:52 2018 +0000
4 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 3 09:27:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55478342
7
8 app-leechcraft/lc-core: drop USE-flag from x11-libs/qwt dependency
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-leechcraft/lc-core/lc-core-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-leechcraft/lc-core/lc-core-9999.ebuild b/app-leechcraft/lc-core/lc-core-9999.ebuild
16 index e2da5f1db2a..8383dd36fa6 100644
17 --- a/app-leechcraft/lc-core/lc-core-9999.ebuild
18 +++ b/app-leechcraft/lc-core/lc-core-9999.ebuild
19 @@ -27,7 +27,7 @@ COMMON_DEPEND=">=dev-libs/boost-1.62
20 dev-qt/qtx11extras:5
21 dev-qt/qtconcurrent:5
22 dev-qt/linguist-tools:5
23 - qwt? ( x11-libs/qwt:6[qt5] )"
24 + qwt? ( x11-libs/qwt:6 )"
25 DEPEND="${COMMON_DEPEND}
26 doc? ( app-doc/doxygen )"
27 RDEPEND="${COMMON_DEPEND}