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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C3C591382C5 for ; Mon, 1 Jun 2020 12:28:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79007E0922; Mon, 1 Jun 2020 12:28:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 64E33E0922 for ; Mon, 1 Jun 2020 12:28:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E23234F184 for ; Mon, 1 Jun 2020 12:28:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F76227D for ; Mon, 1 Jun 2020 12:28:40 +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: <1591014497.93f6a0560d901aedba2b0eb752ab2fcd5f50c93b.juippis@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.4.9-r1.ebuild media-sound/beets/beets-1.4.9-r2.ebuild X-VCS-Directories: media-sound/beets/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 93f6a0560d901aedba2b0eb752ab2fcd5f50c93b X-VCS-Branch: master Date: Mon, 1 Jun 2020 12:28:40 +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: 8af2b600-02a9-4de0-9acf-1088ef986e35 X-Archives-Hash: 12b6596acaa0c0e6fef3307d537342d2 commit: 93f6a0560d901aedba2b0eb752ab2fcd5f50c93b Author: Joonas Niilola gentoo org> AuthorDate: Mon Jun 1 12:26:15 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Jun 1 12:28:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93f6a056 media-sound/beets: DISTUTILS_USE_SETUPTOOLS=rdepend & sphinx Signed-off-by: Joonas Niilola gentoo.org> media-sound/beets/{beets-1.4.9-r1.ebuild => beets-1.4.9-r2.ebuild} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/media-sound/beets/beets-1.4.9-r1.ebuild b/media-sound/beets/beets-1.4.9-r2.ebuild similarity index 98% rename from media-sound/beets/beets-1.4.9-r1.ebuild rename to media-sound/beets/beets-1.4.9-r2.ebuild index 8925b67b676..ccf3108564d 100644 --- a/media-sound/beets/beets-1.4.9-r1.ebuild +++ b/media-sound/beets/beets-1.4.9-r2.ebuild @@ -6,6 +6,7 @@ EAPI=7 DISTUTILS_SINGLE_IMPL=1 PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) PYTHON_REQ_USE="sqlite" +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 bash-completion-r1 @@ -88,10 +89,7 @@ DEPEND=" dev-python/flask-cors[${PYTHON_MULTI_USEDEP}] ) ')" -BDEPEND=" - $(python_gen_cond_dep ' - dev-python/sphinx[${PYTHON_MULTI_USEDEP}] - ')" +BDEPEND="dev-python/sphinx" DOCS=( README.rst docs/changelog.rst )