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 B77741581D3 for ; Sat, 18 May 2024 08:47:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A12B2BC035; Sat, 18 May 2024 08:47:39 +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 359712BC035 for ; Sat, 18 May 2024 08:47:39 +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 1A11933BF03 for ; Sat, 18 May 2024 08:47:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C1E21AD8 for ; Sat, 18 May 2024 08:47:36 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1716022046.af62bc938e79a2c0621045388fdeaa2dcace826c.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/rhythmbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/rhythmbox/rhythmbox-3.4.7-r4.ebuild X-VCS-Directories: media-sound/rhythmbox/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: af62bc938e79a2c0621045388fdeaa2dcace826c X-VCS-Branch: master Date: Sat, 18 May 2024 08:47:36 +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: ad606dc1-88e6-41b4-8d30-79e6e531dafd X-Archives-Hash: d5561aa2201b85929d01fda0777f8510 commit: af62bc938e79a2c0621045388fdeaa2dcace826c Author: Pacho Ramos gentoo org> AuthorDate: Sat May 18 08:46:59 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat May 18 08:47:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af62bc93 media-sound/rhythmbox: Fix VariableOrderWrong Signed-off-by: Pacho Ramos gentoo.org> media-sound/rhythmbox/rhythmbox-3.4.7-r4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/rhythmbox/rhythmbox-3.4.7-r4.ebuild b/media-sound/rhythmbox/rhythmbox-3.4.7-r4.ebuild index 16d56c63e54b..429b5babe57c 100644 --- a/media-sound/rhythmbox/rhythmbox-3.4.7-r4.ebuild +++ b/media-sound/rhythmbox/rhythmbox-3.4.7-r4.ebuild @@ -13,6 +13,8 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Rhythmbox" LICENSE="GPL-2" SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" + IUSE="cdr daap dbus keyring gtk-doc ipod libnotify lirc mtp +python test +udev upnp-av" RESTRICT="!test? ( test )" REQUIRED_USE=" @@ -22,8 +24,6 @@ REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} ) " -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" - DEPEND=" x11-libs/cairo >=x11-libs/gdk-pixbuf-2.18:2