From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1077103-garchives=archives.gentoo.org@lists.gentoo.org> 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 67304138334 for <garchives@archives.gentoo.org>; Wed, 13 Mar 2019 19:50:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B789E0970; Wed, 13 Mar 2019 19:50:18 +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 75B2EE0970 for <gentoo-commits@lists.gentoo.org>; Wed, 13 Mar 2019 19:50:18 +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 CB5EB335CF4 for <gentoo-commits@lists.gentoo.org>; Wed, 13 Mar 2019 19:50:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 136B354F for <gentoo-commits@lists.gentoo.org>; Wed, 13 Mar 2019 19:50:03 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org> Message-ID: <1552506584.47631b5b29e9cf19f14f53cf52ae826d0697e76a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/qtermwidget/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/qtermwidget/qtermwidget-0.14.1.ebuild X-VCS-Directories: x11-libs/qtermwidget/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 47631b5b29e9cf19f14f53cf52ae826d0697e76a X-VCS-Branch: master Date: Wed, 13 Mar 2019 19:50:03 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 336516d4-f0fc-499a-a54d-c2685b144f16 X-Archives-Hash: 451d9fe2433186c7d5779c26e1ded94c commit: 47631b5b29e9cf19f14f53cf52ae826d0697e76a Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> AuthorDate: Tue Mar 12 21:15:53 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Mar 13 19:49:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47631b5b x11-libs/qtermwidget: block 'lxqt-base/lxqt-l10n' Otherwise files may collide. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org> Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> x11-libs/qtermwidget/qtermwidget-0.14.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x11-libs/qtermwidget/qtermwidget-0.14.1.ebuild b/x11-libs/qtermwidget/qtermwidget-0.14.1.ebuild index ad0fb2e7781..5f2257ff950 100644 --- a/x11-libs/qtermwidget/qtermwidget-0.14.1.ebuild +++ b/x11-libs/qtermwidget/qtermwidget-0.14.1.ebuild @@ -28,4 +28,6 @@ DEPEND=" dev-qt/qtgui:5 dev-qt/qtwidgets:5 " -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + !lxqt-base/lxqt-l10n +"