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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 469D9158008 for ; Mon, 12 Jun 2023 08:22:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E6A4E087F; Mon, 12 Jun 2023 08:22:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 746DCE087F for ; Mon, 12 Jun 2023 08:22:30 +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 7EC2134146B for ; Mon, 12 Jun 2023 08:22:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA49E8DC for ; Mon, 12 Jun 2023 08:22:27 +0000 (UTC) From: "罗百科" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "罗百科" Message-ID: <1686558145.0f0faf077d6c2d22bd8b028dbe44e6c88365d89c.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/movit/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/movit/movit-1.6.3-r1.ebuild X-VCS-Directories: media-video/movit/ X-VCS-Committer: patrick X-VCS-Committer-Name: 罗百科 X-VCS-Revision: 0f0faf077d6c2d22bd8b028dbe44e6c88365d89c X-VCS-Branch: master Date: Mon, 12 Jun 2023 08:22:27 +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: a08e93da-ae70-4b6f-baa6-844a85cb8030 X-Archives-Hash: 76b0b4b22baf352d5ee2619b54a301d7 commit: 0f0faf077d6c2d22bd8b028dbe44e6c88365d89c Author: Patrick Lauer gentoo org> AuthorDate: Mon Jun 12 08:22:06 2023 +0000 Commit: 罗百科 gentoo org> CommitDate: Mon Jun 12 08:22:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f0faf07 media-video/movit: Improve libexpoxy dep Closes: https://bugs.gentoo.org/908393 Signed-off-by: Patrick Lauer gentoo.org> media-video/movit/movit-1.6.3-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/movit/movit-1.6.3-r1.ebuild b/media-video/movit/movit-1.6.3-r1.ebuild index bc9144f4e5d9..a874a7ac114f 100644 --- a/media-video/movit/movit-1.6.3-r1.ebuild +++ b/media-video/movit/movit-1.6.3-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 @@ -20,7 +20,7 @@ RESTRICT="test" RDEPEND="media-libs/mesa[X(+)] >=dev-cpp/eigen-3.2.0:3 - media-libs/libepoxy[egl] + media-libs/libepoxy[egl,X] >=sci-libs/fftw-3:= media-libs/libsdl2" DEPEND="${RDEPEND}"