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 E60E515ACFB for ; Thu, 20 Apr 2023 13:24:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FD88E0937; Thu, 20 Apr 2023 13:24:54 +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 129BDE08C0 for ; Thu, 20 Apr 2023 13:24:54 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10A4634112C for ; Thu, 20 Apr 2023 13:24:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72F26141 for ; Thu, 20 Apr 2023 13:24:51 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1681997082.d4f8c35635c140861c6f267b500d1006b6d52e2b.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/QGnomePlatform/QGnomePlatform-0.9.0-r1.ebuild x11-themes/QGnomePlatform/QGnomePlatform-0.9.0.ebuild X-VCS-Directories: x11-themes/QGnomePlatform/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: d4f8c35635c140861c6f267b500d1006b6d52e2b X-VCS-Branch: master Date: Thu, 20 Apr 2023 13:24:51 +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: ba9ac224-65a0-469a-ae70-97550a0a0429 X-Archives-Hash: 3ebfaad4cb617eaf959f18bb949617c9 commit: d4f8c35635c140861c6f267b500d1006b6d52e2b Author: Pacho Ramos gentoo org> AuthorDate: Thu Apr 20 13:22:57 2023 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu Apr 20 13:24:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4f8c356 x11-themes/QGnomePlatform: Fix dependencies Closes: https://bugs.gentoo.org/904484 Thanks-to: Gino McCarty Signed-off-by: Pacho Ramos gentoo.org> .../{QGnomePlatform-0.9.0.ebuild => QGnomePlatform-0.9.0-r1.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.0.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.0-r1.ebuild similarity index 90% rename from x11-themes/QGnomePlatform/QGnomePlatform-0.9.0.ebuild rename to x11-themes/QGnomePlatform/QGnomePlatform-0.9.0-r1.ebuild index 63e42a91afda..303dba543346 100644 --- a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.0.ebuild +++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,10 +17,9 @@ RDEPEND=" dev-qt/qtdbus:5= >=dev-qt/qtwidgets-5.15.2:5= wayland? ( dev-qt/qtwayland:5= ) - dev-qt/qtx11extras:5= gnome-base/gsettings-desktop-schemas sys-apps/xdg-desktop-portal - x11-libs/gtk+:3[X] + x11-libs/gtk+:3 >=x11-themes/adwaita-qt-1.4.2 " DEPEND="${RDEPEND}"