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 CB5C6138331 for ; Sun, 4 Mar 2018 22:16:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D02ACE0974; Sun, 4 Mar 2018 22:16:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AD8BFE096F for ; Sun, 4 Mar 2018 22:16:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6E946335D3C for ; Sun, 4 Mar 2018 22:16:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFE4723F for ; Sun, 4 Mar 2018 22:16:09 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1520201756.ad1a6a6f7c20ad54ee943b9da8124e78009f9e9b.pesa@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-popishu/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-leechcraft/lc-popishu/lc-popishu-9999.ebuild X-VCS-Directories: app-leechcraft/lc-popishu/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: ad1a6a6f7c20ad54ee943b9da8124e78009f9e9b X-VCS-Branch: master Date: Sun, 4 Mar 2018 22:16:09 +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: 81863080-61b8-42bf-b8cd-654329a5a2bc X-Archives-Hash: 759e9bc850a7a46aed0957467a847b88 commit: ad1a6a6f7c20ad54ee943b9da8124e78009f9e9b Author: Davide Pesavento gentoo org> AuthorDate: Sun Mar 4 21:05:30 2018 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Sun Mar 4 22:15:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad1a6a6f app-leechcraft/lc-popishu: add (+) default on qscintilla[qt5] dep Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-leechcraft/lc-popishu/lc-popishu-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-leechcraft/lc-popishu/lc-popishu-9999.ebuild b/app-leechcraft/lc-popishu/lc-popishu-9999.ebuild index 1940b99df1a..61a9d3e4cd3 100644 --- a/app-leechcraft/lc-popishu/lc-popishu-9999.ebuild +++ b/app-leechcraft/lc-popishu/lc-popishu-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,5 +12,5 @@ KEYWORDS="" IUSE="debug" DEPEND="~app-leechcraft/lc-core-${PV} - x11-libs/qscintilla[qt5]" + x11-libs/qscintilla[qt5(+)]" RDEPEND="${DEPEND}"