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 B6A65158090 for ; Sun, 8 May 2022 13:33:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2041E0841; Sun, 8 May 2022 13:33:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CBA17E0841 for ; Sun, 8 May 2022 13:33:50 +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 E86F63414FE for ; Sun, 8 May 2022 13:33:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CB69450 for ; Sun, 8 May 2022 13:33:48 +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: <1652014340.9399b13550748caaeb0bfed286a836dbf507ed81.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: gui-apps/liquidshell/ X-VCS-Repository: proj/kde X-VCS-Files: gui-apps/liquidshell/liquidshell-1.8.0-r1.ebuild gui-apps/liquidshell/liquidshell-1.8.0.ebuild gui-apps/liquidshell/liquidshell-9999.ebuild X-VCS-Directories: gui-apps/liquidshell/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9399b13550748caaeb0bfed286a836dbf507ed81 X-VCS-Branch: master Date: Sun, 8 May 2022 13:33:48 +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: 67e59048-6840-4f26-8c2c-c4542d0b0029 X-Archives-Hash: fa8e0cbae532e04b2be8cf4b12f47b78 commit: 9399b13550748caaeb0bfed286a836dbf507ed81 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 8 12:52:20 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun May 8 12:52:20 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9399b135 gui-apps/liquidshell: Fix dev-qt/qdbus slot dep moved to "0" Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> .../{liquidshell-1.8.0.ebuild => liquidshell-1.8.0-r1.ebuild} | 2 +- gui-apps/liquidshell/liquidshell-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-apps/liquidshell/liquidshell-1.8.0.ebuild b/gui-apps/liquidshell/liquidshell-1.8.0-r1.ebuild similarity index 98% rename from gui-apps/liquidshell/liquidshell-1.8.0.ebuild rename to gui-apps/liquidshell/liquidshell-1.8.0-r1.ebuild index 1551c061dd..e1ea784bd3 100644 --- a/gui-apps/liquidshell/liquidshell-1.8.0.ebuild +++ b/gui-apps/liquidshell/liquidshell-1.8.0-r1.ebuild @@ -48,7 +48,7 @@ DEPEND=" >=kde-frameworks/solid-${KFMIN}:5 " RDEPEND="${DEPEND} - >=dev-qt/qdbus-${QTMIN}:5 + >=dev-qt/qdbus-${QTMIN}:0 >=kde-frameworks/kded-${KFMIN}:5 sys-apps/dbus x11-themes/hicolor-icon-theme diff --git a/gui-apps/liquidshell/liquidshell-9999.ebuild b/gui-apps/liquidshell/liquidshell-9999.ebuild index c6b34e0f8e..14ba7501c8 100644 --- a/gui-apps/liquidshell/liquidshell-9999.ebuild +++ b/gui-apps/liquidshell/liquidshell-9999.ebuild @@ -47,7 +47,7 @@ DEPEND=" >=kde-frameworks/solid-${KFMIN}:5 " RDEPEND="${DEPEND} - >=dev-qt/qdbus-${QTMIN}:5 + >=dev-qt/qdbus-${QTMIN}:0 >=kde-frameworks/kded-${KFMIN}:5 sys-apps/dbus x11-themes/hicolor-icon-theme