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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EB34A1581E7 for ; Sun, 21 Apr 2024 21:34:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19969E29C4; Sun, 21 Apr 2024 21:34:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F2C5BE29C4 for ; Sun, 21 Apr 2024 21:34:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EABEF34355A for ; Sun, 21 Apr 2024 21:34:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5203F1741 for ; Sun, 21 Apr 2024 21:34:55 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1713734193.82bd65f095a6aae70f168c182a8db11ca7f8f534.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: x11-terms/qterminal/ X-VCS-Repository: proj/qt X-VCS-Files: x11-terms/qterminal/qterminal-9999.ebuild X-VCS-Directories: x11-terms/qterminal/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 82bd65f095a6aae70f168c182a8db11ca7f8f534 X-VCS-Branch: master Date: Sun, 21 Apr 2024 21:34:55 +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: 77b3d8fa-91d8-4a32-8f6c-1aa7443685eb X-Archives-Hash: b546a760e97855b1a3eaa773210b93e3 commit: 82bd65f095a6aae70f168c182a8db11ca7f8f534 Author: Jimi Huotari gentoo org> AuthorDate: Sun Apr 21 21:16:33 2024 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Sun Apr 21 21:16:33 2024 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=82bd65f0 x11-terms/qterminal: remove unneeded 'qtbase-6.6:6[test]' dependency Signed-off-by: Jimi Huotari gentoo.org> x11-terms/qterminal/qterminal-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/x11-terms/qterminal/qterminal-9999.ebuild b/x11-terms/qterminal/qterminal-9999.ebuild index 12dfbc75..5e4b94e0 100644 --- a/x11-terms/qterminal/qterminal-9999.ebuild +++ b/x11-terms/qterminal/qterminal-9999.ebuild @@ -26,7 +26,6 @@ DEPEND=" >=dev-qt/qtbase-6.6:6[dbus,gui,widgets] x11-libs/libX11 ~x11-libs/qtermwidget-${PV}:= - test? ( dev-qt/qtbase:6[test] ) " RDEPEND="${DEPEND}"