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 716E51581D3 for ; Mon, 20 May 2024 08:52:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEEE8E2A09; Mon, 20 May 2024 08:52:21 +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 8AFDDE2A09 for ; Mon, 20 May 2024 08:52:21 +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 8A9E5335D63 for ; Mon, 20 May 2024 08:52:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E49D6186B for ; Mon, 20 May 2024 08:52:18 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1716195134.95294f81a5615427b4009d556a7a9f81e41d5859.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/prusaslicer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/prusaslicer/prusaslicer-2.7.4.ebuild X-VCS-Directories: media-gfx/prusaslicer/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 95294f81a5615427b4009d556a7a9f81e41d5859 X-VCS-Branch: master Date: Mon, 20 May 2024 08:52:18 +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: 89ec560a-7d48-4924-a84b-4791d45e6cd8 X-Archives-Hash: ca677e54d139c0de362091aa082a4e9e commit: 95294f81a5615427b4009d556a7a9f81e41d5859 Author: Miroslav Šulc gentoo org> AuthorDate: Mon May 20 08:51:53 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Mon May 20 08:52:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95294f81 media-gfx/prusaslicer: added missing test dep to 2.7.4 Bug: https://bugs.gentoo.org/927841 Signed-off-by: Miroslav Šulc gentoo.org> media-gfx/prusaslicer/prusaslicer-2.7.4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-gfx/prusaslicer/prusaslicer-2.7.4.ebuild b/media-gfx/prusaslicer/prusaslicer-2.7.4.ebuild index a4ea9747ee33..48092fb26071 100644 --- a/media-gfx/prusaslicer/prusaslicer-2.7.4.ebuild +++ b/media-gfx/prusaslicer/prusaslicer-2.7.4.ebuild @@ -51,6 +51,7 @@ RDEPEND=" " DEPEND="${RDEPEND} media-libs/qhull[static-libs] + test? ( =dev-cpp/catch-2* ) " PATCHES=(