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 7C5C51581C1 for ; Sat, 6 Jul 2024 22:05:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AD5D2BC02C; Sat, 6 Jul 2024 22:05:47 +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 D81CC2BC02C for ; Sat, 6 Jul 2024 22:05:46 +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 CB1CE33B864 for ; Sat, 6 Jul 2024 22:05:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4435E1DCF for ; Sat, 6 Jul 2024 22:05:44 +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: <1720303516.ec5469ca923c9c5bb1607075fb3d9bc090690ef9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/analitza/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/analitza/analitza-24.05.2-r1.ebuild kde-apps/analitza/analitza-24.05.2.ebuild X-VCS-Directories: kde-apps/analitza/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ec5469ca923c9c5bb1607075fb3d9bc090690ef9 X-VCS-Branch: master Date: Sat, 6 Jul 2024 22:05:44 +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: b5ddc4b9-7df5-4fff-86c8-34afabe410a5 X-Archives-Hash: 33d4e88530ce571e6d5ebe98ca5890ed commit: ec5469ca923c9c5bb1607075fb3d9bc090690ef9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jul 6 21:59:41 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jul 6 22:05:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec5469ca kde-apps/analitza: Add missing dependency Upstream commit 23560f8a73b9ed2ef3bddad3afdb86c10eaa8f1e Closes: https://bugs.gentoo.org/935661 Signed-off-by: Andreas Sturmlechner gentoo.org> .../analitza/{analitza-24.05.2.ebuild => analitza-24.05.2-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/analitza/analitza-24.05.2.ebuild b/kde-apps/analitza/analitza-24.05.2-r1.ebuild similarity index 92% rename from kde-apps/analitza/analitza-24.05.2.ebuild rename to kde-apps/analitza/analitza-24.05.2-r1.ebuild index ecc0dc9610d4..3c749cb65a03 100644 --- a/kde-apps/analitza/analitza-24.05.2.ebuild +++ b/kde-apps/analitza/analitza-24.05.2-r1.ebuild @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~arm64 ~riscv" IUSE="eigen" DEPEND=" - >=dev-qt/qtbase-${QTMIN}:6[-gles2-only,gui,widgets,xml] + >=dev-qt/qtbase-${QTMIN}:6[-gles2-only,gui,opengl,widgets,xml] >=dev-qt/qtdeclarative-${QTMIN}:6 >=dev-qt/qtsvg-${QTMIN}:6 eigen? ( dev-cpp/eigen:3 )