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 9EB511581C1 for ; Mon, 8 Jul 2024 15:35:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFB30E2B7C; Mon, 8 Jul 2024 15:35:56 +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 A3BE9E2B7C for ; Mon, 8 Jul 2024 15:35:56 +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 883A5335CAF for ; Mon, 8 Jul 2024 15:35:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB650DC4 for ; Mon, 8 Jul 2024 15:35:53 +0000 (UTC) From: "Ivan Lloro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ivan Lloro" Message-ID: <1720452952.dbc4a9255f9e28375d6a684d62c7410e84fc154b.ivan.lloro.boada@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/mayo/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-gfx/mayo/mayo-0.8.0.ebuild X-VCS-Directories: media-gfx/mayo/ X-VCS-Committer: ivan.lloro.boada X-VCS-Committer-Name: Ivan Lloro X-VCS-Revision: dbc4a9255f9e28375d6a684d62c7410e84fc154b X-VCS-Branch: dev Date: Mon, 8 Jul 2024 15:35:53 +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: 9992277a-7ca5-4dce-9063-65376d9da6bd X-Archives-Hash: b7f3229d551f36db2ab3111967cf3d0d commit: dbc4a9255f9e28375d6a684d62c7410e84fc154b Author: Ivan Lloro gmail com> AuthorDate: Mon Jul 8 15:35:49 2024 +0000 Commit: Ivan Lloro gmail com> CommitDate: Mon Jul 8 15:35:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dbc4a925 media-gfx/mayo: Add missing dependency dev-qt/qttranslations:5 Closes: https://bugs.gentoo.org/935518 Signed-off-by: Ivan Lloro gmail.com> media-gfx/mayo/mayo-0.8.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-gfx/mayo/mayo-0.8.0.ebuild b/media-gfx/mayo/mayo-0.8.0.ebuild index 873e3f9dd..364966033 100644 --- a/media-gfx/mayo/mayo-0.8.0.ebuild +++ b/media-gfx/mayo/mayo-0.8.0.ebuild @@ -19,6 +19,7 @@ RDEPEND=" dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 + dev-qt/qttranslations:5 >=media-libs/assimp-5.3.1 "