From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 821921581EE for ; Tue, 25 Mar 2025 04:37:23 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 6C92C3434D5 for ; Tue, 25 Mar 2025 04:37:23 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E51FC1104C1; Tue, 25 Mar 2025 04:36: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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id D35111104BE for ; Tue, 25 Mar 2025 04:36: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 8C21034337F for ; Tue, 25 Mar 2025 04:36:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 007B428E2 for ; Tue, 25 Mar 2025 04:36:51 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1742877306.435451112b3c2ee356d8f86b15f7e0d762cc21e9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mkvtoolnix/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mkvtoolnix/mkvtoolnix-90.0.ebuild X-VCS-Directories: media-video/mkvtoolnix/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 435451112b3c2ee356d8f86b15f7e0d762cc21e9 X-VCS-Branch: master Date: Tue, 25 Mar 2025 04:36: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: 9e2fd238-fec0-4903-b16a-081d9e57510a X-Archives-Hash: dbb59a330c40337ec5b4fe8c2ed9eb79 commit: 435451112b3c2ee356d8f86b15f7e0d762cc21e9 Author: Alfred Wingate protonmail com> AuthorDate: Fri Mar 21 02:13:42 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Mar 25 04:35:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43545111 media-video/mkvtoolnix: dbus implicitly requires gui The requirement isn't explicitly stated but it makes sense as dbus is only used in the gui portion of the software. Closes: https://bugs.gentoo.org/951192 Signed-off-by: Alfred Wingate protonmail.com> Signed-off-by: Sam James gentoo.org> media-video/mkvtoolnix/mkvtoolnix-90.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-video/mkvtoolnix/mkvtoolnix-90.0.ebuild b/media-video/mkvtoolnix/mkvtoolnix-90.0.ebuild index 838bf63b2a3d..d0a73e11a38f 100644 --- a/media-video/mkvtoolnix/mkvtoolnix-90.0.ebuild +++ b/media-video/mkvtoolnix/mkvtoolnix-90.0.ebuild @@ -28,6 +28,8 @@ HOMEPAGE="https://mkvtoolnix.download/ https://gitlab.com/mbunkus/mkvtoolnix" LICENSE="GPL-2" SLOT="0" IUSE="dbus debug dvd gui nls pch test" +# bug #951192 +REQUIRED_USE="dbus? ( gui )" RESTRICT="!test? ( test )" # check NEWS.md for build system changes entries for boost/libebml/libmatroska