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 3334615817D for ; Mon, 3 Jun 2024 05:06:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60D68E2AE7; Mon, 3 Jun 2024 05:06:29 +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 8A6F8E2AE5 for ; Mon, 3 Jun 2024 05:06:28 +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 7A745340C77 for ; Mon, 3 Jun 2024 05:06:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A041A119 for ; Mon, 3 Jun 2024 05:06:25 +0000 (UTC) From: "Matt Jolly" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Jolly" Message-ID: <1717390973.0d169d08379089f1e40a9054fc883e083b45e085.kangie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/beets/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/beets/beets-1.7.0_pre20240501.ebuild media-sound/beets/beets-9999.ebuild X-VCS-Directories: media-sound/beets/ X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: 0d169d08379089f1e40a9054fc883e083b45e085 X-VCS-Branch: master Date: Mon, 3 Jun 2024 05:06:25 +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: ba39b01e-8dd7-4708-9798-81add47d3222 X-Archives-Hash: 047b045023d59e0f3563b3dfe17de9c1 commit: 0d169d08379089f1e40a9054fc883e083b45e085 Author: Matt Jolly gentoo org> AuthorDate: Mon Jun 3 04:23:02 2024 +0000 Commit: Matt Jolly gentoo org> CommitDate: Mon Jun 3 05:02:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d169d08 media-sound/beets: add missing RDEPEND Closes: https://bugs.gentoo.org/932478 Signed-off-by: Matt Jolly gentoo.org> media-sound/beets/beets-1.7.0_pre20240501.ebuild | 7 ++++--- media-sound/beets/beets-9999.ebuild | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/media-sound/beets/beets-1.7.0_pre20240501.ebuild b/media-sound/beets/beets-1.7.0_pre20240501.ebuild index ae3fa77e2a88..ea51e978cc1d 100644 --- a/media-sound/beets/beets-1.7.0_pre20240501.ebuild +++ b/media-sound/beets/beets-1.7.0_pre20240501.ebuild @@ -43,12 +43,13 @@ RDEPEND=" >=media-libs/mutagen-1.33[${PYTHON_USEDEP}] >=dev-python/musicbrainzngs-0.4[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/confuse[${PYTHON_USEDEP}] + dev-python/mediafile[${PYTHON_USEDEP}] + dev-python/reflink[${PYTHON_USEDEP}] dev-python/requests-oauthlib[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] + dev-python/typing-extensions[${PYTHON_USEDEP}] dev-python/unidecode[${PYTHON_USEDEP}] - dev-python/reflink[${PYTHON_USEDEP}] - dev-python/confuse[${PYTHON_USEDEP}] - dev-python/mediafile[${PYTHON_USEDEP}] ')" DEPEND=" ${RDEPEND} diff --git a/media-sound/beets/beets-9999.ebuild b/media-sound/beets/beets-9999.ebuild index 4bb022d375b0..5dbc70f0225d 100644 --- a/media-sound/beets/beets-9999.ebuild +++ b/media-sound/beets/beets-9999.ebuild @@ -40,13 +40,14 @@ RDEPEND=" dev-python/munkres[${PYTHON_USEDEP}] >=media-libs/mutagen-1.33[${PYTHON_USEDEP}] >=dev-python/musicbrainzngs-0.4[${PYTHON_USEDEP}] + dev-python/confuse[${PYTHON_USEDEP}] + dev-python/mediafile[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/reflink[${PYTHON_USEDEP}] dev-python/requests-oauthlib[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] + dev-python/typing-extensions[${PYTHON_USEDEP}] dev-python/unidecode[${PYTHON_USEDEP}] - dev-python/reflink[${PYTHON_USEDEP}] - dev-python/confuse[${PYTHON_USEDEP}] - dev-python/mediafile[${PYTHON_USEDEP}] ')" DEPEND=" ${RDEPEND}