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 18E59158086 for ; Sat, 4 Dec 2021 07:30:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 616972BC005; Sat, 4 Dec 2021 07:30:32 +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 3B9BE2BC005 for ; Sat, 4 Dec 2021 07:30:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 043E734329C for ; Sat, 4 Dec 2021 07:30:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBFFC1FE for ; Sat, 4 Dec 2021 07:30:27 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1638603022.cea6463472c60336b4525e2a1737978624813a92.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/jellyfin-media-player/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/jellyfin-media-player/jellyfin-media-player-1.6.1.ebuild X-VCS-Directories: media-video/jellyfin-media-player/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: cea6463472c60336b4525e2a1737978624813a92 X-VCS-Branch: master Date: Sat, 4 Dec 2021 07:30: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: 2aa1a11f-077b-491f-b945-beac4e524f3a X-Archives-Hash: 5e02c26258f8c751371036651f8bf0c2 commit: cea6463472c60336b4525e2a1737978624813a92 Author: Joonas Niilola gentoo org> AuthorDate: Sat Dec 4 07:26:47 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Dec 4 07:30:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea64634 media-video/jellyfin-media-player: sort the deps like we do on 1.6.1 Signed-off-by: Joonas Niilola gentoo.org> .../jellyfin-media-player-1.6.1.ebuild | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/media-video/jellyfin-media-player/jellyfin-media-player-1.6.1.ebuild b/media-video/jellyfin-media-player/jellyfin-media-player-1.6.1.ebuild index 8574fcbd9ada..0c8c2d3cfc8c 100644 --- a/media-video/jellyfin-media-player/jellyfin-media-player-1.6.1.ebuild +++ b/media-video/jellyfin-media-player/jellyfin-media-player-1.6.1.ebuild @@ -19,25 +19,25 @@ KEYWORDS="~amd64" IUSE="+dbus" DEPEND=" - dev-qt/qtxml:5 - dev-qt/qtwebengine:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - dbus? ( dev-qt/qtdbus:5 ) - dev-qt/qtwebchannel:5 + dev-libs/libcec + dev-qt/qtcore:5 dev-qt/qtdeclarative:5 - dev-qt/qtnetwork:5 dev-qt/qtgui:5 - dev-qt/qtcore:5 + dev-qt/qtnetwork:5 dev-qt/qtquickcontrols:5 + dev-qt/qtwebchannel:5 + dev-qt/qtwebengine:5 dev-qt/qtwidgets:5 - x11-libs/libX11 - x11-libs/libXrandr + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + dev-qt/qtxml:5 media-libs/libsdl2 - dev-libs/libcec + media-video/mpv[libmpv] sys-libs/zlib virtual/opengl - media-video/mpv[libmpv] + x11-libs/libX11 + x11-libs/libXrandr + dbus? ( dev-qt/qtdbus:5 ) " BDEPEND="