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 488121382C5 for ; Sat, 27 Mar 2021 10:52:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F573E083D; Sat, 27 Mar 2021 10:52:27 +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 374F6E083D for ; Sat, 27 Mar 2021 10:52:27 +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 04213340DC3 for ; Sat, 27 Mar 2021 10:52:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FBD063F for ; Sat, 27 Mar 2021 10:52:23 +0000 (UTC) From: "Andreas Sturmlechner" 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" Message-ID: <1616842279.fc7ef6d03e6e74d1353e2dc8f9dc5cb4a892a8e5.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: x11-libs/libfm-qt/ X-VCS-Repository: proj/qt X-VCS-Files: x11-libs/libfm-qt/libfm-qt-9999.ebuild X-VCS-Directories: x11-libs/libfm-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fc7ef6d03e6e74d1353e2dc8f9dc5cb4a892a8e5 X-VCS-Branch: master Date: Sat, 27 Mar 2021 10:52: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 579b948e-dd9d-4165-a300-78c66e570fd7 X-Archives-Hash: 6bfca07ae6a61c17a5408917b7cb6e5c commit: fc7ef6d03e6e74d1353e2dc8f9dc5cb4a892a8e5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 27 10:51:19 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 27 10:51:19 2021 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=fc7ef6d0 x11-libs/libfm-qt: Cleanup outdated lxqt-base/lxqt-l10n blocker Signed-off-by: Andreas Sturmlechner gentoo.org> x11-libs/libfm-qt/libfm-qt-9999.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/x11-libs/libfm-qt/libfm-qt-9999.ebuild b/x11-libs/libfm-qt/libfm-qt-9999.ebuild index 8ca92a4a..a82c6840 100644 --- a/x11-libs/libfm-qt/libfm-qt-9999.ebuild +++ b/x11-libs/libfm-qt/libfm-qt-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -34,6 +34,4 @@ DEPEND=" media-libs/libexif:= x11-libs/libxcb:= " -RDEPEND="${DEPEND} - !lxqt-base/lxqt-l10n -" +RDEPEND="${DEPEND}"